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": "351438d5-9350-4b6c-9022-70f566f38034",
"InvoiceLineItemID": "fcf3aacd-c084-4387-8784-0cf16bcec957",
"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"
}