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": "af1cdca4-477b-41c6-a6dc-fb5c93b7c186",
"InvoiceID": "4f162c99-188e-4fd9-9055-9b6ebb11b9bc",
"DiscountCodeID": "ca88dd12-61d7-4ca1-aca2-5fa6e42d4c2a",
"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": "0b10d6e9-7da3-471d-b78e-4491780b0076",
"InvoiceID": "4f4f8dd5-5158-4f4a-8f92-44da30574c98",
"DiscountCodeID": "f0cbe472-5f97-427e-b83e-72ea5f2b7b51",
"Deleted": true
}