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": "5db0c169-d3dc-40e7-953a-28b5a315e23a",
"InvoiceID": "e11abaab-2a2b-4eaf-ad78-03787e501254",
"DiscountCodeID": "2a99f554-dc8c-42a0-a24d-1eea13b621b2",
"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": "6628a2b8-cc7a-41a9-a8d1-64e5f6a33a9d",
"InvoiceID": "ca39b0cb-2b2e-41a4-ae49-f157e19b53db",
"DiscountCodeID": "5a8f2ac0-8170-45e8-824e-dfaa0ef3c020",
"Deleted": true
}