GET api/DiscountCode/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"DiscountCodeID": "e6dcd565-50ff-44ef-9f4f-e640eff2b63d",
"Code": "sample string 2",
"TrainingTypeID": "02c9a04f-7eca-4c6a-af33-6f443fb72c04",
"TrainingClassID": "111bb39e-a849-4c3b-8c98-738e3d54bf78",
"StartDate": "2026-05-09T13:12:29.9811348-04:00",
"EndDate": "2026-05-09T13:12:29.9811348-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b7579633-2d5b-4e2e-b102-bdcd9e671531",
"Used": true,
"UsedDateTime": "2026-05-09T13:12:29.9811348-04:00",
"InventoryItemID": "c2f284fe-8399-4370-b238-c0ae4e8a6f4e"
}