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": "9c24856c-a9e1-4c6f-bac7-71d4cd3c4978",
"InvoiceID": "0ab52cfe-d831-4c65-99fc-4f6c0414d6a3",
"DiscountCodeID": "c7877036-08a4-45a8-b447-cf39ddf5f12e",
"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": "4fab9dcc-11ae-45d8-9b13-17dd9793f451",
"InvoiceID": "7c00983e-9abf-4630-adcd-f4730e70aca3",
"DiscountCodeID": "3bc7bf21-812a-4edb-b0aa-9f88ae3a4745",
"Deleted": true
}