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": "fb1dfc41-8823-403b-832f-8bbd03873920",
"Code": "sample string 2",
"TrainingTypeID": "207be849-8ed1-40b7-96fe-4d23dfc9d27e",
"TrainingClassID": "0d535d13-f0d3-4869-bb2e-97d5b198ce50",
"StartDate": "2026-06-11T12:12:09.189628-04:00",
"EndDate": "2026-06-11T12:12:09.189628-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9fdb3af4-1301-4e31-bf0d-ea8223badba5",
"Used": true,
"UsedDateTime": "2026-06-11T12:12:09.189628-04:00",
"InventoryItemID": "baadb38c-148b-4bfd-85c7-77cd96f5256e"
},
{
"DiscountCodeID": "fb1dfc41-8823-403b-832f-8bbd03873920",
"Code": "sample string 2",
"TrainingTypeID": "207be849-8ed1-40b7-96fe-4d23dfc9d27e",
"TrainingClassID": "0d535d13-f0d3-4869-bb2e-97d5b198ce50",
"StartDate": "2026-06-11T12:12:09.189628-04:00",
"EndDate": "2026-06-11T12:12:09.189628-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9fdb3af4-1301-4e31-bf0d-ea8223badba5",
"Used": true,
"UsedDateTime": "2026-06-11T12:12:09.189628-04:00",
"InventoryItemID": "baadb38c-148b-4bfd-85c7-77cd96f5256e"
},
{
"DiscountCodeID": "fb1dfc41-8823-403b-832f-8bbd03873920",
"Code": "sample string 2",
"TrainingTypeID": "207be849-8ed1-40b7-96fe-4d23dfc9d27e",
"TrainingClassID": "0d535d13-f0d3-4869-bb2e-97d5b198ce50",
"StartDate": "2026-06-11T12:12:09.189628-04:00",
"EndDate": "2026-06-11T12:12:09.189628-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9fdb3af4-1301-4e31-bf0d-ea8223badba5",
"Used": true,
"UsedDateTime": "2026-06-11T12:12:09.189628-04:00",
"InventoryItemID": "baadb38c-148b-4bfd-85c7-77cd96f5256e"
}
]