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": "1ae084b6-1206-4e3d-9a6e-e14c9fb5b0f9",
"Code": "sample string 2",
"TrainingTypeID": "72b5a8ca-2a67-49ca-a273-819537c9be18",
"TrainingClassID": "e61e99b7-bf45-4c8c-90c6-42e762cf490a",
"StartDate": "2026-05-28T19:16:49.5203111-04:00",
"EndDate": "2026-05-28T19:16:49.5203111-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f58efacc-5e2f-421d-81e5-38b35013a16b",
"Used": true,
"UsedDateTime": "2026-05-28T19:16:49.5203111-04:00",
"InventoryItemID": "4067d04a-4e11-4eb1-ad35-ab2ac6928288"
}