GET api/invoice/{invoiceid}/DiscountCode/{code}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| invoiceid | No documentation available. |
Define this parameter in the request URI. |
| code | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"DiscountCodeID": "b5ffd762-57e9-4c71-83ec-b88cf9d85089",
"Code": "sample string 2",
"TrainingTypeID": "94554a46-e830-4d6c-88ea-a7c1eb4b76c6",
"TrainingClassID": "3dd79cbd-136b-440b-8903-c094d426f94a",
"StartDate": "2026-02-28T12:09:19.2958239-05:00",
"EndDate": "2026-02-28T12:09:19.2958239-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "77af343a-b852-4f74-9897-54fa2d2944a9",
"Used": true,
"UsedDateTime": "2026-02-28T12:09:19.2958239-05:00",
"InventoryItemID": "f2344e9a-f12a-40db-9971-27146213a149"
},
{
"DiscountCodeID": "b5ffd762-57e9-4c71-83ec-b88cf9d85089",
"Code": "sample string 2",
"TrainingTypeID": "94554a46-e830-4d6c-88ea-a7c1eb4b76c6",
"TrainingClassID": "3dd79cbd-136b-440b-8903-c094d426f94a",
"StartDate": "2026-02-28T12:09:19.2958239-05:00",
"EndDate": "2026-02-28T12:09:19.2958239-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "77af343a-b852-4f74-9897-54fa2d2944a9",
"Used": true,
"UsedDateTime": "2026-02-28T12:09:19.2958239-05:00",
"InventoryItemID": "f2344e9a-f12a-40db-9971-27146213a149"
},
{
"DiscountCodeID": "b5ffd762-57e9-4c71-83ec-b88cf9d85089",
"Code": "sample string 2",
"TrainingTypeID": "94554a46-e830-4d6c-88ea-a7c1eb4b76c6",
"TrainingClassID": "3dd79cbd-136b-440b-8903-c094d426f94a",
"StartDate": "2026-02-28T12:09:19.2958239-05:00",
"EndDate": "2026-02-28T12:09:19.2958239-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "77af343a-b852-4f74-9897-54fa2d2944a9",
"Used": true,
"UsedDateTime": "2026-02-28T12:09:19.2958239-05:00",
"InventoryItemID": "f2344e9a-f12a-40db-9971-27146213a149"
}
]