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": "b28c5c0e-aa58-40a7-8e56-a0defcbfb048",
"InvoiceID": "5639a9e1-0461-4fe8-9ef6-1b2bb2271392",
"DiscountCodeID": "864378db-685e-4f2f-ad2c-9bc1694134f8",
"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": "50d0fc09-aadc-49ad-9861-0ee9adee61b7",
"InvoiceID": "d49f2ecf-0e61-4f98-a26d-b64fa67e0bae",
"DiscountCodeID": "cec9ae81-25ea-4911-9880-8f5400805f57",
"Deleted": true
}