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": "a401d27f-2f31-40d6-b3cb-f691e5cb37c2",
"InvoiceID": "d26ed4cf-4404-424e-91d2-348742c9601c",
"DiscountCodeID": "a346c374-c488-4e79-9d5b-23ffba910c40",
"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": "00f9ce30-53d5-4bbb-83b0-9f553e9a1024",
"InvoiceID": "1ea1721e-5033-451a-9e63-55317deaf8c9",
"DiscountCodeID": "a97ac996-2201-4c61-9715-e83f1127c4a3",
"Deleted": true
}