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": "ef9b7683-febf-48f1-8532-a4f337622b1b",
"Code": "sample string 2",
"TrainingTypeID": "4fcd5281-17cd-4420-b7c4-59d5ec017379",
"TrainingClassID": "d2e7453b-d8dc-49f0-88f1-b7d362b1093e",
"StartDate": "2026-08-13T06:21:02.3578896-04:00",
"EndDate": "2026-08-13T06:21:02.3578896-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "13b2d796-cfd5-4e38-98db-bbd26691916f",
"Used": true,
"UsedDateTime": "2026-08-13T06:21:02.3578896-04:00",
"InventoryItemID": "9965333e-b2ec-4425-ba19-0e8fa0a10b56"
},
{
"DiscountCodeID": "ef9b7683-febf-48f1-8532-a4f337622b1b",
"Code": "sample string 2",
"TrainingTypeID": "4fcd5281-17cd-4420-b7c4-59d5ec017379",
"TrainingClassID": "d2e7453b-d8dc-49f0-88f1-b7d362b1093e",
"StartDate": "2026-08-13T06:21:02.3578896-04:00",
"EndDate": "2026-08-13T06:21:02.3578896-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "13b2d796-cfd5-4e38-98db-bbd26691916f",
"Used": true,
"UsedDateTime": "2026-08-13T06:21:02.3578896-04:00",
"InventoryItemID": "9965333e-b2ec-4425-ba19-0e8fa0a10b56"
},
{
"DiscountCodeID": "ef9b7683-febf-48f1-8532-a4f337622b1b",
"Code": "sample string 2",
"TrainingTypeID": "4fcd5281-17cd-4420-b7c4-59d5ec017379",
"TrainingClassID": "d2e7453b-d8dc-49f0-88f1-b7d362b1093e",
"StartDate": "2026-08-13T06:21:02.3578896-04:00",
"EndDate": "2026-08-13T06:21:02.3578896-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "13b2d796-cfd5-4e38-98db-bbd26691916f",
"Used": true,
"UsedDateTime": "2026-08-13T06:21:02.3578896-04:00",
"InventoryItemID": "9965333e-b2ec-4425-ba19-0e8fa0a10b56"
}
]