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": "8f2a215f-86a5-47ff-8a84-8db9347cd3b8",
  "Code": "sample string 2",
  "TrainingTypeID": "92a7504a-2a96-4efa-8c6a-8abbd6387982",
  "TrainingClassID": "e2a3a52e-b1ac-45cd-aa3a-1126542859e6",
  "StartDate": "2026-02-23T15:48:36.2873493-05:00",
  "EndDate": "2026-02-23T15:48:36.2873493-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "61cf4fec-0fc7-4a3c-a844-4af8e686f209",
  "Used": true,
  "UsedDateTime": "2026-02-23T15:48:36.2873493-05:00",
  "InventoryItemID": "64b54d4a-5be3-4f6b-9b2e-cd41eda3967a"
}