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": "14e1b851-5a53-4e64-8dfb-ef9be50136d4",
"Code": "sample string 2",
"TrainingTypeID": "5646a678-40dc-4a17-9752-1dda5b866fdf",
"TrainingClassID": "f1f159fb-179f-429f-b602-f26f8059b6c3",
"StartDate": "2026-06-06T01:14:22.7810712-04:00",
"EndDate": "2026-06-06T01:14:22.7810712-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "13963457-d4a1-4ee5-bec1-14293a68bc78",
"Used": true,
"UsedDateTime": "2026-06-06T01:14:22.7810712-04:00",
"InventoryItemID": "839930dd-ff93-49a1-ba34-06d5f42a7f87"
}