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": "cfa680df-4c88-4f80-98c4-4bf8d3fee9ed",
"InvoiceID": "1681df48-b097-453f-840d-6c043215f7bc",
"DiscountCodeID": "a0298aa0-d81b-4a3b-b717-c0edce107577",
"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": "f30d75d2-1b35-4acf-98e4-df65f58882f9",
"InvoiceID": "50a70a33-490a-4fc6-822e-add1e1d50332",
"DiscountCodeID": "84a49f31-fb16-4dd7-b1d2-1eda9b07ab5f",
"Deleted": true
}