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": "d19e7d56-ebe2-4870-99a8-2b9b2da57736",
"InvoiceID": "d1fe1c32-934f-4e93-ad0d-072c04050ac6",
"DiscountCodeID": "b296ce45-1357-4bfc-bc6b-ecbbe1581c91",
"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": "8d99ecc2-0e76-49d6-96ca-72432509db20",
"InvoiceID": "037d59fd-53f1-4950-af17-570a1c4b24bd",
"DiscountCodeID": "55a4fd44-8e41-4b52-a27a-13b1d9812ed5",
"Deleted": true
}