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": "26ae73e2-4ce8-474b-a32c-8355feb10dfd",
"Code": "sample string 2",
"TrainingTypeID": "87d9ee48-59b4-4f7b-80d5-afef12c88859",
"TrainingClassID": "ecaee4b6-3659-47b1-85d5-55353c5e4b0a",
"StartDate": "2026-04-25T06:06:48.7414007-04:00",
"EndDate": "2026-04-25T06:06:48.7414007-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e4332c9b-2109-4e2b-8c08-18b02e7afab3",
"Used": true,
"UsedDateTime": "2026-04-25T06:06:48.7414007-04:00",
"InventoryItemID": "d00f1991-8fd6-49f6-b34a-f6ce22a0a4f7"
}