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": "653a573f-3d58-4a3f-8028-a50e47b05631",
"Code": "sample string 2",
"TrainingTypeID": "9db8fb39-a941-43f8-82b5-48c45107a486",
"TrainingClassID": "76782b0a-0367-4cda-b3e5-4924084f37d1",
"StartDate": "2026-07-19T03:12:42.8601972-04:00",
"EndDate": "2026-07-19T03:12:42.8601972-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7d95e353-31a3-43a9-a358-6a72640c56db",
"Used": true,
"UsedDateTime": "2026-07-19T03:12:42.8601972-04:00",
"InventoryItemID": "747ae01b-fd32-471f-85b6-b2c2fe98245e"
},
{
"DiscountCodeID": "653a573f-3d58-4a3f-8028-a50e47b05631",
"Code": "sample string 2",
"TrainingTypeID": "9db8fb39-a941-43f8-82b5-48c45107a486",
"TrainingClassID": "76782b0a-0367-4cda-b3e5-4924084f37d1",
"StartDate": "2026-07-19T03:12:42.8601972-04:00",
"EndDate": "2026-07-19T03:12:42.8601972-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7d95e353-31a3-43a9-a358-6a72640c56db",
"Used": true,
"UsedDateTime": "2026-07-19T03:12:42.8601972-04:00",
"InventoryItemID": "747ae01b-fd32-471f-85b6-b2c2fe98245e"
},
{
"DiscountCodeID": "653a573f-3d58-4a3f-8028-a50e47b05631",
"Code": "sample string 2",
"TrainingTypeID": "9db8fb39-a941-43f8-82b5-48c45107a486",
"TrainingClassID": "76782b0a-0367-4cda-b3e5-4924084f37d1",
"StartDate": "2026-07-19T03:12:42.8601972-04:00",
"EndDate": "2026-07-19T03:12:42.8601972-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7d95e353-31a3-43a9-a358-6a72640c56db",
"Used": true,
"UsedDateTime": "2026-07-19T03:12:42.8601972-04:00",
"InventoryItemID": "747ae01b-fd32-471f-85b6-b2c2fe98245e"
}
]