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": "8c2aa1e1-442c-49ee-bd81-df45a531f9d4",
  "Code": "sample string 2",
  "TrainingTypeID": "f7781843-90dc-4c33-ba74-df94235f7244",
  "TrainingClassID": "79e3d934-e135-4d0b-8f28-75c61d2c4f69",
  "StartDate": "2026-05-30T23:42:24.649875-04:00",
  "EndDate": "2026-05-30T23:42:24.649875-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "8a8707a2-77b5-40f4-b111-c5400006a1cf",
  "Used": true,
  "UsedDateTime": "2026-05-30T23:42:24.649875-04:00",
  "InventoryItemID": "9e360860-257f-4587-b640-dc92d050704c"
}