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": "0eb641e2-b7b3-41c6-94e3-54cd25fef78a",
"Code": "sample string 2",
"TrainingTypeID": "80901c87-f458-47aa-a3c8-32659315013e",
"TrainingClassID": "8ac836a1-cf1a-4c65-a2a9-214e6d13eeba",
"StartDate": "2026-09-14T15:02:26.1753112-04:00",
"EndDate": "2026-09-14T15:02:26.1753112-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "af98db33-d398-42cc-9a87-7ca777625176",
"Used": true,
"UsedDateTime": "2026-09-14T15:02:26.1753112-04:00",
"InventoryItemID": "6f1d3b4b-9656-47bd-943e-0bcea9d9e41c"
},
{
"DiscountCodeID": "0eb641e2-b7b3-41c6-94e3-54cd25fef78a",
"Code": "sample string 2",
"TrainingTypeID": "80901c87-f458-47aa-a3c8-32659315013e",
"TrainingClassID": "8ac836a1-cf1a-4c65-a2a9-214e6d13eeba",
"StartDate": "2026-09-14T15:02:26.1753112-04:00",
"EndDate": "2026-09-14T15:02:26.1753112-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "af98db33-d398-42cc-9a87-7ca777625176",
"Used": true,
"UsedDateTime": "2026-09-14T15:02:26.1753112-04:00",
"InventoryItemID": "6f1d3b4b-9656-47bd-943e-0bcea9d9e41c"
},
{
"DiscountCodeID": "0eb641e2-b7b3-41c6-94e3-54cd25fef78a",
"Code": "sample string 2",
"TrainingTypeID": "80901c87-f458-47aa-a3c8-32659315013e",
"TrainingClassID": "8ac836a1-cf1a-4c65-a2a9-214e6d13eeba",
"StartDate": "2026-09-14T15:02:26.1753112-04:00",
"EndDate": "2026-09-14T15:02:26.1753112-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "af98db33-d398-42cc-9a87-7ca777625176",
"Used": true,
"UsedDateTime": "2026-09-14T15:02:26.1753112-04:00",
"InventoryItemID": "6f1d3b4b-9656-47bd-943e-0bcea9d9e41c"
}
]