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": "b567cc77-cb34-4acc-a415-c66b5986bf7d",
  "Code": "sample string 2",
  "TrainingTypeID": "7e397cab-b103-4304-aa45-18026f737b36",
  "TrainingClassID": "3e39869f-9d96-4cf2-841a-fb5b90a58c92",
  "StartDate": "2026-05-08T08:16:05.6461978-04:00",
  "EndDate": "2026-05-08T08:16:05.6461978-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "7d561ff2-f96f-4edb-bac4-811c069a7b0b",
  "Used": true,
  "UsedDateTime": "2026-05-08T08:16:05.6461978-04:00",
  "InventoryItemID": "f0e78898-5c99-478e-99ec-78f15079296d"
}