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": "f915f1d4-977f-462e-9508-fef1dd246027",
"InvoiceID": "e0cebb95-808a-41a7-8da6-1c6564da9c2d",
"DiscountCodeID": "43f30e68-b1b7-4c8b-aa3b-cfc168972b59",
"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": "b471d3c7-b360-41ed-ae45-f867c5c3636f",
"InvoiceID": "659dc515-b748-41ee-b6b4-01eacd7d16f8",
"DiscountCodeID": "b4df721c-1435-4e67-9dad-15aa85684def",
"Deleted": true
}