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": "d52a8392-8781-4e06-824b-0ea605a000cb",
"InvoiceID": "2db3d125-dfe5-4231-8732-e398f84fc8da",
"DiscountCodeID": "03af7e21-2638-4ee2-bdd5-43aa5aa081c9",
"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": "fd9e965a-3490-4787-a2b2-d6340e43f180",
"InvoiceID": "6f72efc9-669d-4f27-9ae0-23f871ae8b3c",
"DiscountCodeID": "ff56fb76-2e4d-421c-bf98-14df14cee66b",
"Deleted": true
}