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": "1b29e7c6-d45f-4f36-a48d-096249716a06",
"InvoiceID": "b8812925-e19e-430e-bdb2-32e5923993ae",
"DiscountCodeID": "7a65823a-51aa-41d4-93d4-552b072415c9",
"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": "e5a2cb47-7519-4ac4-ada0-9a29bd8b0fc3",
"InvoiceID": "a871d103-e5ce-4277-8abe-2e01c3eff264",
"DiscountCodeID": "2b20d8ce-6bf4-4df1-8764-ed1e0bfa6de9",
"Deleted": true
}