PUT finance/documents/payables/{year}/{organizationalunit}/{category}/{id}/edocument
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| year | integer |
Required |
|
| organizationalunit | integer |
Required |
|
| category | integer |
Required |
|
| id | integer |
Required |
Body Parameters
EDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| EDocumentID | string |
None. |
|
| EDocumentDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"EDocumentID": "sample string 1",
"EDocumentDate": "2026-04-08T14:09:50.3286628+00:00"
}
text/xml
Sample:
<EDocument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pixfin.DTO.Finance.Documents"> <EDocumentDate>2026-04-08T14:09:50.3286628+00:00</EDocumentDate> <EDocumentID>sample string 1</EDocumentID> </EDocument>
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. |