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": "02477dbc-9a06-4675-807c-0ff9fbdf70ee",
"Code": "sample string 2",
"TrainingTypeID": "bdd760cc-5c6e-43a5-bc22-e0e1293a14ba",
"TrainingClassID": "ef867c9a-eb00-43b4-bcf1-cbb16b6a919e",
"StartDate": "2026-05-30T09:19:46.8745379-04:00",
"EndDate": "2026-05-30T09:19:46.8745379-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "600e7ee5-db0b-40fc-b94e-38f579a4a875",
"Used": true,
"UsedDateTime": "2026-05-30T09:19:46.8745379-04:00",
"InventoryItemID": "48fbca52-a3ef-4260-be07-46ba0a3d8fa9"
},
{
"DiscountCodeID": "02477dbc-9a06-4675-807c-0ff9fbdf70ee",
"Code": "sample string 2",
"TrainingTypeID": "bdd760cc-5c6e-43a5-bc22-e0e1293a14ba",
"TrainingClassID": "ef867c9a-eb00-43b4-bcf1-cbb16b6a919e",
"StartDate": "2026-05-30T09:19:46.8745379-04:00",
"EndDate": "2026-05-30T09:19:46.8745379-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "600e7ee5-db0b-40fc-b94e-38f579a4a875",
"Used": true,
"UsedDateTime": "2026-05-30T09:19:46.8745379-04:00",
"InventoryItemID": "48fbca52-a3ef-4260-be07-46ba0a3d8fa9"
},
{
"DiscountCodeID": "02477dbc-9a06-4675-807c-0ff9fbdf70ee",
"Code": "sample string 2",
"TrainingTypeID": "bdd760cc-5c6e-43a5-bc22-e0e1293a14ba",
"TrainingClassID": "ef867c9a-eb00-43b4-bcf1-cbb16b6a919e",
"StartDate": "2026-05-30T09:19:46.8745379-04:00",
"EndDate": "2026-05-30T09:19:46.8745379-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "600e7ee5-db0b-40fc-b94e-38f579a4a875",
"Used": true,
"UsedDateTime": "2026-05-30T09:19:46.8745379-04:00",
"InventoryItemID": "48fbca52-a3ef-4260-be07-46ba0a3d8fa9"
}
]