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": "c5e47dc5-9748-4c22-ae6b-9b2dae827581",
"InvoiceID": "d6d4cad9-710a-4111-bcfa-d8098d656124",
"DiscountCodeID": "7776ecac-b242-4f6f-ad86-b576b3afaeca",
"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": "385dc9a4-dc32-4d43-83ac-d18eeb316970",
"InvoiceID": "de64181f-c43d-4b43-ad67-607704cac17e",
"DiscountCodeID": "9db71797-d02a-4a14-b645-cf4e65462519",
"Deleted": true
}