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": "2e0ed8fd-24ce-4d56-9610-4aa48c591421",
"Code": "sample string 2",
"TrainingTypeID": "b726a716-bea4-4e7a-8f6f-e2865ca548c9",
"TrainingClassID": "40738c57-e38b-4da4-b9f0-80b7c743a3dc",
"StartDate": "2026-05-13T15:40:07.5222686-04:00",
"EndDate": "2026-05-13T15:40:07.5222686-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6e9fea06-7d4c-4520-b719-a4dce40f0c3b",
"Used": true,
"UsedDateTime": "2026-05-13T15:40:07.5222686-04:00",
"InventoryItemID": "a8ce14c9-5a72-4ee6-a81d-623ee1e1e296"
}