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": "ef3c3fdd-a0b9-4804-a93c-80de8ac61746",
  "Code": "sample string 2",
  "TrainingTypeID": "513fd9f2-8fd9-4d88-91f6-b7f55d5a314f",
  "TrainingClassID": "2e58a7f1-49f9-4d47-a34b-b005d6481fd9",
  "StartDate": "2026-03-05T10:10:26.3030985-05:00",
  "EndDate": "2026-03-05T10:10:26.3030985-05:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "12d20439-2569-4d78-abb9-243658c5bc83",
  "Used": true,
  "UsedDateTime": "2026-03-05T10:10:26.3030985-05:00",
  "InventoryItemID": "2ea338f5-3ad3-4b45-9fa9-5d39902ea477"
}