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": "8a46d710-6e1b-4b06-a1e1-14e0303f0f8a",
  "Code": "sample string 2",
  "TrainingTypeID": "bed14c9b-a081-497b-b3fc-0157f977a623",
  "TrainingClassID": "e6ef886e-dd25-4af8-a38e-36e8a3ea5b12",
  "StartDate": "2025-12-06T21:01:12.0546659-05:00",
  "EndDate": "2025-12-06T21:01:12.0546659-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "6a1184c3-a119-41c2-b1ce-b279d4590970",
  "Used": true,
  "UsedDateTime": "2025-12-06T21:01:12.0546659-05:00",
  "InventoryItemID": "b45ff99f-ada7-41ff-89b9-c746bbdb6c4f"
}