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": "94a17497-c741-4e1e-8959-abe7fab9a90e",
"Code": "sample string 2",
"TrainingTypeID": "08797805-1786-43bd-ab2d-a1863dd90faa",
"TrainingClassID": "8fbf6d9e-2565-4bb0-8e83-cbd4871f5910",
"StartDate": "2026-08-30T07:02:33.9732664-04:00",
"EndDate": "2026-08-30T07:02:33.9732664-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "967da50d-e11e-4057-bab7-438158d754b4",
"Used": true,
"UsedDateTime": "2026-08-30T07:02:33.9732664-04:00",
"InventoryItemID": "f4f6ce7f-598b-4a03-bb48-6a186fa0a85f"
},
{
"DiscountCodeID": "94a17497-c741-4e1e-8959-abe7fab9a90e",
"Code": "sample string 2",
"TrainingTypeID": "08797805-1786-43bd-ab2d-a1863dd90faa",
"TrainingClassID": "8fbf6d9e-2565-4bb0-8e83-cbd4871f5910",
"StartDate": "2026-08-30T07:02:33.9732664-04:00",
"EndDate": "2026-08-30T07:02:33.9732664-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "967da50d-e11e-4057-bab7-438158d754b4",
"Used": true,
"UsedDateTime": "2026-08-30T07:02:33.9732664-04:00",
"InventoryItemID": "f4f6ce7f-598b-4a03-bb48-6a186fa0a85f"
},
{
"DiscountCodeID": "94a17497-c741-4e1e-8959-abe7fab9a90e",
"Code": "sample string 2",
"TrainingTypeID": "08797805-1786-43bd-ab2d-a1863dd90faa",
"TrainingClassID": "8fbf6d9e-2565-4bb0-8e83-cbd4871f5910",
"StartDate": "2026-08-30T07:02:33.9732664-04:00",
"EndDate": "2026-08-30T07:02:33.9732664-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "967da50d-e11e-4057-bab7-438158d754b4",
"Used": true,
"UsedDateTime": "2026-08-30T07:02:33.9732664-04:00",
"InventoryItemID": "f4f6ce7f-598b-4a03-bb48-6a186fa0a85f"
}
]