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": "52c32d12-eee1-43b6-a87e-6890830f3bc1",
  "Code": "sample string 2",
  "TrainingTypeID": "40313c53-20ef-4e89-baf9-b525a60c9a0b",
  "TrainingClassID": "63acfa18-bb8b-47c0-a3e4-70b7e35fb677",
  "StartDate": "2026-05-23T17:53:27.1747912-04:00",
  "EndDate": "2026-05-23T17:53:27.1747912-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "5fc5659b-f102-487a-914f-222519372af4",
  "Used": true,
  "UsedDateTime": "2026-05-23T17:53:27.1747912-04:00",
  "InventoryItemID": "3cf04d36-9cb0-41f8-80d5-e2beb887a376"
}