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": "5397cb86-6a57-41d4-99bc-64674287195e",
"InvoiceID": "cac14085-98d9-4967-bedb-e1367b883713",
"DiscountCodeID": "0cbcd7fc-71c1-48db-bdfa-63f524dc43c5",
"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": "1d62979f-9fec-4b8b-bb94-28ffa8619d5c",
"InvoiceID": "fb2deda3-5673-461d-b687-f781b9aabf1b",
"DiscountCodeID": "28f33473-a9c2-453c-92a0-7b063ee8711c",
"Deleted": true
}