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