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": "0902133a-58fb-4dcb-a256-4268f21d54e6",
"Code": "sample string 2",
"TrainingTypeID": "c1e5ae24-ed75-453c-9c0e-4ab3bcda7d8b",
"TrainingClassID": "f5d27604-1f75-4c2d-b084-35f23a900195",
"StartDate": "2026-04-08T15:13:38.4497287-04:00",
"EndDate": "2026-04-08T15:13:38.4497287-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a9fb3cd9-c114-4aec-9b27-14fd0a91bbfc",
"Used": true,
"UsedDateTime": "2026-04-08T15:13:38.4497287-04:00",
"InventoryItemID": "c6a5c6c2-62d5-47ef-a953-b87c43202708"
}