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": "1eb7d25e-2f59-41ae-964d-ab119898e684",
"Code": "sample string 2",
"TrainingTypeID": "c80b0c78-ccd7-40be-b45b-2d4343a1ac20",
"TrainingClassID": "3a540f94-1be5-4e1a-a371-d7a1703444f9",
"StartDate": "2026-08-22T11:00:17.7790234-04:00",
"EndDate": "2026-08-22T11:00:17.7790234-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5079689c-c2b2-4e90-874f-045b6ddf94a3",
"Used": true,
"UsedDateTime": "2026-08-22T11:00:17.7790234-04:00",
"InventoryItemID": "2a83f110-31ed-4f46-9445-522d7c8cf353"
},
{
"DiscountCodeID": "1eb7d25e-2f59-41ae-964d-ab119898e684",
"Code": "sample string 2",
"TrainingTypeID": "c80b0c78-ccd7-40be-b45b-2d4343a1ac20",
"TrainingClassID": "3a540f94-1be5-4e1a-a371-d7a1703444f9",
"StartDate": "2026-08-22T11:00:17.7790234-04:00",
"EndDate": "2026-08-22T11:00:17.7790234-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5079689c-c2b2-4e90-874f-045b6ddf94a3",
"Used": true,
"UsedDateTime": "2026-08-22T11:00:17.7790234-04:00",
"InventoryItemID": "2a83f110-31ed-4f46-9445-522d7c8cf353"
},
{
"DiscountCodeID": "1eb7d25e-2f59-41ae-964d-ab119898e684",
"Code": "sample string 2",
"TrainingTypeID": "c80b0c78-ccd7-40be-b45b-2d4343a1ac20",
"TrainingClassID": "3a540f94-1be5-4e1a-a371-d7a1703444f9",
"StartDate": "2026-08-22T11:00:17.7790234-04:00",
"EndDate": "2026-08-22T11:00:17.7790234-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5079689c-c2b2-4e90-874f-045b6ddf94a3",
"Used": true,
"UsedDateTime": "2026-08-22T11:00:17.7790234-04:00",
"InventoryItemID": "2a83f110-31ed-4f46-9445-522d7c8cf353"
}
]