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": "afc6b860-f180-4bad-8580-a22d04de9009",
"Code": "sample string 2",
"TrainingTypeID": "28d006a1-6e3a-4914-972e-30ade69ce286",
"TrainingClassID": "15c865c5-dba8-4703-9d93-03995c68c2e5",
"StartDate": "2026-05-17T16:44:22.8680138-04:00",
"EndDate": "2026-05-17T16:44:22.8680138-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "fd14cdee-fa48-4c32-94b5-52d5dc440ebf",
"Used": true,
"UsedDateTime": "2026-05-17T16:44:22.8680138-04:00",
"InventoryItemID": "749e02dd-91a3-4df4-8f59-e61c3579e0ec"
}