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": "505b563f-3b8d-4984-888c-c157eb09b0b9",
"InvoiceID": "995252b2-a737-43e0-aee2-63b50b4192c0",
"DiscountCodeID": "2ce24e3f-86dd-4159-8c34-8e72095cacef",
"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": "ca82e42f-ed43-4a72-a533-fd022ba47cfc",
"InvoiceID": "a2d6600b-3bd8-487d-ac9f-15fbaf8e85aa",
"DiscountCodeID": "52003f05-5e7b-4c6f-bcd9-d890909442b5",
"Deleted": true
}