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": "d161d125-c53e-4d51-85f8-2dbbe16c0634",
"Code": "sample string 2",
"TrainingTypeID": "7fa34c25-f1b3-4975-b1e5-c2a020c37842",
"TrainingClassID": "5bb9f76d-9e42-4e5b-ac46-bf99b6586a05",
"StartDate": "2026-05-24T05:25:28.8896024-04:00",
"EndDate": "2026-05-24T05:25:28.8896024-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "058c529c-a052-4dd3-ad30-d74e3a3d1952",
"Used": true,
"UsedDateTime": "2026-05-24T05:25:28.8896024-04:00",
"InventoryItemID": "12c5381f-e975-47e5-8c8a-4d4f8c80062c"
},
{
"DiscountCodeID": "d161d125-c53e-4d51-85f8-2dbbe16c0634",
"Code": "sample string 2",
"TrainingTypeID": "7fa34c25-f1b3-4975-b1e5-c2a020c37842",
"TrainingClassID": "5bb9f76d-9e42-4e5b-ac46-bf99b6586a05",
"StartDate": "2026-05-24T05:25:28.8896024-04:00",
"EndDate": "2026-05-24T05:25:28.8896024-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "058c529c-a052-4dd3-ad30-d74e3a3d1952",
"Used": true,
"UsedDateTime": "2026-05-24T05:25:28.8896024-04:00",
"InventoryItemID": "12c5381f-e975-47e5-8c8a-4d4f8c80062c"
},
{
"DiscountCodeID": "d161d125-c53e-4d51-85f8-2dbbe16c0634",
"Code": "sample string 2",
"TrainingTypeID": "7fa34c25-f1b3-4975-b1e5-c2a020c37842",
"TrainingClassID": "5bb9f76d-9e42-4e5b-ac46-bf99b6586a05",
"StartDate": "2026-05-24T05:25:28.8896024-04:00",
"EndDate": "2026-05-24T05:25:28.8896024-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "058c529c-a052-4dd3-ad30-d74e3a3d1952",
"Used": true,
"UsedDateTime": "2026-05-24T05:25:28.8896024-04:00",
"InventoryItemID": "12c5381f-e975-47e5-8c8a-4d4f8c80062c"
}
]