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": "fbd68f22-8468-43e3-90cf-7f15237b93c2",
"InvoiceID": "3b799f44-5c65-43cd-8512-841ed301358c",
"DiscountCodeID": "e39ac9fd-43dc-41a6-9f6b-52708399f08e",
"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": "94c69da2-6b8e-4d63-b9c7-0bd65042fa77",
"InvoiceID": "bf56eef0-9fa1-4ced-b0d3-608d800ccd69",
"DiscountCodeID": "06084643-93ae-4870-846d-7caa84b8f686",
"Deleted": true
}