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": "73861ea0-6c90-4a2b-b5f6-9e605ab75823",
"InvoiceID": "83ca8c66-fd1a-4e49-8da0-2b2301f57df7",
"DiscountCodeID": "06ddccb7-957f-413c-99ee-b0fce8ecbb75",
"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": "f203f4ce-701d-437d-a53f-15d61ab8b859",
"InvoiceID": "77b4b047-17a9-4915-8c5b-9a4032923911",
"DiscountCodeID": "83e1e67e-c02c-4c36-99e3-7d3f3caa9d99",
"Deleted": true
}