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": "cf334f0d-1afe-4f60-b1ff-65b6f14b9563",
"InvoiceID": "9dcf5fd9-11cd-4c89-8196-4b05d8176cfb",
"DiscountCodeID": "a4364b13-d020-412d-83b4-b67c7f304905",
"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": "f69a8105-b69d-4ffc-8b05-024efd490d6a",
"InvoiceID": "1bfcb917-7e79-407a-9f5c-2cc6b8a9e7bb",
"DiscountCodeID": "4593d1d9-0a42-4c55-bbd4-71494903898a",
"Deleted": true
}