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": "9af3b514-002c-4617-918b-06b9643b1d16",
  "Code": "sample string 2",
  "TrainingTypeID": "04d3a16b-d4c1-4020-90f9-2fcefeeb3b52",
  "TrainingClassID": "4a21c820-ec90-4c2d-a3dc-b2ce4a15a4cd",
  "StartDate": "2026-04-14T09:55:30.7330561-04:00",
  "EndDate": "2026-04-14T09:55:30.7330561-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "ff7c5a00-3a17-4442-8a05-fb219cc23cc3",
  "Used": true,
  "UsedDateTime": "2026-04-14T09:55:30.7330561-04:00",
  "InventoryItemID": "e1a294a5-f2a9-4e86-a24c-a6b95a39e51b"
}