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": "bbb32724-84cf-470d-bd8d-eedc252f4c68",
"Code": "sample string 2",
"TrainingTypeID": "bf6ced53-08ee-42d8-99c3-d1a5f771c584",
"TrainingClassID": "93d8cf00-5188-4326-af77-eb4adeb2b41c",
"StartDate": "2025-10-29T11:41:41.3014122-04:00",
"EndDate": "2025-10-29T11:41:41.3014122-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "564f46b5-158e-4858-913e-26186c695180",
"Used": true,
"UsedDateTime": "2025-10-29T11:41:41.3014122-04:00",
"InventoryItemID": "e427b1a3-60e4-4b17-ba53-39a631d11f79"
}