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": "8d237960-33d5-4269-bdcf-d7e75354f531",
"Code": "sample string 2",
"TrainingTypeID": "8bc17db4-8fe9-4d86-b20f-569e6fb1593f",
"TrainingClassID": "8ebc1557-29b4-4488-af05-2928622fc160",
"StartDate": "2026-05-21T01:09:06.7912253-04:00",
"EndDate": "2026-05-21T01:09:06.7912253-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "206cb353-7e09-4d16-bbb9-059f835056c6",
"Used": true,
"UsedDateTime": "2026-05-21T01:09:06.7912253-04:00",
"InventoryItemID": "4176ad69-4690-4432-9a16-bff2eb05799d"
}