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": "4093a8a6-eb22-46f0-b93b-482c731171d6",
  "Code": "sample string 2",
  "TrainingTypeID": "d2f23525-21bf-43a6-8dbf-9d79c5d048ae",
  "TrainingClassID": "b8725117-d02d-4c97-b88c-92189ab5fdb6",
  "StartDate": "2026-02-23T00:51:57.6102645-05:00",
  "EndDate": "2026-02-23T00:51:57.6102645-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "79345935-3252-42f9-9cc2-8f8ed0d0eef9",
  "Used": true,
  "UsedDateTime": "2026-02-23T00:51:57.6102645-05:00",
  "InventoryItemID": "4aa17994-ba0d-4bff-ad90-1be65a785633"
}