POST api/invoice/{invoiceId}/refund
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
invoiceId | No documentation available. |
Define this parameter in the request URI. |
req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "InvoiceID": "13a9cfdb-1ed8-47d5-9cf9-7c0989956201", "InvoiceLineItemID": "0cc50ce3-483d-4e1d-86a6-4d81a8cbab96", "Message": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Error": true, "Message": "sample string 2" }