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": "95f2c290-cbd1-4f91-beb8-0c157eb97e9b",
"Code": "sample string 2",
"TrainingTypeID": "943f39c8-7012-474a-a1c6-db58cbf60404",
"TrainingClassID": "58a9b396-b171-4b50-9047-ea77e3891cb3",
"StartDate": "2026-04-24T05:45:26.2566075-04:00",
"EndDate": "2026-04-24T05:45:26.2566075-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1ebba6ad-6e99-4fb1-845a-fbd603966909",
"Used": true,
"UsedDateTime": "2026-04-24T05:45:26.2566075-04:00",
"InventoryItemID": "f9545274-9a19-46b8-8e27-c8356810fca2"
}