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": "ae17cd61-eb76-40fb-827c-78855eee853a",
  "Code": "sample string 2",
  "TrainingTypeID": "82e18608-0811-45ba-accc-080761375739",
  "TrainingClassID": "2ba0d851-b040-47c4-96e3-6ecfcbc8d9c6",
  "StartDate": "2026-09-19T14:15:38.3767782-04:00",
  "EndDate": "2026-09-19T14:15:38.3767782-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "6a0ed076-938a-4a7a-9eea-52e2f4277942",
  "Used": true,
  "UsedDateTime": "2026-09-19T14:15:38.3767782-04:00",
  "InventoryItemID": "79e932f8-037c-4ee7-8843-f13154263c2e"
}