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": "55e38283-b250-455a-b93e-d50929ae7f73",
  "Code": "sample string 2",
  "TrainingTypeID": "266eedea-f3d7-4587-ae12-6f2500533af7",
  "TrainingClassID": "cde1cd7a-2adc-4782-ad36-b0f30ee3ecb9",
  "StartDate": "2026-04-10T10:25:17.2369826-04:00",
  "EndDate": "2026-04-10T10:25:17.2369826-04:00",
  "Deleted": true,
  "Amount": 4.0,
  "PersonID": "798bde6c-4d7f-4a67-b4c7-b2a6f2149ce9",
  "Used": true,
  "UsedDateTime": "2026-04-10T10:25:17.2369826-04:00",
  "InventoryItemID": "52a92882-f3bd-4362-b30b-ec1ce6205063"
}