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": "3d4a0480-adfd-49e8-b1ee-7707f829d254",
  "Code": "sample string 2",
  "TrainingTypeID": "366fdc6c-be46-4554-a55e-283365bb86fd",
  "TrainingClassID": "523eb411-320f-4696-b8db-4ce53f39ef15",
  "StartDate": "2026-08-01T06:54:11.3704964-04:00",
  "EndDate": "2026-08-01T06:54:11.3704964-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "b32366cf-2fad-4c58-860f-77b61ad83401",
  "Used": true,
  "UsedDateTime": "2026-08-01T06:54:11.3704964-04:00",
  "InventoryItemID": "7ec6ef45-128b-40d3-89e5-898dd645c6fe"
}