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": "b47381fc-7898-4f6c-bb31-f61b779055db",
"Code": "sample string 2",
"TrainingTypeID": "7408bd59-9412-4179-b093-967233fbbed4",
"TrainingClassID": "227cc402-7cef-495a-a368-7435492003f8",
"StartDate": "2026-06-28T01:02:40.9223853-04:00",
"EndDate": "2026-06-28T01:02:40.9223853-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7acfa97e-3d98-4b00-b331-84dee3a8137f",
"Used": true,
"UsedDateTime": "2026-06-28T01:02:40.9223853-04:00",
"InventoryItemID": "0c141bec-a5de-406e-9576-74fbca9a67ae"
},
{
"DiscountCodeID": "b47381fc-7898-4f6c-bb31-f61b779055db",
"Code": "sample string 2",
"TrainingTypeID": "7408bd59-9412-4179-b093-967233fbbed4",
"TrainingClassID": "227cc402-7cef-495a-a368-7435492003f8",
"StartDate": "2026-06-28T01:02:40.9223853-04:00",
"EndDate": "2026-06-28T01:02:40.9223853-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7acfa97e-3d98-4b00-b331-84dee3a8137f",
"Used": true,
"UsedDateTime": "2026-06-28T01:02:40.9223853-04:00",
"InventoryItemID": "0c141bec-a5de-406e-9576-74fbca9a67ae"
},
{
"DiscountCodeID": "b47381fc-7898-4f6c-bb31-f61b779055db",
"Code": "sample string 2",
"TrainingTypeID": "7408bd59-9412-4179-b093-967233fbbed4",
"TrainingClassID": "227cc402-7cef-495a-a368-7435492003f8",
"StartDate": "2026-06-28T01:02:40.9223853-04:00",
"EndDate": "2026-06-28T01:02:40.9223853-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7acfa97e-3d98-4b00-b331-84dee3a8137f",
"Used": true,
"UsedDateTime": "2026-06-28T01:02:40.9223853-04:00",
"InventoryItemID": "0c141bec-a5de-406e-9576-74fbca9a67ae"
}
]