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": "1cf938af-5de1-42a8-bca8-76564140f58b",
"InvoiceID": "e50ff41b-55dc-481d-be89-5bba74862bf8",
"DiscountCodeID": "eff31424-ccc0-4058-be8e-a194a8656b89",
"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": "a0bb1e4e-4814-41aa-baa0-b8071049cd12",
"InvoiceID": "f9338b1b-fc03-48f1-8ab2-a82eb1b63ac4",
"DiscountCodeID": "f87a3edb-a1e8-478b-b968-f8f31bb9d7fa",
"Deleted": true
}