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": "129f1c73-905f-402e-8576-f26bad157e2b",
"InvoiceID": "dbb625d6-da56-41b6-93d3-3efc8564e5c4",
"DiscountCodeID": "76508be5-5af4-439c-aee9-89c19935962c",
"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": "a7824cf2-4619-404e-9cd4-8499c6f4faf7",
"InvoiceID": "a63c8c86-3579-4af8-afe4-8067fc19bbd0",
"DiscountCodeID": "699c1f06-3e11-4157-9699-5c051426bcf0",
"Deleted": true
}