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": "3a731aac-4ed9-4021-92d1-8273dd136eff",
"InvoiceID": "46bcf9de-a4ca-4667-a3f1-209c944f9773",
"DiscountCodeID": "3814d9fa-e5c9-425e-a102-e68f4a88cc75",
"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": "a38fd2ea-96a9-4b38-865a-29161b3636b6",
"InvoiceID": "bdd3ff09-4d58-47fd-b6a4-27d94a8cedad",
"DiscountCodeID": "eaa6734a-3136-46dc-8efc-14859946f8a7",
"Deleted": true
}