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": "9a16f2f2-56c1-46b8-a45a-e69982d3e5bc",
"Code": "sample string 2",
"TrainingTypeID": "b575838b-fda7-47f9-9094-0096b51696cf",
"TrainingClassID": "4e26d07d-bea8-4054-8c16-5dc57117be19",
"StartDate": "2026-06-21T02:39:11.5863061-04:00",
"EndDate": "2026-06-21T02:39:11.5863061-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1b7eaf4e-e69c-4635-b88a-50fc96535024",
"Used": true,
"UsedDateTime": "2026-06-21T02:39:11.5863061-04:00",
"InventoryItemID": "57b91589-5434-41de-9906-0ff90c9b2947"
}