PUT IncomeTaxRate
Request Information
URI Parameters
None.
Body Parameters
ObjectCreateUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| MachineGuid | globally unique identifier |
None. |
|
| DatabaseName | string |
None. |
|
| Object | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"MachineGuid": "9343b3fc-0aa5-4f17-9f42-4e634abc0a5a",
"DatabaseName": "sample string 2",
"Object": {}
}
application/xml, text/xml
Sample:
<ObjectCreateUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMSharedObjects.Models"> <DatabaseName>sample string 2</DatabaseName> <MachineGuid>9343b3fc-0aa5-4f17-9f42-4e634abc0a5a</MachineGuid> <Object /> </ObjectCreateUpdate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |