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": "fa58456b-7d88-4ffd-b363-74cbdc802f49",
"Code": "sample string 2",
"TrainingTypeID": "c26b3882-f141-4883-9a66-2a04b59d6869",
"TrainingClassID": "521f1623-231d-4e8b-8130-8dc8b59ab6cf",
"StartDate": "2026-08-02T09:25:39.7352659-04:00",
"EndDate": "2026-08-02T09:25:39.7352659-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ca06a170-c44c-4343-9a6a-76177817744a",
"Used": true,
"UsedDateTime": "2026-08-02T09:25:39.7352659-04:00",
"InventoryItemID": "9fb56c41-d0fc-496a-b255-b47101a709e7"
}