POST finance/documents/payables/copy?date={date}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
date

date

None.

Body Parameters

DocumentID
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DocumentID'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.