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": "d3b2e3df-18a4-453e-8e46-3fcf797d1590",
"InvoiceID": "0a9a3a7c-82a6-4cfd-ae8c-714c65dac2de",
"DiscountCodeID": "29b7a0cc-5644-4929-b029-b307c807ac24",
"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": "4c6e3749-62c3-435d-b41d-c0632c574a58",
"InvoiceID": "2e06f3fc-6d78-4cb1-8768-12225dd1a6ee",
"DiscountCodeID": "c3b5dbb3-d188-40e2-a6df-02a8353aa1c1",
"Deleted": true
}