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": "e8bf5279-befb-470a-8e18-ed1912a72ef8",
"Code": "sample string 2",
"TrainingTypeID": "2d4cc934-dff6-49b2-911a-1a7f7686b046",
"TrainingClassID": "fdc49f18-a685-4db7-93a5-0fa034205c2a",
"StartDate": "2026-05-15T18:42:00.4701644-04:00",
"EndDate": "2026-05-15T18:42:00.4701644-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b122f32a-6724-4827-af4e-276a0669dcd2",
"Used": true,
"UsedDateTime": "2026-05-15T18:42:00.4701644-04:00",
"InventoryItemID": "a3b87b25-b2f4-4035-ac60-488da680a707"
}