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": "31631524-8cef-47d2-8b1a-cae4d5a764c2",
"InvoiceID": "0b26695a-6824-4901-bc65-ee35d876da44",
"DiscountCodeID": "e67afdfb-5f54-4046-ad91-67c20a60df41",
"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": "b5d40910-5ee2-4616-8d12-32160f322d4f",
"InvoiceID": "2fa75b64-5350-4547-a16c-62bcd9311f76",
"DiscountCodeID": "50c25835-b258-407c-97be-9819a4eb92bd",
"Deleted": true
}