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": "106b006f-b28b-4ad3-bdf9-7125a8da72bc",
"Code": "sample string 2",
"TrainingTypeID": "598e8fd5-a173-43c7-89bf-6175f903adf3",
"TrainingClassID": "7e1e7637-d186-4919-9086-7ff377f4b48a",
"StartDate": "2026-08-29T12:29:41.4302705-04:00",
"EndDate": "2026-08-29T12:29:41.4302705-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2a79e942-243b-43b8-8f88-5c9617963d91",
"Used": true,
"UsedDateTime": "2026-08-29T12:29:41.4302705-04:00",
"InventoryItemID": "9903815e-426b-4ade-abeb-ecf5a520f174"
}