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": "ece0c14b-59ed-4b7d-b2f1-a4e7519c8c2d",
"InvoiceID": "d191090a-1e25-4b3c-bd68-da83899cdbcc",
"DiscountCodeID": "8046d5da-c908-4ea5-af3c-6d3d95737994",
"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": "5996d78f-8cf5-4c16-bab7-3db53c3e2391",
"InvoiceID": "8d258c2c-755a-403b-9335-d0046afdebca",
"DiscountCodeID": "ec651adf-71ec-49b5-b9f8-c4246e75aaf4",
"Deleted": true
}