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": "588c4d04-223a-4383-9d75-dfec8fb4b5a7",
"InvoiceID": "2f415314-b586-4ad0-b7f5-dee7f28dd3e1",
"DiscountCodeID": "1ce48708-c718-4e8e-941e-7e7194d38058",
"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": "dc804e45-db0b-4714-a28c-2c1b1eaf3d24",
"InvoiceID": "ec4cd0a8-57d5-4f70-971e-0418c3e3b4fd",
"DiscountCodeID": "71353a60-1f4a-4871-a6c3-0250c56f78e9",
"Deleted": true
}