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": "13ad1a45-7e39-4b03-ba6c-3b275f47bca8",
"Code": "sample string 2",
"TrainingTypeID": "d37006c2-f595-45c4-be98-7505806bd76a",
"TrainingClassID": "faf17b64-99f9-496e-b0cc-865fe59d5c4a",
"StartDate": "2026-02-26T13:55:37.2408878-05:00",
"EndDate": "2026-02-26T13:55:37.2408878-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7a9cee1c-0d76-4a00-8a56-50f4a074861c",
"Used": true,
"UsedDateTime": "2026-02-26T13:55:37.2408878-05:00",
"InventoryItemID": "b69dbce2-a310-48ec-b31a-7e4bab621527"
}