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": "462e6e81-24e8-42d5-a35d-41bbaccb007e",
"InvoiceID": "42cc2d71-440f-4d9f-bf4d-82108710b696",
"DiscountCodeID": "a8485493-cba0-4591-8f57-9de16e010de7",
"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": "05ac595f-2175-467a-aaeb-8fb9adb145a0",
"InvoiceID": "5807fee2-490e-41ad-b640-72d163909a06",
"DiscountCodeID": "d48fb612-abab-42c7-93af-ceed7173e431",
"Deleted": true
}