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": "6693cfd3-58b3-48c7-b51e-c331896af131",
"Code": "sample string 2",
"TrainingTypeID": "18147d6f-5779-4c5b-b732-80c5f7bb7fa3",
"TrainingClassID": "0cee43ac-5ec0-4d61-8188-06d7e6eb0aa0",
"StartDate": "2026-08-14T23:02:40.1641048-04:00",
"EndDate": "2026-08-14T23:02:40.1641048-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3724ee64-4d35-494d-8d44-db7559b306b6",
"Used": true,
"UsedDateTime": "2026-08-14T23:02:40.1641048-04:00",
"InventoryItemID": "9644a79b-4a48-4fe6-a2c6-9193d11bddec"
},
{
"DiscountCodeID": "6693cfd3-58b3-48c7-b51e-c331896af131",
"Code": "sample string 2",
"TrainingTypeID": "18147d6f-5779-4c5b-b732-80c5f7bb7fa3",
"TrainingClassID": "0cee43ac-5ec0-4d61-8188-06d7e6eb0aa0",
"StartDate": "2026-08-14T23:02:40.1641048-04:00",
"EndDate": "2026-08-14T23:02:40.1641048-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3724ee64-4d35-494d-8d44-db7559b306b6",
"Used": true,
"UsedDateTime": "2026-08-14T23:02:40.1641048-04:00",
"InventoryItemID": "9644a79b-4a48-4fe6-a2c6-9193d11bddec"
},
{
"DiscountCodeID": "6693cfd3-58b3-48c7-b51e-c331896af131",
"Code": "sample string 2",
"TrainingTypeID": "18147d6f-5779-4c5b-b732-80c5f7bb7fa3",
"TrainingClassID": "0cee43ac-5ec0-4d61-8188-06d7e6eb0aa0",
"StartDate": "2026-08-14T23:02:40.1641048-04:00",
"EndDate": "2026-08-14T23:02:40.1641048-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3724ee64-4d35-494d-8d44-db7559b306b6",
"Used": true,
"UsedDateTime": "2026-08-14T23:02:40.1641048-04:00",
"InventoryItemID": "9644a79b-4a48-4fe6-a2c6-9193d11bddec"
}
]