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": "ae7c62f5-f18e-407c-bc20-9ab62da7117a",
"Code": "sample string 2",
"TrainingTypeID": "f4a23de8-351c-4f8e-ac8e-144ada02266e",
"TrainingClassID": "2b1366c2-b388-49f8-b907-6dc60e71da3b",
"StartDate": "2026-08-18T22:17:05.8715472-04:00",
"EndDate": "2026-08-18T22:17:05.8715472-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a3f3ed58-694f-4d86-8cf2-dac862df56f4",
"Used": true,
"UsedDateTime": "2026-08-18T22:17:05.8715472-04:00",
"InventoryItemID": "581288ed-cc9c-43f8-be6c-deb8368d454f"
},
{
"DiscountCodeID": "ae7c62f5-f18e-407c-bc20-9ab62da7117a",
"Code": "sample string 2",
"TrainingTypeID": "f4a23de8-351c-4f8e-ac8e-144ada02266e",
"TrainingClassID": "2b1366c2-b388-49f8-b907-6dc60e71da3b",
"StartDate": "2026-08-18T22:17:05.8715472-04:00",
"EndDate": "2026-08-18T22:17:05.8715472-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a3f3ed58-694f-4d86-8cf2-dac862df56f4",
"Used": true,
"UsedDateTime": "2026-08-18T22:17:05.8715472-04:00",
"InventoryItemID": "581288ed-cc9c-43f8-be6c-deb8368d454f"
},
{
"DiscountCodeID": "ae7c62f5-f18e-407c-bc20-9ab62da7117a",
"Code": "sample string 2",
"TrainingTypeID": "f4a23de8-351c-4f8e-ac8e-144ada02266e",
"TrainingClassID": "2b1366c2-b388-49f8-b907-6dc60e71da3b",
"StartDate": "2026-08-18T22:17:05.8715472-04:00",
"EndDate": "2026-08-18T22:17:05.8715472-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a3f3ed58-694f-4d86-8cf2-dac862df56f4",
"Used": true,
"UsedDateTime": "2026-08-18T22:17:05.8715472-04:00",
"InventoryItemID": "581288ed-cc9c-43f8-be6c-deb8368d454f"
}
]