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": "2c9bc59e-8925-44df-92ce-7966d1b015d6",
"InvoiceID": "34f48e82-3704-467f-81e3-6794a8cbed9a",
"DiscountCodeID": "d64f4daa-ddea-4503-8d4b-09c163225332",
"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": "cc7dcb84-e2e8-47e0-a687-fd3fd6170a23",
"InvoiceID": "3a5ba41f-b9d8-4227-a5b9-4e9bb179c5a1",
"DiscountCodeID": "cbc8041b-abfe-491a-83c2-3d2207d31ea5",
"Deleted": true
}