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": "070e1d67-5a92-4855-9135-c0f19350af36", "InvoiceLineItemID": "75c4eb02-7464-426f-88ed-3a35825c90cf", "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" }