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": "84aca13e-38a5-4426-affe-ff40fda6e2d2",
"Code": "sample string 2",
"TrainingTypeID": "343c7d23-ef77-4592-9da0-aa36704e6d99",
"TrainingClassID": "3fce17c8-f408-47d3-9ce4-25b664712302",
"StartDate": "2025-11-12T01:59:11.0234367-05:00",
"EndDate": "2025-11-12T01:59:11.0234367-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f379a7ee-1374-4409-96e2-0620d98e1b45",
"Used": true,
"UsedDateTime": "2025-11-12T01:59:11.0234367-05:00",
"InventoryItemID": "c223c6c5-9c50-401a-bc02-364c42b74320"
}