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": "946456e4-0fae-4e66-81b5-1baf431309ec",
"Code": "sample string 2",
"TrainingTypeID": "f9ec3c19-6521-4891-af77-eb9d03198219",
"TrainingClassID": "eb651855-536d-48a9-ad6a-8317677de5e4",
"StartDate": "2025-11-07T11:46:47.2991184-05:00",
"EndDate": "2025-11-07T11:46:47.2991184-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "923b5e89-7ba7-43ec-8234-11cadaa5c9df",
"Used": true,
"UsedDateTime": "2025-11-07T11:46:47.2991184-05:00",
"InventoryItemID": "c49a915a-e97b-4eef-a428-59e0d8326277"
}