GET api/DiscountCode/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "1943f082-c100-4dda-b029-4fd04d325af4",
"Code": "sample string 2",
"TrainingTypeID": "e86dd730-e43d-4c15-8f6c-bf1b5973de2e",
"TrainingClassID": "0581df43-3b55-4e2e-95a7-e21eea265850",
"StartDate": "2026-08-15T10:10:56.304967-04:00",
"EndDate": "2026-08-15T10:10:56.304967-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5203c1c8-2c54-4ed0-b50d-578bce1de9d5",
"Used": true,
"UsedDateTime": "2026-08-15T10:10:56.304967-04:00",
"InventoryItemID": "62169940-169e-482d-8fdc-9f79a1b5bf32"
}