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": "4c94452b-df6b-401e-82c9-9b1ada5763f9",
"Code": "sample string 2",
"TrainingTypeID": "daa132cd-6498-4b5d-b59b-2510b8e7b184",
"TrainingClassID": "fefd25f2-97b0-4b23-8652-96d4a502dc29",
"StartDate": "2026-03-10T00:35:18.0242145-04:00",
"EndDate": "2026-03-10T00:35:18.0242145-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f25ec579-82bb-4bd5-a67b-b8be675dce8c",
"Used": true,
"UsedDateTime": "2026-03-10T00:35:18.0242145-04:00",
"InventoryItemID": "fbb63603-2db0-4373-a565-4cf6f3097292"
}