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": "050aa1bb-e348-4d27-91cb-7ae6c1ee97f4",
"Code": "sample string 2",
"TrainingTypeID": "21e17c22-920e-4ffb-8636-a906b86a6719",
"TrainingClassID": "0cf32bc6-8af0-49de-9c9d-013c0b89d1bb",
"StartDate": "2026-06-02T23:44:55.2132307-04:00",
"EndDate": "2026-06-02T23:44:55.2132307-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4c8c8fcf-5d4f-4ebf-8745-db261d848852",
"Used": true,
"UsedDateTime": "2026-06-02T23:44:55.2132307-04:00",
"InventoryItemID": "10d797d4-e168-464e-a682-37524a791baf"
}