PUT finance/documents/services/groups
Request Information
URI Parameters
None.
Body Parameters
ServiceGroupName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Name | string |
None. |
|
COA | string |
None. |
|
COAName | string |
None. |
|
Settings | Collection of ServiceGroupSetting |
None. |
|
Audit | Audit |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "Name": "sample string 2", "COA": "sample string 3", "COAName": "sample string 4", "Settings": [ { "CategoryID": 1, "COA": "sample string 2" }, { "CategoryID": 1, "COA": "sample string 2" } ], "Audit": { "AddUser": 1, "AddTime": "2025-04-03T07:07:00.1082941+00:00", "EditUser": 1, "EditTime": "2025-04-03T07:07:00.1082941+00:00" } }
text/xml
Sample:
<ServiceGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pixfin.DTO.Finance.Documents"> <Audit xmlns:d2p1="http://schemas.datacontract.org/2004/07/Pixfin.DTO"> <d2p1:AddTime>2025-04-03T07:07:00.1082941+00:00</d2p1:AddTime> <d2p1:AddUser>1</d2p1:AddUser> <d2p1:EditTime>2025-04-03T07:07:00.1082941+00:00</d2p1:EditTime> <d2p1:EditUser>1</d2p1:EditUser> </Audit> <COA>sample string 3</COA> <COAName>sample string 4</COAName> <ID>1</ID> <Name>sample string 2</Name> <Settings> <ServiceGroupSetting> <COA>sample string 2</COA> <CategoryID>1</CategoryID> </ServiceGroupSetting> <ServiceGroupSetting> <COA>sample string 2</COA> <CategoryID>1</CategoryID> </ServiceGroupSetting> </Settings> </ServiceGroup>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |