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": "ced468c5-b7ad-4775-8b05-b2a08532b945",
"InvoiceID": "c9396c1d-62a3-4926-9b3f-376629679b20",
"DiscountCodeID": "73570dfa-584d-4b98-b0ac-616c95b67caf",
"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": "b41db9db-1092-40c5-ad9f-b4bf6097f2b5",
"InvoiceID": "de139b1e-8adb-4fad-b3e5-9d7936fac109",
"DiscountCodeID": "15f6f6e0-d04c-4252-a749-3976ff849c7c",
"Deleted": true
}