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": "c118bfee-c7cd-4d7d-9f85-56e74af0d1a5",
"InvoiceID": "a390ef10-1bac-434c-950a-6c26f1fc9bef",
"DiscountCodeID": "50bc3956-e08c-4a35-ba8d-fb0c6269d733",
"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": "1efb360a-feb5-4fd2-8b9e-0aacc248f5d1",
"InvoiceID": "f8b5c37c-98e1-440d-b9d9-2d6a6274897d",
"DiscountCodeID": "4df60648-16dd-40a6-80f6-2c38a6258abf",
"Deleted": true
}