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": "520e92d9-de8a-4e0c-a40d-eeb7b1997ecd",
"Code": "sample string 2",
"TrainingTypeID": "6e2c9b43-d025-455c-8586-aabe6fa4c90f",
"TrainingClassID": "75a4a5f6-d8b5-4608-acac-df49864783ec",
"StartDate": "2026-07-25T06:51:27.1856932-04:00",
"EndDate": "2026-07-25T06:51:27.1856932-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cb910c90-71e4-4075-9db7-766af8210b96",
"Used": true,
"UsedDateTime": "2026-07-25T06:51:27.1856932-04:00",
"InventoryItemID": "3eeafab8-08d0-43e1-aa1b-b5615159405b"
}