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": "4054f039-f83d-48a3-b84e-1e895ba48d94",
"InvoiceLineItemID": "192cfe3f-b50b-4612-932d-6564874edb57",
"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"
}