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": "32c9e103-0795-40e6-89c3-fb9e6ec968b5",
"InvoiceID": "0e7a8087-ed39-4751-9194-6f76e9e23fee",
"DiscountCodeID": "2dadba95-273d-4d0e-8aae-326fe6d2767d",
"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": "ecc8799b-31fb-4a70-8269-8aeb05d4060c",
"InvoiceID": "50abc314-31ab-49b2-9ffa-9e48033bc569",
"DiscountCodeID": "30ca778c-724c-4e73-b621-514f732f6bd4",
"Deleted": true
}