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": "88ce5b88-9733-4500-843b-3ca7c7404b3b",
"Code": "sample string 2",
"TrainingTypeID": "79181bed-6578-4a0a-8488-9ac9a299b123",
"TrainingClassID": "74371b34-13b3-4596-b82d-f0caf1e927e7",
"StartDate": "2026-05-12T13:00:13.7571627-04:00",
"EndDate": "2026-05-12T13:00:13.7571627-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e2e5ff72-e388-459b-acc6-2e71e34bf77e",
"Used": true,
"UsedDateTime": "2026-05-12T13:00:13.7571627-04:00",
"InventoryItemID": "e2c19b87-1df7-47a8-b654-70e870ccbbdb"
}