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": "6d0b309d-1e11-4260-9e67-659ff911faec",
"Code": "sample string 2",
"TrainingTypeID": "be7f4c16-ddcb-4914-a0e0-0cd83a5e8a4c",
"TrainingClassID": "f220b471-5130-4310-b890-a5fce285b90e",
"StartDate": "2026-05-25T18:10:34.9981387-04:00",
"EndDate": "2026-05-25T18:10:34.9981387-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4982c785-3359-4ee6-9b7c-2f5204794e55",
"Used": true,
"UsedDateTime": "2026-05-25T18:10:34.9981387-04:00",
"InventoryItemID": "3abe7fda-a0ac-4a6e-8e35-abd1851d6ef3"
}