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": "034581fb-3430-4c52-abd0-3f1be0b64506",
"InvoiceID": "745902ac-5a22-4bb6-bc83-bce962eff260",
"DiscountCodeID": "41f49382-bc57-468c-8a70-10e118c28de2",
"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": "287bf7d5-a7d1-4cdd-823c-469a8087f601",
"InvoiceID": "b5ab889a-1d8c-4d9b-bfd9-b312c47dc9a2",
"DiscountCodeID": "cd1a7328-2e40-4bb4-9e0c-ad8d146a9ba3",
"Deleted": true
}