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": "a01fe5a3-f9b8-41ac-affd-7db58567daee",
"InvoiceID": "3813c62b-5140-4fb6-85e0-7017ed858060",
"DiscountCodeID": "100455c1-9475-4510-b27c-7cc3698bfa65",
"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": "83ed4086-6c3b-4f3e-b071-e3e56cf60957",
"InvoiceID": "a6abddb4-4e31-43e3-b9af-319ae07adf82",
"DiscountCodeID": "8e76babd-06f2-4bc4-9991-6ce1c4599ef7",
"Deleted": true
}