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": "6eeddcc0-85b3-493e-af0c-4ef4c53f2831",
"Code": "sample string 2",
"TrainingTypeID": "3f4e6685-1762-4040-a491-e7324b7d0bb6",
"TrainingClassID": "930855ac-a82c-421f-ab90-47532ffc0f48",
"StartDate": "2026-04-21T22:12:10.6890945-04:00",
"EndDate": "2026-04-21T22:12:10.6890945-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "73912fe6-4907-49b3-8418-f6086c19284f",
"Used": true,
"UsedDateTime": "2026-04-21T22:12:10.6890945-04:00",
"InventoryItemID": "299628e8-013d-4e5c-b482-a1477965fa6a"
}