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": "6ea6831a-99d9-4e0e-9679-36d5b045f5a0",
"Code": "sample string 2",
"TrainingTypeID": "4570ffec-541c-4101-a78c-3fc0b4ce117e",
"TrainingClassID": "805c074b-f525-4e69-803a-5e753e116845",
"StartDate": "2026-09-14T18:46:50.9792709-04:00",
"EndDate": "2026-09-14T18:46:50.9792709-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7cc41e31-6974-42cc-9e8b-6009b5e886f3",
"Used": true,
"UsedDateTime": "2026-09-14T18:46:50.9792709-04:00",
"InventoryItemID": "a9fc2131-d520-442c-9a59-09561e5dac82"
},
{
"DiscountCodeID": "6ea6831a-99d9-4e0e-9679-36d5b045f5a0",
"Code": "sample string 2",
"TrainingTypeID": "4570ffec-541c-4101-a78c-3fc0b4ce117e",
"TrainingClassID": "805c074b-f525-4e69-803a-5e753e116845",
"StartDate": "2026-09-14T18:46:50.9792709-04:00",
"EndDate": "2026-09-14T18:46:50.9792709-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7cc41e31-6974-42cc-9e8b-6009b5e886f3",
"Used": true,
"UsedDateTime": "2026-09-14T18:46:50.9792709-04:00",
"InventoryItemID": "a9fc2131-d520-442c-9a59-09561e5dac82"
},
{
"DiscountCodeID": "6ea6831a-99d9-4e0e-9679-36d5b045f5a0",
"Code": "sample string 2",
"TrainingTypeID": "4570ffec-541c-4101-a78c-3fc0b4ce117e",
"TrainingClassID": "805c074b-f525-4e69-803a-5e753e116845",
"StartDate": "2026-09-14T18:46:50.9792709-04:00",
"EndDate": "2026-09-14T18:46:50.9792709-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7cc41e31-6974-42cc-9e8b-6009b5e886f3",
"Used": true,
"UsedDateTime": "2026-09-14T18:46:50.9792709-04:00",
"InventoryItemID": "a9fc2131-d520-442c-9a59-09561e5dac82"
}
]