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": "b486ae66-c263-412b-89d6-4bbd2bef2810",
  "Code": "sample string 2",
  "TrainingTypeID": "e8dd111e-c401-47d7-ae61-0450770e8c5a",
  "TrainingClassID": "5bcfc8f6-5ba4-4a0c-bafd-9861f877e30f",
  "StartDate": "2026-04-06T10:19:55.8611165-04:00",
  "EndDate": "2026-04-06T10:19:55.8611165-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "6a5f3242-e80f-4b7d-8801-4a24534c0240",
  "Used": true,
  "UsedDateTime": "2026-04-06T10:19:55.8611165-04:00",
  "InventoryItemID": "e231ac89-269c-4931-9335-9dcd82cd3526"
}