GET api/invoice/{invoiceid}/DiscountCode/{code}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| invoiceid | No documentation available. |
Define this parameter in the request URI. |
| code | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"DiscountCodeID": "04e81b2b-b1e6-463e-a96b-ac1cb4098f37",
"Code": "sample string 2",
"TrainingTypeID": "ea48428e-8982-46be-b7b4-2d922db8ffd4",
"TrainingClassID": "bbabe55c-0c4d-468d-aada-eb30fc532078",
"StartDate": "2026-05-27T12:15:18.3536378-04:00",
"EndDate": "2026-05-27T12:15:18.3536378-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "17371a65-f513-47db-99ff-be2b5baccc7a",
"Used": true,
"UsedDateTime": "2026-05-27T12:15:18.3536378-04:00",
"InventoryItemID": "71bf18a3-7536-4dfe-a02f-cf1fa4793859"
},
{
"DiscountCodeID": "04e81b2b-b1e6-463e-a96b-ac1cb4098f37",
"Code": "sample string 2",
"TrainingTypeID": "ea48428e-8982-46be-b7b4-2d922db8ffd4",
"TrainingClassID": "bbabe55c-0c4d-468d-aada-eb30fc532078",
"StartDate": "2026-05-27T12:15:18.3536378-04:00",
"EndDate": "2026-05-27T12:15:18.3536378-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "17371a65-f513-47db-99ff-be2b5baccc7a",
"Used": true,
"UsedDateTime": "2026-05-27T12:15:18.3536378-04:00",
"InventoryItemID": "71bf18a3-7536-4dfe-a02f-cf1fa4793859"
},
{
"DiscountCodeID": "04e81b2b-b1e6-463e-a96b-ac1cb4098f37",
"Code": "sample string 2",
"TrainingTypeID": "ea48428e-8982-46be-b7b4-2d922db8ffd4",
"TrainingClassID": "bbabe55c-0c4d-468d-aada-eb30fc532078",
"StartDate": "2026-05-27T12:15:18.3536378-04:00",
"EndDate": "2026-05-27T12:15:18.3536378-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "17371a65-f513-47db-99ff-be2b5baccc7a",
"Used": true,
"UsedDateTime": "2026-05-27T12:15:18.3536378-04:00",
"InventoryItemID": "71bf18a3-7536-4dfe-a02f-cf1fa4793859"
}
]