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": "e27d7009-df87-404b-8a9f-a9806af67d5c",
"Code": "sample string 2",
"TrainingTypeID": "81221fed-aa1a-40e4-9529-691ba96b5033",
"TrainingClassID": "743141c9-1e14-4435-a1d0-38c3e0eee40a",
"StartDate": "2026-09-06T12:01:32.8230587-04:00",
"EndDate": "2026-09-06T12:01:32.8230587-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d30ee973-404a-4da7-afb8-d43a804bc965",
"Used": true,
"UsedDateTime": "2026-09-06T12:01:32.8230587-04:00",
"InventoryItemID": "54e63833-5779-472d-b5fb-b41ea7245105"
}