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": "291559f7-d0e0-4b4f-9247-b84646b8b848",
"Code": "sample string 2",
"TrainingTypeID": "ee358f2d-9fca-41d9-b5cd-d52f490b8528",
"TrainingClassID": "96294144-3373-4688-a41c-446363975879",
"StartDate": "2026-07-12T04:52:17.0111823-04:00",
"EndDate": "2026-07-12T04:52:17.0111823-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6bea95f4-58f5-45c8-aecc-3a87a1e7467f",
"Used": true,
"UsedDateTime": "2026-07-12T04:52:17.0111823-04:00",
"InventoryItemID": "1a20c7c6-5bd2-449b-815c-03ffeea77b49"
}