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": "e431a682-8f33-484e-958c-807647fb9e36",
  "Code": "sample string 2",
  "TrainingTypeID": "47c57b09-2495-478e-83bd-7c8deff2ad5e",
  "TrainingClassID": "7d67f11b-73c5-4525-a292-358ee01ef9e0",
  "StartDate": "2026-04-23T15:42:48.0678789-04:00",
  "EndDate": "2026-04-23T15:42:48.0678789-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "98a01b09-47ad-4dd1-8b76-6c7a7cd51592",
  "Used": true,
  "UsedDateTime": "2026-04-23T15:42:48.0678789-04:00",
  "InventoryItemID": "187b74d6-e802-4883-9241-55a0b3823202"
}