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": "6f359133-d864-466e-9c2f-ee0234e5250c", "Code": "sample string 2", "TrainingTypeID": "f54e62dc-106b-485c-9825-7ad0009beb6b", "TrainingClassID": "b55ff76f-1871-4da1-9282-467da2ca2dd9", "StartDate": "2025-10-09T03:41:23.0775283-04:00", "EndDate": "2025-10-09T03:41:23.0775283-04:00", "Deleted": true, "Amount": 4.0, "PersonID": "30b4d20f-fa59-4ab2-aada-414a88a7a333", "Used": true, "UsedDateTime": "2025-10-09T03:41:23.0775283-04:00", "InventoryItemID": "63d83f2b-56d3-4069-8195-d8b9d8a909d9" }