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": "9d6f5653-3d52-4266-9e1d-3c0d39459803",
  "Code": "sample string 2",
  "TrainingTypeID": "7e45a3c1-7f9f-41d9-a864-64f4eb1572c7",
  "TrainingClassID": "0a608413-4aa7-43de-ad57-cf956a707f48",
  "StartDate": "2026-04-18T03:41:06.8159024-04:00",
  "EndDate": "2026-04-18T03:41:06.8159024-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "0b1e4fae-8043-4410-8553-390642cddd15",
  "Used": true,
  "UsedDateTime": "2026-04-18T03:41:06.8159024-04:00",
  "InventoryItemID": "487d8fee-3296-4c21-85ed-3cbd7f932598"
}