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": "6f4db3bd-dbd5-47ff-9bc5-3424ff0ea4f7",
  "Code": "sample string 2",
  "TrainingTypeID": "cbf1313b-0cc4-4bd4-88f9-193e1455a0b1",
  "TrainingClassID": "ff450000-66c2-447b-a158-be2519a20aac",
  "StartDate": "2026-04-11T11:05:17.7209959-04:00",
  "EndDate": "2026-04-11T11:05:17.7209959-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "d3c1e84c-33c7-41f7-a786-d498d9db7976",
  "Used": true,
  "UsedDateTime": "2026-04-11T11:05:17.7209959-04:00",
  "InventoryItemID": "ce8fcff9-47dc-4151-8a0e-4dfcb67a0490"
}