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": "67829148-0c20-4915-81ee-95189a353678",
"InvoiceID": "f8a0be1d-7f38-477b-abd3-f1c6139508d9",
"DiscountCodeID": "d45d40e0-de7d-46ce-9b82-503d593278c2",
"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": "a4eb0cbf-1b4c-4046-96fb-8153f7588cf6",
"InvoiceID": "adc33939-b484-4c0a-8ace-59cea9ea82c9",
"DiscountCodeID": "62c389e8-21ca-43e2-a186-0fce6882cbe6",
"Deleted": true
}