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": "66faecf4-fbdc-404f-ab50-24d90bc4f4f7",
"Code": "sample string 2",
"TrainingTypeID": "f7fd3abc-6843-4200-b722-8d3f1d83e9c7",
"TrainingClassID": "a22ab196-66f7-47fc-b173-a84bd3f03523",
"StartDate": "2026-05-31T20:39:07.2205986-04:00",
"EndDate": "2026-05-31T20:39:07.2205986-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c41cf3c0-4e93-434f-8c62-ae7ce493b6e1",
"Used": true,
"UsedDateTime": "2026-05-31T20:39:07.2205986-04:00",
"InventoryItemID": "8cce0e65-ea9a-497e-82c2-da7d0ebfa175"
}