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": "80f4fda5-84a5-4e87-a851-098f28de83ec",
"Code": "sample string 2",
"TrainingTypeID": "38908146-12fd-4ee6-baaa-6c25e85563ba",
"TrainingClassID": "019f034c-4d73-4b29-9215-e6a90363d0cb",
"StartDate": "2026-08-08T09:09:55.831089-04:00",
"EndDate": "2026-08-08T09:09:55.831089-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b4022940-ab92-40e6-87fc-dbccca38c24b",
"Used": true,
"UsedDateTime": "2026-08-08T09:09:55.831089-04:00",
"InventoryItemID": "bddc66b8-161e-4fa5-9366-79ac7447652f"
}