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": "6005e834-4958-4274-b542-9f4b77e19b30",
"Code": "sample string 2",
"TrainingTypeID": "a97e7b22-e0cc-40c4-91e7-8a88fdf5e986",
"TrainingClassID": "60dfd824-cbd5-46cc-8089-ba57aff2336c",
"StartDate": "2026-03-28T17:26:09.0304163-04:00",
"EndDate": "2026-03-28T17:26:09.0304163-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "762dad16-cfdf-4452-ae7b-c22861e0b017",
"Used": true,
"UsedDateTime": "2026-03-28T17:26:09.0304163-04:00",
"InventoryItemID": "66fa4993-e540-48da-814e-2387cb411f89"
}