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": "5a6a389f-39de-4096-b7b6-2ae28b40c5f8",
"InvoiceID": "c6cf7f64-d1a8-4cda-889f-7063df50c9a6",
"DiscountCodeID": "da85f0fc-2c07-498a-b1d1-378456f5e822",
"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": "cedad11e-b7c2-4753-994e-44b9a8b69b29",
"InvoiceID": "d0701811-1789-4a71-8329-ebcf1d753778",
"DiscountCodeID": "53dd9b47-32b9-4539-b51e-690729091553",
"Deleted": true
}