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": "6f38be23-3cd5-45a7-ba1b-45564897b45c",
"InvoiceID": "66bd7c06-6321-481a-bf94-d0fa3d568925",
"DiscountCodeID": "12f3ba36-2eca-4f35-9211-057439b95ef6",
"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": "eaf9967f-f066-4dfc-95e8-3c9e6108e22b",
"InvoiceID": "aa1490c6-ae3d-4293-b045-4ca00052ca30",
"DiscountCodeID": "92d3b545-9dea-4137-b03c-1b6eb406e38f",
"Deleted": true
}