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": "d1d2694f-6ac4-4be4-8782-11f9ce9b8102",
"InvoiceID": "89b1a278-eeac-4a12-9eff-90620a657690",
"DiscountCodeID": "0d54b372-9e7a-422b-ae5f-9fb899f525dc",
"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": "254fb648-1ac4-40ac-9fa3-2df65a064746",
"InvoiceID": "d484fc34-54ae-4576-898d-069740129931",
"DiscountCodeID": "55d0da1d-1d6a-4850-b804-9171e3943320",
"Deleted": true
}