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": "5621faf3-c7bc-494b-b978-0a70b6f41e8c",
"Code": "sample string 2",
"TrainingTypeID": "68cd2c31-249c-4585-9120-15788710c031",
"TrainingClassID": "afdc8d78-218c-4534-a055-a78620a4b0ca",
"StartDate": "2025-11-16T10:48:58.1215864-05:00",
"EndDate": "2025-11-16T10:48:58.1215864-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e3733b2c-b75f-4257-94f0-acc15238a7c3",
"Used": true,
"UsedDateTime": "2025-11-16T10:48:58.1215864-05:00",
"InventoryItemID": "95d98b95-2822-49d9-8647-a9308e1bd8d7"
}