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": "1299c478-3e4d-47d7-9451-2eac22da7e3a",
"Code": "sample string 2",
"TrainingTypeID": "859f35d9-c424-4a24-b457-59e43da353a6",
"TrainingClassID": "55e42916-b9d9-4bef-8240-d8a2978e5513",
"StartDate": "2026-06-20T02:32:50.7165141-04:00",
"EndDate": "2026-06-20T02:32:50.7165141-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e48a9ab9-5387-4529-b9c2-e4e2ac616e5a",
"Used": true,
"UsedDateTime": "2026-06-20T02:32:50.7165141-04:00",
"InventoryItemID": "927c7f84-0840-4526-9621-59de09d585b8"
}