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": "da7c3862-bf7e-478e-bb38-4b007342b369", "InvoiceLineItemID": "f455a02e-0170-4c53-84a8-55739f893daf", "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" }