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": "39aa9313-eb59-4c07-9db4-8584b4fc719b",
  "Code": "sample string 2",
  "TrainingTypeID": "85f6cc4e-d0a2-4f6f-a1f3-eeb462cb22b7",
  "TrainingClassID": "89cc5cc6-f09f-40ae-8c08-d3e42d4cf293",
  "StartDate": "2026-08-23T11:13:18.8477494-04:00",
  "EndDate": "2026-08-23T11:13:18.8477494-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "1cfb1333-bcab-4f52-9453-7d13d23542e5",
  "Used": true,
  "UsedDateTime": "2026-08-23T11:13:18.8477494-04:00",
  "InventoryItemID": "cad3d728-a831-4ad6-9c76-32fc77cae61e"
}