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": "1cbc5ac4-ac2b-4cdb-882e-23466c2a4ca2",
"InvoiceID": "5b3b75c7-92f5-4117-9a0a-a6143680ffb3",
"DiscountCodeID": "88408871-a5ac-46ca-9477-56b1cbdbd5a3",
"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": "619f075e-b1aa-497c-9f29-cecdd76f8543",
"InvoiceID": "291d8fc3-c8f5-42b1-a4a2-886b834ce018",
"DiscountCodeID": "2444e1b5-1a55-4a81-876d-7bc574c2c420",
"Deleted": true
}