POST accounting/receivables/copy?date={date}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
date | date |
None. |
Body Parameters
DocumentIDName | Description | Type | Additional information |
---|---|---|---|
Year | integer |
None. |
|
OrganizationalUnitID | integer |
None. |
|
CategoryID | integer |
None. |
|
ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Year": 1, "OrganizationalUnitID": 1, "CategoryID": 1, "ID": 1 }
text/xml
Sample:
<DocumentID xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pixfin.DTO"> <CategoryID>1</CategoryID> <ID>1</ID> <OrganizationalUnitID>1</OrganizationalUnitID> <Year>1</Year> </DocumentID>
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. |