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": "d0b0d0f5-b311-462a-b6f0-49a341e1ee1d",
"Code": "sample string 2",
"TrainingTypeID": "0a926f62-4359-44e4-9c7b-86cc88abd438",
"TrainingClassID": "d21a8930-381d-4482-a1e4-344f7403e85e",
"StartDate": "2026-08-30T11:51:32.0610213-04:00",
"EndDate": "2026-08-30T11:51:32.0610213-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7ddaa22e-fc70-47c5-8c2e-69955c26b39f",
"Used": true,
"UsedDateTime": "2026-08-30T11:51:32.0610213-04:00",
"InventoryItemID": "b6462041-603b-4f57-adb6-10a3056b1c20"
}