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": "b054c2e7-f1bf-4526-83f7-d1406f910aeb",
"Code": "sample string 2",
"TrainingTypeID": "df5446ff-9c37-4214-ab57-ebcfd1d658e5",
"TrainingClassID": "f8a531bd-0540-45c6-8f43-3088d6473415",
"StartDate": "2026-06-30T20:28:25.7288455-04:00",
"EndDate": "2026-06-30T20:28:25.7288455-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "976540b6-6ad9-45e3-a117-2ef082c08974",
"Used": true,
"UsedDateTime": "2026-06-30T20:28:25.7288455-04:00",
"InventoryItemID": "aeaf3d98-66d8-431b-b4c5-d3f18bea14a1"
},
{
"DiscountCodeID": "b054c2e7-f1bf-4526-83f7-d1406f910aeb",
"Code": "sample string 2",
"TrainingTypeID": "df5446ff-9c37-4214-ab57-ebcfd1d658e5",
"TrainingClassID": "f8a531bd-0540-45c6-8f43-3088d6473415",
"StartDate": "2026-06-30T20:28:25.7288455-04:00",
"EndDate": "2026-06-30T20:28:25.7288455-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "976540b6-6ad9-45e3-a117-2ef082c08974",
"Used": true,
"UsedDateTime": "2026-06-30T20:28:25.7288455-04:00",
"InventoryItemID": "aeaf3d98-66d8-431b-b4c5-d3f18bea14a1"
},
{
"DiscountCodeID": "b054c2e7-f1bf-4526-83f7-d1406f910aeb",
"Code": "sample string 2",
"TrainingTypeID": "df5446ff-9c37-4214-ab57-ebcfd1d658e5",
"TrainingClassID": "f8a531bd-0540-45c6-8f43-3088d6473415",
"StartDate": "2026-06-30T20:28:25.7288455-04:00",
"EndDate": "2026-06-30T20:28:25.7288455-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "976540b6-6ad9-45e3-a117-2ef082c08974",
"Used": true,
"UsedDateTime": "2026-06-30T20:28:25.7288455-04:00",
"InventoryItemID": "aeaf3d98-66d8-431b-b4c5-d3f18bea14a1"
}
]