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": "fd493789-4db7-4085-944d-c60e2bc2edda",
"Code": "sample string 2",
"TrainingTypeID": "e9e32e1a-b876-4ecd-9859-baf0ec38dd1a",
"TrainingClassID": "bb5550d3-2c23-4464-b8da-12bf53af38aa",
"StartDate": "2026-03-12T18:48:42.2434902-04:00",
"EndDate": "2026-03-12T18:48:42.2434902-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1f35a838-32ee-4ae7-908d-7fda7563f0ec",
"Used": true,
"UsedDateTime": "2026-03-12T18:48:42.2434902-04:00",
"InventoryItemID": "2ca6bcb0-3865-4e60-b559-5ef28756b5b7"
}