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": "ab4ebcc0-f576-4fc3-9d51-a72b2621d0ea",
"InvoiceID": "2b2729f8-7dda-42eb-a1c9-aef926562d60",
"DiscountCodeID": "273cbeb2-faae-4146-81b2-92f88292c8b8",
"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": "e2a8eb85-be5c-4105-bff6-59c09cc7a466",
"InvoiceID": "2ecdfed4-58fe-4e61-919f-367a6e8d6863",
"DiscountCodeID": "9640c916-aa13-4406-a199-5210f9bc348e",
"Deleted": true
}