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": "e683f1c7-bb09-463c-8a82-7ea6dc616aca",
"InvoiceID": "6c78be19-2101-43a4-a9c0-4d7632e07ef1",
"DiscountCodeID": "d24c76a4-8506-4bd0-90c6-6bb9805ab64e",
"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": "15e16829-c184-4d45-867d-1de8e75f33ed",
"InvoiceID": "aa21af74-eeed-4d3e-9537-c54618e587d0",
"DiscountCodeID": "3231576f-2ace-4631-91e9-d3fe77a19757",
"Deleted": true
}