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": "d69071fd-7621-4b08-84ec-349e99b8cf17",
  "Code": "sample string 2",
  "TrainingTypeID": "07234dbf-6cb7-48bb-b72d-82693b54d5a6",
  "TrainingClassID": "4d126fe8-c246-42dc-8ed4-27da1a8b7089",
  "StartDate": "2026-03-17T14:58:46.0674409-04:00",
  "EndDate": "2026-03-17T14:58:46.0674409-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "b8f47b3b-517b-4629-aa34-a15440cfb6f5",
  "Used": true,
  "UsedDateTime": "2026-03-17T14:58:46.0674409-04:00",
  "InventoryItemID": "83f1270b-1530-4043-ae38-7c306fa4d166"
}