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": "c2babeaa-7599-4875-bae6-9866fcc41b47",
"InvoiceID": "5125d3ef-79f4-46d2-87f4-c5eb33f0b7d0",
"DiscountCodeID": "1325cd5c-db05-49ff-a6c3-2e73a92100bf",
"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": "ea5d527d-e169-45d1-a60f-ac167828b4b4",
"InvoiceID": "22c0e050-f86d-4df8-9f76-c639fd415822",
"DiscountCodeID": "a9185bd9-974b-4a4f-b4f4-f4196a986f9f",
"Deleted": true
}