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": "68ccec5e-e492-45c0-95f1-889139ece18c",
"InvoiceID": "2b3f9bdd-c0a1-4c3f-b6de-a7539393fee7",
"DiscountCodeID": "d20605e3-06f8-4812-bcd9-2627b3383cbd",
"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": "7e654b10-eb64-4ec8-a229-9cb68a9eb27c",
"InvoiceID": "e0dfdef4-cb71-40d5-8cec-25f9638d659d",
"DiscountCodeID": "c7518b0a-e7df-4804-aa28-875b01b3d0a3",
"Deleted": true
}