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": "602bb283-430c-4e3b-b35b-34209d823fe3",
"InvoiceID": "52d1424e-28c6-4a64-9c9a-aef31d9e0600",
"DiscountCodeID": "3f0c7c32-5af9-4513-95f4-44d498693310",
"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": "662e1656-a261-4723-b418-d86ce7f42b36",
"InvoiceID": "83720f9c-a4d4-427e-825d-bad196869999",
"DiscountCodeID": "189ab38c-4461-444b-9589-0bd1755c7b84",
"Deleted": true
}