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": "20a93056-1b22-4c25-ab76-2c633ed9cae4",
  "Code": "sample string 2",
  "TrainingTypeID": "22cc0ef2-68c7-46f2-a664-7908a294b244",
  "TrainingClassID": "31e1b996-0563-4c5b-b791-4eb597cadfb9",
  "StartDate": "2026-04-17T01:35:55.1878474-04:00",
  "EndDate": "2026-04-17T01:35:55.1878474-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "4cae270e-6dec-4393-88bb-9700d41d9485",
  "Used": true,
  "UsedDateTime": "2026-04-17T01:35:55.1878474-04:00",
  "InventoryItemID": "d39c9462-21d9-4dbb-989e-d81493c9c2a3"
}