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": "fe935bfc-d1d8-4bbe-a5cf-3be9a2d77bbb",
  "Code": "sample string 2",
  "TrainingTypeID": "8e812076-f096-454f-9287-7eddc2149c62",
  "TrainingClassID": "2467b238-739a-45dd-a571-58cf880010b5",
  "StartDate": "2026-03-15T03:03:45.4856548-04:00",
  "EndDate": "2026-03-15T03:03:45.4856548-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "6a273d9b-0e4a-47c7-b945-4659ea58fc79",
  "Used": true,
  "UsedDateTime": "2026-03-15T03:03:45.4856548-04:00",
  "InventoryItemID": "45ab3443-b8c6-42c2-b974-3765378e6e78"
}