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>480cbc2f-3e6c-4bd2-98cc-7a9b1b24c401</InvoicesId> <ActID>0d7a7da2-7dc1-4a70-93ac-934b219cc8c7</ActID> <Description>sample string 2</Description> </Request>
application/json, text/json
Sample:
{ "InvoicesId": "480cbc2f-3e6c-4bd2-98cc-7a9b1b24c401", "ActID": "0d7a7da2-7dc1-4a70-93ac-934b219cc8c7", "Description": "sample string 2" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}