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": "6e824f13-7eec-4a12-859e-a1f9700527e3",
  "Code": "sample string 2",
  "TrainingTypeID": "492fd897-a9fb-4498-a800-4b5b57b3d199",
  "TrainingClassID": "7f0eb0da-40e2-46bc-acf9-febbd7188d2e",
  "StartDate": "2026-04-05T20:59:12.5036975-04:00",
  "EndDate": "2026-04-05T20:59:12.5036975-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "cfbe0839-1ee5-41cf-a953-39b0c046031b",
  "Used": true,
  "UsedDateTime": "2026-04-05T20:59:12.5036975-04:00",
  "InventoryItemID": "7438ed73-92cb-497d-8b20-1ba1f160fb63"
}