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": "b2f3ee74-cabc-4df9-8015-8233889c1e56",
"InvoiceID": "4baeb289-03a4-410d-a9f7-4b41fec6b223",
"DiscountCodeID": "f464a751-eb8a-4d25-b7f7-3fb24e6cedeb",
"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": "7824cb32-c9b0-45b8-b351-f7bf3fb3f0a2",
"InvoiceID": "b0b5ef9f-572b-43b4-a436-c1ab0b3cb1c9",
"DiscountCodeID": "4ac7e6e9-e4f6-4522-acf7-7c12843e8e20",
"Deleted": true
}