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": "72bbfefa-20b1-43c5-a8c5-6e5073cd4ca2",
"InvoiceID": "d4709c8e-4b05-43a2-874d-b76c7f6bc615",
"DiscountCodeID": "f4cd83d8-7614-4f9e-a6dd-d336c47982d1",
"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": "50653ce5-1f16-4c33-b7ee-31fa40606ba1",
"InvoiceID": "a5f813ec-4efd-4967-980e-51f7cc43bcb0",
"DiscountCodeID": "e62f01b7-4b6f-49fe-abd4-548a16411b4c",
"Deleted": true
}