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": "7422fb47-8174-4c0a-9d79-bd78d0597fec",
"Code": "sample string 2",
"TrainingTypeID": "48d6bdbb-e3a6-4aef-9fd8-c6e97ba2085c",
"TrainingClassID": "c253772b-301b-43e1-ac75-16ab95bf9d4e",
"StartDate": "2026-04-16T12:48:05.3775817-04:00",
"EndDate": "2026-04-16T12:48:05.3775817-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e627cb9c-2fe3-4366-bdad-bcd96e981c4f",
"Used": true,
"UsedDateTime": "2026-04-16T12:48:05.3775817-04:00",
"InventoryItemID": "9037dcd5-e3f7-4e59-9a1e-52c97396a78c"
}