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": "c2dfa945-e5a0-401d-b2ba-d2bdfb7ae11f",
"InvoiceID": "494d3d8c-2cc2-48f4-a9b3-084423778b61",
"DiscountCodeID": "b134464a-d417-4ca7-bd79-c612af286ba9",
"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": "0aeb122f-6acf-42e1-a721-706203a2b03e",
"InvoiceID": "4c1e20d8-0057-45c8-b244-4fad35c34465",
"DiscountCodeID": "27bcca25-7efd-4528-8a50-6625ace81807",
"Deleted": true
}