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": "d2846bbf-a041-4483-b0cf-fd9d0de6a867",
"InvoiceID": "a2ce9c51-787b-4fa7-801c-22cf7d01f3a8",
"DiscountCodeID": "17f76cb6-1fbb-4ccc-9bb2-a456ad2eb5c9",
"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": "bf4b3f01-d6fd-4887-bd64-6d923df4e82c",
"InvoiceID": "af2d8dfd-8b32-477e-9c77-bcef31661b4d",
"DiscountCodeID": "1e3e87d7-a4b8-4953-ad79-20524089b350",
"Deleted": true
}