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": "20288a5b-5e53-44d7-987e-16f342cd5a1c",
"Code": "sample string 2",
"TrainingTypeID": "23443430-2cbc-425c-9111-fddd32675397",
"TrainingClassID": "5331b258-2956-4a9b-a339-572eed0756aa",
"StartDate": "2025-11-23T05:52:07.4858007-05:00",
"EndDate": "2025-11-23T05:52:07.4858007-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "724e634a-8d31-4e9a-a161-d7d914f19a15",
"Used": true,
"UsedDateTime": "2025-11-23T05:52:07.4858007-05:00",
"InventoryItemID": "cd7e2256-de58-42b9-a3df-01dd3e7fea47"
}