GET api/DiscountCode/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "82f98e53-1636-4f29-a5f1-55e855499af2",
  "Code": "sample string 2",
  "TrainingTypeID": "1df7b3ff-7227-43d8-97b3-95341429fbf4",
  "TrainingClassID": "01b5bb8b-c38d-4eff-ab4b-2ca6a860e337",
  "StartDate": "2026-03-01T09:44:34.9624992-05:00",
  "EndDate": "2026-03-01T09:44:34.9624992-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "75eaaaa1-183a-4ca5-9797-d78bb3219d10",
  "Used": true,
  "UsedDateTime": "2026-03-01T09:44:34.9624992-05:00",
  "InventoryItemID": "4c67d735-ae90-4754-a754-cfab0e57ca19"
}