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": "29394c6e-2015-4004-b003-954935d66bab",
"Code": "sample string 2",
"TrainingTypeID": "7395192f-f28d-40ea-9589-815a065c9e57",
"TrainingClassID": "68011c27-50ee-40da-865d-57023502f95e",
"StartDate": "2026-08-12T13:24:48.4020709-04:00",
"EndDate": "2026-08-12T13:24:48.4020709-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "00d926bb-e80c-43de-8b91-f934dcf6f573",
"Used": true,
"UsedDateTime": "2026-08-12T13:24:48.4020709-04:00",
"InventoryItemID": "a642e8e7-a70b-4b1d-adb8-6a8f16fe2adf"
},
{
"DiscountCodeID": "29394c6e-2015-4004-b003-954935d66bab",
"Code": "sample string 2",
"TrainingTypeID": "7395192f-f28d-40ea-9589-815a065c9e57",
"TrainingClassID": "68011c27-50ee-40da-865d-57023502f95e",
"StartDate": "2026-08-12T13:24:48.4020709-04:00",
"EndDate": "2026-08-12T13:24:48.4020709-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "00d926bb-e80c-43de-8b91-f934dcf6f573",
"Used": true,
"UsedDateTime": "2026-08-12T13:24:48.4020709-04:00",
"InventoryItemID": "a642e8e7-a70b-4b1d-adb8-6a8f16fe2adf"
},
{
"DiscountCodeID": "29394c6e-2015-4004-b003-954935d66bab",
"Code": "sample string 2",
"TrainingTypeID": "7395192f-f28d-40ea-9589-815a065c9e57",
"TrainingClassID": "68011c27-50ee-40da-865d-57023502f95e",
"StartDate": "2026-08-12T13:24:48.4020709-04:00",
"EndDate": "2026-08-12T13:24:48.4020709-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "00d926bb-e80c-43de-8b91-f934dcf6f573",
"Used": true,
"UsedDateTime": "2026-08-12T13:24:48.4020709-04:00",
"InventoryItemID": "a642e8e7-a70b-4b1d-adb8-6a8f16fe2adf"
}
]