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": "0ff48872-946f-4494-8111-009f5c6278c3",
"InvoiceID": "6cee4878-f904-41af-ba3c-33bf6766ec6b",
"DiscountCodeID": "a2aa4c07-c8a3-484b-b37d-c0c558dd5484",
"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": "305a2a2d-cacc-4287-8c18-945b94878694",
"InvoiceID": "57c57e4d-5c61-49a4-bbbf-699feb483866",
"DiscountCodeID": "c3298456-afee-4632-bc1c-d28d49317147",
"Deleted": true
}