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": "20bc145d-53b2-4a58-86c1-48c2c2a3157a",
"Code": "sample string 2",
"TrainingTypeID": "5e3a46cc-14ff-4198-80aa-83492b39549f",
"TrainingClassID": "a8e18658-24a6-491f-869d-cdaee88097a2",
"StartDate": "2026-03-15T23:31:28.0268848-04:00",
"EndDate": "2026-03-15T23:31:28.0268848-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0f74abd8-3753-46f1-b7e8-feaf62d9fcb6",
"Used": true,
"UsedDateTime": "2026-03-15T23:31:28.0268848-04:00",
"InventoryItemID": "8ae5265f-417c-445e-80ad-654e893281b1"
}