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": "47872de4-2ec5-4795-b50a-e64220fa3a42",
"InvoiceID": "977c107a-d080-4825-8aed-f258612be9d1",
"DiscountCodeID": "9ee6d4b6-a015-4ef7-9794-6ccda2c6ee65",
"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": "2853827d-ce11-4e65-8b2f-84d37de88dfa",
"InvoiceID": "f3e504f6-27fa-4c3f-a8a3-a9998f6e665e",
"DiscountCodeID": "8bf3f19b-7e0a-400f-b5f9-57379a7143ce",
"Deleted": true
}