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": "d4da81e5-b170-4c8b-b812-82e01ca054ac",
"Code": "sample string 2",
"TrainingTypeID": "480f9dfc-1498-459b-88a7-2821a5b6037f",
"TrainingClassID": "0c4e7299-8189-446b-9ee8-26822c3c2264",
"StartDate": "2026-05-20T19:42:59.5617196-04:00",
"EndDate": "2026-05-20T19:42:59.5617196-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "597f38ba-6401-469d-bc8a-160d7e108e90",
"Used": true,
"UsedDateTime": "2026-05-20T19:42:59.5617196-04:00",
"InventoryItemID": "386bb0d4-0b73-4ef3-b9f6-c196630d5d09"
}