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": "87d0ae1d-1fc2-4573-8cc1-ce6288ef4968",
  "Code": "sample string 2",
  "TrainingTypeID": "ecb6423d-2932-495f-898a-791284ba8b4f",
  "TrainingClassID": "72d1f238-bf84-4489-b825-79fc3d62a465",
  "StartDate": "2026-07-05T03:41:56.8415583-04:00",
  "EndDate": "2026-07-05T03:41:56.8415583-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "ff3a7517-b7ff-4f74-975f-53c9c55bd10e",
  "Used": true,
  "UsedDateTime": "2026-07-05T03:41:56.8415583-04:00",
  "InventoryItemID": "ac2695ae-fd7d-459e-b6e4-6299f61ce968"
}