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": "64b901fa-f7ee-421e-8e7c-85786608e61c",
"InvoiceID": "33987f88-8b7c-4fdd-b3d1-fea913383fb5",
"DiscountCodeID": "1b34cc69-31e3-412c-af5c-34f0ed5bc1fe",
"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": "2c311f6c-efda-49c2-bd4e-7665b429f1ed",
"InvoiceID": "5df7aa72-25a2-4e79-b775-d560c6f1be46",
"DiscountCodeID": "4569807e-4ff4-4fcf-8f95-02848d9cfd1a",
"Deleted": true
}