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": "6a503cdd-649b-437c-8897-c36c5d7c5c70",
  "Code": "sample string 2",
  "TrainingTypeID": "4ddae724-d807-4cd2-8398-c8a49fed7fd0",
  "TrainingClassID": "8c8cda14-da3d-4e3a-95fe-f850e75cf86a",
  "StartDate": "2025-12-16T12:55:11.3071435-05:00",
  "EndDate": "2025-12-16T12:55:11.3071435-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "0d7fc688-740d-4ab8-bb57-ed419fcd0e84",
  "Used": true,
  "UsedDateTime": "2025-12-16T12:55:11.3071435-05:00",
  "InventoryItemID": "b9e7c35e-2b87-423e-913c-905f6a30c49b"
}