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": "f63cc718-c5b2-4626-ba49-36868aac008b",
"Code": "sample string 2",
"TrainingTypeID": "8c1555c9-9a0b-46cd-9baf-562b01785f98",
"TrainingClassID": "99e86961-1aa7-4789-80f5-816e5a37ec4a",
"StartDate": "2026-04-21T04:37:02.5289968-04:00",
"EndDate": "2026-04-21T04:37:02.5289968-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f109f13a-232b-4ac6-a8a7-854134379a56",
"Used": true,
"UsedDateTime": "2026-04-21T04:37:02.5289968-04:00",
"InventoryItemID": "4f2bc8ef-11ee-4d08-868e-48ce5c47d268"
}