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": "68b18f3d-a716-4d48-b114-4107a78f4b9c",
"Code": "sample string 2",
"TrainingTypeID": "c89401a0-6961-4c21-b70f-ea4940498982",
"TrainingClassID": "4f91f764-d99b-4632-8d51-26ee87c4f336",
"StartDate": "2026-03-26T05:37:56.9847532-04:00",
"EndDate": "2026-03-26T05:37:56.9847532-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2e3e8970-9421-4a4c-b1eb-a8683227a462",
"Used": true,
"UsedDateTime": "2026-03-26T05:37:56.9847532-04:00",
"InventoryItemID": "98b441e4-58d4-4982-adac-2be69ef5294b"
}