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": "bd85b7b7-0900-41cb-ba67-ea89bd82c1ed",
  "Code": "sample string 2",
  "TrainingTypeID": "90c34865-3ce9-4356-8573-a9ed275d5efc",
  "TrainingClassID": "07415391-7c85-45c0-9e48-f03bd3a5c0ed",
  "StartDate": "2025-05-23T16:45:06.0409126-04:00",
  "EndDate": "2025-05-23T16:45:06.0409126-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "95604632-d275-481a-8ca6-033aa30c9244",
  "Used": true,
  "UsedDateTime": "2025-05-23T16:45:06.0409126-04:00",
  "InventoryItemID": "dcf4e6da-4825-4609-9a08-604cbe26734a"
}