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": "5fc3a74a-308c-43c7-bb74-73fbf6ac4187",
  "Code": "sample string 2",
  "TrainingTypeID": "2b041230-4c38-401b-bfbb-c3aa2a3a164a",
  "TrainingClassID": "ae8cc823-37b2-4cf9-856c-c5fdd8d88743",
  "StartDate": "2026-02-25T06:25:07.3266273-05:00",
  "EndDate": "2026-02-25T06:25:07.3266273-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "cbd7b95c-d176-47ab-844c-53cb6c9629f1",
  "Used": true,
  "UsedDateTime": "2026-02-25T06:25:07.3266273-05:00",
  "InventoryItemID": "08ca9ba2-87d4-43ea-94c9-71440e728dd8"
}