POST api/InvoiceDiscountCode
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| invoice_discountcode | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Invoice_DiscountCodeID": "2b4c7cfc-b362-44b7-9bbd-605e421c4103",
"InvoiceID": "d1bc4829-77d2-4b3e-b0d3-ca2da2387179",
"DiscountCodeID": "7ac58d98-bcbe-4533-88ee-c165e56e49f5",
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Invoice_DiscountCodeID": "7b16e6cf-2b3c-4d64-96c9-c38b0f57b418",
"InvoiceID": "89d3dd00-6d40-4138-9602-a5a5157a1e63",
"DiscountCodeID": "0fb3326a-49f7-471c-b3cb-c5c4c34806fe",
"Deleted": true
}