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": "98e7e43f-d202-4939-9e66-22e35ab9bdcc",
"InvoiceID": "d8f9f270-81ab-4a14-a843-48e0a8fbde2b",
"DiscountCodeID": "2b9ed9e7-7c83-49af-93eb-30d5c44ec6fd",
"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": "504f50ff-575f-482e-b2c6-a2ad3fd8bfa9",
"InvoiceID": "15d39193-8b83-4e70-9a56-b2602c26f7a5",
"DiscountCodeID": "0eba44b9-cadc-4b47-bfd9-39719fdf4abd",
"Deleted": true
}