PUT finance/documents/services/groups/{id}/settings
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ServiceGroupSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryID | integer |
None. |
|
| COA | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CategoryID": 1,
"COA": "sample string 2"
}
text/xml
Sample:
<ServiceGroupSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pixfin.DTO.Finance.Documents"> <COA>sample string 2</COA> <CategoryID>1</CategoryID> </ServiceGroupSetting>
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. |