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": "1f675ab3-e649-4ba1-b7cb-e1c1052c2e1d",
"Code": "sample string 2",
"TrainingTypeID": "90c33c44-d993-43a0-ac40-0159cd46eba3",
"TrainingClassID": "86c6a95c-a1db-47a5-82ed-5dc2d82b2cb6",
"StartDate": "2026-05-24T22:48:54.519477-04:00",
"EndDate": "2026-05-24T22:48:54.519477-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0b5c9d40-6029-4cbf-9a70-7235c091f3fd",
"Used": true,
"UsedDateTime": "2026-05-24T22:48:54.519477-04:00",
"InventoryItemID": "8420bd05-7acb-4805-b1fd-a5ea28890846"
}