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": "edfdcdd5-6851-4ac1-b8d4-0fd49f9652df",
"InvoiceID": "02af44bc-068e-4bad-bf62-f080cb56b113",
"DiscountCodeID": "972ab7ce-ebaf-4438-a4e1-d69122a7fcbb",
"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": "b582cf58-5da0-47d2-8f28-241deb18471d",
"InvoiceID": "5d91f329-1d87-4a4a-a35f-b666922aec2b",
"DiscountCodeID": "9501b101-2def-4118-9d94-0dfe15be343b",
"Deleted": true
}