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": "224ef062-5fec-4a46-b5ce-4eb907671fae",
  "Code": "sample string 2",
  "TrainingTypeID": "b8dce38d-e284-4607-97d2-1bffa1272d42",
  "TrainingClassID": "d3cc266e-d95f-4289-ab13-0859bc77a1da",
  "StartDate": "2025-02-11T02:50:31.7509751-05:00",
  "EndDate": "2025-02-11T02:50:31.7509751-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "1618577b-bb21-430d-8de0-e84c2acf960d",
  "Used": true,
  "UsedDateTime": "2025-02-11T02:50:31.7509751-05:00",
  "InventoryItemID": "adf99b63-23fb-4d9d-acdc-86fb7e0ea08b"
}