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": "3f7b15cd-efa1-4f78-8307-6c1fee869e0d",
"Code": "sample string 2",
"TrainingTypeID": "cf3290eb-0922-4161-9f21-538119e6f1f8",
"TrainingClassID": "706dff2e-5c2a-42fc-b0bf-2bc8fb5d2f8b",
"StartDate": "2026-08-22T00:10:54.3401956-04:00",
"EndDate": "2026-08-22T00:10:54.3401956-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d6273304-fb02-4bec-814a-a35ea6d38bca",
"Used": true,
"UsedDateTime": "2026-08-22T00:10:54.3401956-04:00",
"InventoryItemID": "c0b9ce4c-7e9b-4ccf-b67d-631e137f5df3"
},
{
"DiscountCodeID": "3f7b15cd-efa1-4f78-8307-6c1fee869e0d",
"Code": "sample string 2",
"TrainingTypeID": "cf3290eb-0922-4161-9f21-538119e6f1f8",
"TrainingClassID": "706dff2e-5c2a-42fc-b0bf-2bc8fb5d2f8b",
"StartDate": "2026-08-22T00:10:54.3401956-04:00",
"EndDate": "2026-08-22T00:10:54.3401956-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d6273304-fb02-4bec-814a-a35ea6d38bca",
"Used": true,
"UsedDateTime": "2026-08-22T00:10:54.3401956-04:00",
"InventoryItemID": "c0b9ce4c-7e9b-4ccf-b67d-631e137f5df3"
},
{
"DiscountCodeID": "3f7b15cd-efa1-4f78-8307-6c1fee869e0d",
"Code": "sample string 2",
"TrainingTypeID": "cf3290eb-0922-4161-9f21-538119e6f1f8",
"TrainingClassID": "706dff2e-5c2a-42fc-b0bf-2bc8fb5d2f8b",
"StartDate": "2026-08-22T00:10:54.3401956-04:00",
"EndDate": "2026-08-22T00:10:54.3401956-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d6273304-fb02-4bec-814a-a35ea6d38bca",
"Used": true,
"UsedDateTime": "2026-08-22T00:10:54.3401956-04:00",
"InventoryItemID": "c0b9ce4c-7e9b-4ccf-b67d-631e137f5df3"
}
]