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": "d9358316-7f32-4e86-b5f3-e42d923d1631",
"InvoiceID": "c99adb7d-6832-4018-8ddd-d55bbad0c7f6",
"DiscountCodeID": "2c5dea05-5460-40dc-b4c4-428049ea6393",
"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": "50e20ad6-b309-4f6b-9294-ce68a3ecf10e",
"InvoiceID": "4fe3db11-3f2b-4e4c-913e-a6bd61b4a492",
"DiscountCodeID": "ab865b53-1a04-4730-9afe-299c1ccca75b",
"Deleted": true
}