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": "1beb309f-f861-4e8f-8c12-ce7d95a3b1df",
"Code": "sample string 2",
"TrainingTypeID": "ebd4bed8-ea54-4c99-9bbe-5d63da638c9f",
"TrainingClassID": "2aabd3d1-be6e-4bc8-8da6-9aa427bee522",
"StartDate": "2026-06-27T03:04:39.6218984-04:00",
"EndDate": "2026-06-27T03:04:39.6218984-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "228ac421-45a0-43a0-aa65-b146c7c6fcd0",
"Used": true,
"UsedDateTime": "2026-06-27T03:04:39.6218984-04:00",
"InventoryItemID": "c1994777-aefc-4b6f-857f-5c99a749982f"
}