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": "dce65865-899f-4cb7-8958-0385849354a3",
"InvoiceID": "0d591cb7-f5c8-44f7-8bf0-c445e7dad1d1",
"DiscountCodeID": "bde0ab7b-eed7-4c4f-a006-d5509e479975",
"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": "744fd0f4-48e8-4616-aba9-30c2a2b14834",
"InvoiceID": "c3e0c36d-5ee6-40a1-b23f-8b0783b11b82",
"DiscountCodeID": "94c9ecb3-7856-44aa-960c-9667caa2a2b2",
"Deleted": true
}