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": "a69920f2-d712-4727-9656-e88542dc9fd4",
"Code": "sample string 2",
"TrainingTypeID": "7cbc9399-c88a-4a58-996c-e3d164f6f583",
"TrainingClassID": "ba3b9d09-7da5-42f6-add2-ef7d521dd02d",
"StartDate": "2026-04-10T23:04:18.9510735-04:00",
"EndDate": "2026-04-10T23:04:18.9510735-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "63f587b1-0342-4455-b52e-50c5eaf473f6",
"Used": true,
"UsedDateTime": "2026-04-10T23:04:18.9510735-04:00",
"InventoryItemID": "34c273f5-8ac2-4f8b-91e9-4cd72d9c1ca0"
}