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": "bbc2bf0e-ba3f-4f60-81e8-b23f3324b1b4",
"Code": "sample string 2",
"TrainingTypeID": "b5a9192e-c449-4cf0-b1df-e86e9925af2b",
"TrainingClassID": "ae5ba86f-b498-4cfe-bcaf-6a3c539057f9",
"StartDate": "2026-04-11T18:40:58.0575849-04:00",
"EndDate": "2026-04-11T18:40:58.0575849-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1b28f05d-6203-4517-9d25-2d07db0d599f",
"Used": true,
"UsedDateTime": "2026-04-11T18:40:58.0575849-04:00",
"InventoryItemID": "1ea2a388-108b-4380-ac7a-a320dab3e5e9"
}