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": "1b3d8aa4-b6d4-4c04-88ae-f73a40b85279",
"InvoiceID": "690be6b8-a66e-4835-8149-4692227347e0",
"DiscountCodeID": "c2dc248d-5322-4499-a404-7d3516112c9f",
"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": "c32f902e-dfea-40ac-b6e4-7f57a8bdc387",
"InvoiceID": "45090666-8841-419d-99ec-1d61cfc99a07",
"DiscountCodeID": "8cd28e46-cdc6-4ee2-8fac-275b533084e6",
"Deleted": true
}