POST api_v2/Payment/SetStatement
Установить номер акта для счета на оплату.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
actDTO | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <InvoicesId>5254f455-e091-4a0f-8c8c-2f72acd78de5</InvoicesId> <ActID>7f26820d-4d0c-4bb7-99ea-d7811a546fa5</ActID> <Description>sample string 2</Description> </Request>
application/json, text/json
Sample:
{ "InvoicesId": "5254f455-e091-4a0f-8c8c-2f72acd78de5", "ActID": "7f26820d-4d0c-4bb7-99ea-d7811a546fa5", "Description": "sample string 2" }
Response Information
Статус код
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}