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": "40ba51bc-ebad-4c97-95ad-35c37c72275d",
  "Code": "sample string 2",
  "TrainingTypeID": "ee96d53d-30df-4d73-96d2-2b98a4f674b3",
  "TrainingClassID": "07de6d9f-28b6-430b-95ba-5509d9b34cbd",
  "StartDate": "2026-04-12T11:22:02.6723136-04:00",
  "EndDate": "2026-04-12T11:22:02.6723136-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "49d4fe74-be56-4183-bcb7-1af8c31a11c9",
  "Used": true,
  "UsedDateTime": "2026-04-12T11:22:02.6723136-04:00",
  "InventoryItemID": "bd1523c7-6689-40b0-9195-18453bf95642"
}