POST api_v2/Payment/CancelInvoice
Метод для отмены ППВх
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountId>1d64aadc-c733-46ca-9aef-48cd61bdf34a</AccountId> <InvoiceNumber>sample string 2</InvoiceNumber> </Request>
application/json, text/json
Sample:
{ "AccountId": "1d64aadc-c733-46ca-9aef-48cd61bdf34a", "InvoiceNumber": "sample string 2" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}