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": "b83085ef-f6b7-4352-b89c-20c5a56acc4d",
  "Code": "sample string 2",
  "TrainingTypeID": "2e84f6f2-4cc4-49e9-8119-def4dc10dfb8",
  "TrainingClassID": "3e8e7ecd-20d2-4912-a8f4-b64e7cf9bce7",
  "StartDate": "2026-04-28T06:32:22.9306978-04:00",
  "EndDate": "2026-04-28T06:32:22.9306978-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "d4a8f697-7eac-43a7-974e-ae3e1b588f7a",
  "Used": true,
  "UsedDateTime": "2026-04-28T06:32:22.9306978-04:00",
  "InventoryItemID": "67c29e77-8eef-4256-a34a-9052a4a58c6b"
}