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": "9b6be33d-3888-4399-bdd4-4b1296a80b2a", "Code": "sample string 2", "TrainingTypeID": "9d2120ca-8117-4f73-af3f-cbb39ed18979", "TrainingClassID": "e09d285d-3ac9-461b-a6aa-eeb4cc2abd57", "StartDate": "2025-06-02T05:51:53.4136464-04:00", "EndDate": "2025-06-02T05:51:53.4136464-04:00", "Deleted": true, "Amount": 4.0, "PersonID": "53ff33ab-690a-4f8a-b4b6-52599deb3329", "Used": true, "UsedDateTime": "2025-06-02T05:51:53.4136464-04:00", "InventoryItemID": "b3cb2320-1ed6-46c7-a97a-cac304ad6224" }