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": "ad5d8762-218a-42a0-ab57-2ad5126aee66",
"InvoiceID": "325a50eb-3e47-49bf-97df-389666cc25e9",
"DiscountCodeID": "14d2b9ca-5289-4429-b619-aefff3c9b3bb",
"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": "70ad2055-f5ca-49db-a589-98f0b78d85bb",
"InvoiceID": "2c548aa7-ed89-4222-bed2-c2224da832f5",
"DiscountCodeID": "eaa1774c-b810-400b-a413-bb5b39bb51a3",
"Deleted": true
}