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": "9c6699c9-dac7-46d2-a326-9027655fb703",
"Code": "sample string 2",
"TrainingTypeID": "ecf027c7-5f14-4d63-89fd-b9828b45a1c8",
"TrainingClassID": "7661604f-7fde-4181-ac15-17e3fc5e7460",
"StartDate": "2026-07-18T06:02:35.6085421-04:00",
"EndDate": "2026-07-18T06:02:35.6085421-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ee4ef755-14f5-49c6-a886-8e04e91a3dbb",
"Used": true,
"UsedDateTime": "2026-07-18T06:02:35.6085421-04:00",
"InventoryItemID": "ed71db00-f2f8-4728-bf78-d1b193733047"
}