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": "bf51cec8-0a8a-42d4-8458-8681e1d03e33",
"InvoiceID": "ff2424a2-e635-43ff-a3b5-39a02a2723fe",
"DiscountCodeID": "af8e6702-af88-4cea-8ee2-c7c97eabe424",
"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": "0266927c-9950-462c-9a10-f758563babd7",
"InvoiceID": "8c4a6c69-fd1e-4c76-b03b-fcb833144b13",
"DiscountCodeID": "de3fa015-07e7-4142-b9a7-a93e3d6c3a88",
"Deleted": true
}