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": "47451d48-fe58-48dc-a0b7-ca8fd7b5cc21",
  "Code": "sample string 2",
  "TrainingTypeID": "89ac73f5-4954-4032-9b9b-ba68acb3d532",
  "TrainingClassID": "5eed2924-eb79-4779-9894-dbfdb7e37db9",
  "StartDate": "2026-04-11T06:32:36.2895074-04:00",
  "EndDate": "2026-04-11T06:32:36.2895074-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "a4347b9c-f429-4277-bc28-5f757b21d206",
  "Used": true,
  "UsedDateTime": "2026-04-11T06:32:36.2895074-04:00",
  "InventoryItemID": "50147c19-0862-43ac-8e0d-4b3144c0a989"
}