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": "e5430e19-3928-4aa8-b943-541346a949a1",
"InvoiceLineItemID": "72d75553-aaa4-4d9d-9f3f-60f1ee68fb72",
"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"
}