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": "def541ab-5196-41ef-b673-51649c6961a9",
  "Code": "sample string 2",
  "TrainingTypeID": "3cb1bc28-1a29-42e6-8857-2556993469b9",
  "TrainingClassID": "aad3ae39-5194-40b2-b00e-06bff17a28b9",
  "StartDate": "2025-11-19T05:06:11.1788744-05:00",
  "EndDate": "2025-11-19T05:06:11.1788744-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "be45f9e8-6210-4c90-9fe2-80784ec35d4f",
  "Used": true,
  "UsedDateTime": "2025-11-19T05:06:11.1788744-05:00",
  "InventoryItemID": "73e0943b-1bc3-4340-ae48-0ab677e99761"
}