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": "e59494db-b828-4f9e-9db3-596ec9142321", "InvoiceLineItemID": "4178ca9f-2323-4171-b576-e16314f43177", "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" }