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": "acf99713-b8f4-4e1e-9f71-959ec1dc0fd7",
"InvoiceID": "458fb42a-9c79-45e5-8f96-b0b5d41f87c8",
"DiscountCodeID": "e1ff7e52-b7bb-4513-bc78-7aee84b1d7bd",
"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": "6822ded9-6064-435a-9fa3-a5ffd95cef83",
"InvoiceID": "e6b19445-a4b5-470c-b487-2884e007757f",
"DiscountCodeID": "8d139126-8c0e-4ca5-a977-6bdf5f78aacd",
"Deleted": true
}