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": "d5172762-afae-4a86-813c-5bf4ad4067d5",
"Code": "sample string 2",
"TrainingTypeID": "b6db87d6-c247-4edd-bf44-e74ceec5e31e",
"TrainingClassID": "56d7dcf4-72ac-48cd-bef0-5e66c61dfc7b",
"StartDate": "2026-03-21T15:39:12.9479019-04:00",
"EndDate": "2026-03-21T15:39:12.9479019-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f66776e9-b4d7-4f01-b928-d55a7543cf2e",
"Used": true,
"UsedDateTime": "2026-03-21T15:39:12.9479019-04:00",
"InventoryItemID": "793aa38f-2b36-415f-8dc3-904cc5e68127"
}