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": "dc4a6adb-833d-49e1-b13e-6a58c9303888",
"InvoiceID": "6ea5b830-3602-4b35-acd7-cbf7f51cb496",
"DiscountCodeID": "04a5c254-ac25-4516-b24d-a88fba23b048",
"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": "4ba8586a-435a-4ea4-8e66-ea52689933d6",
"InvoiceID": "f69291da-9de4-4b8c-ac8f-a2b6215411aa",
"DiscountCodeID": "3c97787a-d1d3-4bf4-94d8-1b887941a232",
"Deleted": true
}