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": "4fd8c237-0662-4ab5-b62f-183427939f56",
"Code": "sample string 2",
"TrainingTypeID": "ef856e42-6fd1-442c-a16f-e65dd571f77f",
"TrainingClassID": "31bc7e8c-f793-4b6a-a465-fdf6c90317ec",
"StartDate": "2026-06-06T22:10:23.6743475-04:00",
"EndDate": "2026-06-06T22:10:23.6743475-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7ff9ac2a-35f9-47f3-8827-0f3d26541122",
"Used": true,
"UsedDateTime": "2026-06-06T22:10:23.6743475-04:00",
"InventoryItemID": "377568b1-dc5b-48c5-819a-8460a61e3fdf"
}