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": "704dd4d0-0518-43a8-bcd5-bbb28e2d7817",
"InvoiceID": "f49fdff6-2c3f-4676-a02a-7cfa16f08a32",
"DiscountCodeID": "c642cc48-1320-4452-80ae-bfa54f8c4022",
"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": "9c5e1872-1bd9-479e-a8f1-982de9a35edf",
"InvoiceID": "625aa644-f54c-4c7d-83fe-8aedd0b6ad6a",
"DiscountCodeID": "354b2524-320c-45a3-8618-36c83166d6f7",
"Deleted": true
}