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": "4109924b-b666-432a-a622-159ea2129a58",
"Code": "sample string 2",
"TrainingTypeID": "93fb3075-b29b-468c-9bd9-9800d2fd8df9",
"TrainingClassID": "bde51bc0-f944-4812-9cf6-40b9ccf44726",
"StartDate": "2026-05-01T19:20:29.481567-04:00",
"EndDate": "2026-05-01T19:20:29.481567-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "50776351-c8e6-4626-bae3-743fa9497255",
"Used": true,
"UsedDateTime": "2026-05-01T19:20:29.481567-04:00",
"InventoryItemID": "bd94993f-2aef-4d91-9b46-b98c44db3b52"
}