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": "3620ae2c-0bcc-4ea0-9007-67a5d3f94b04",
  "Code": "sample string 2",
  "TrainingTypeID": "37bab7e6-8689-4aaf-82a4-0cd2ada7eac4",
  "TrainingClassID": "dd196fb7-478d-40f0-9153-ef64f6b77492",
  "StartDate": "2026-04-09T17:22:38.3544004-04:00",
  "EndDate": "2026-04-09T17:22:38.3544004-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "264e1580-bc4e-4763-a170-f97f734196f0",
  "Used": true,
  "UsedDateTime": "2026-04-09T17:22:38.3544004-04:00",
  "InventoryItemID": "df6c668e-fd90-4024-9f1b-82b00987be3b"
}