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": "c7e20d45-682f-4c39-9df4-8166c0a159ff",
"InvoiceID": "e28d478a-09d6-43d2-8831-99ab86c0a976",
"DiscountCodeID": "81a199e0-2c65-468e-9861-abd807658e00",
"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": "851e1631-f98b-4e57-87f8-8d3b1ab3a149",
"InvoiceID": "16c9779f-89b9-419d-991f-fbd02a706511",
"DiscountCodeID": "a02fd60e-2c6a-4c27-bf9b-d028cbb3807d",
"Deleted": true
}