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": "b33b16b2-a2af-4094-818d-82ef2b3351bc",
"Code": "sample string 2",
"TrainingTypeID": "71f13165-2c9a-4dc6-90c0-6eb7da61d4d5",
"TrainingClassID": "cad04f0a-7f91-4678-9a41-0caa8b4ea8b3",
"StartDate": "2026-04-10T05:16:41.8136927-04:00",
"EndDate": "2026-04-10T05:16:41.8136927-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "20a1be8c-9f3b-4555-9933-c41911f33317",
"Used": true,
"UsedDateTime": "2026-04-10T05:16:41.8136927-04:00",
"InventoryItemID": "6a78276b-f433-4cfa-aceb-4183417a69b7"
}