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": "9bc9c9fb-3c64-4f6a-a559-a8d5057eec27",
  "Code": "sample string 2",
  "TrainingTypeID": "2bb13cd4-0e0a-40f6-bb46-4d94ade539fd",
  "TrainingClassID": "20c37dc4-291c-4d3e-9d20-55ab1855cb52",
  "StartDate": "2026-04-22T14:22:05.5196787-04:00",
  "EndDate": "2026-04-22T14:22:05.5196787-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "1d4afd96-6d06-433f-9c0d-937ff3e62981",
  "Used": true,
  "UsedDateTime": "2026-04-22T14:22:05.5196787-04:00",
  "InventoryItemID": "680b5461-1fa7-41f8-8f43-d95042849fe8"
}