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": "481b23bc-e24b-473e-bde3-1f095b2cca59",
"Code": "sample string 2",
"TrainingTypeID": "713b9b8e-fffd-42e3-995a-d4f8e8efdcac",
"TrainingClassID": "ea2ba0b8-47d6-4867-9373-dd10839fcb11",
"StartDate": "2026-05-21T20:03:41.8015076-04:00",
"EndDate": "2026-05-21T20:03:41.8015076-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "48f43ac3-7672-4fe9-bca4-55ba02c37887",
"Used": true,
"UsedDateTime": "2026-05-21T20:03:41.8015076-04:00",
"InventoryItemID": "5f68186c-91a0-4751-be61-7ceff5912e64"
}