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": "6df3abe8-f2e7-4109-89cd-e1e50e206528",
  "Code": "sample string 2",
  "TrainingTypeID": "26596951-3f89-4452-ae5d-96d319e8be87",
  "TrainingClassID": "46f1a865-3ae5-4e12-b6c8-c5f699faaece",
  "StartDate": "2025-11-10T09:38:04.8863006-05:00",
  "EndDate": "2025-11-10T09:38:04.8863006-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "7e3a7a74-9878-4154-8804-d6709d98f984",
  "Used": true,
  "UsedDateTime": "2025-11-10T09:38:04.8863006-05:00",
  "InventoryItemID": "80170d0f-2f5f-4c0a-8dff-5dc50b4f79c4"
}