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": "404eb3cd-c7a8-4357-ae85-5267c5650d2d",
"Code": "sample string 2",
"TrainingTypeID": "1aade65e-bea8-4e94-8dd7-e1b2b825be75",
"TrainingClassID": "72db0b8e-074e-4ac3-be61-6dc8b3468c62",
"StartDate": "2026-03-02T03:50:07.7279808-05:00",
"EndDate": "2026-03-02T03:50:07.7279808-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "30d163e0-5873-4485-bca8-4aaf69b86bec",
"Used": true,
"UsedDateTime": "2026-03-02T03:50:07.7279808-05:00",
"InventoryItemID": "ca6b62d4-d9b6-4543-84cc-8a08e6779050"
}