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": "3aeb50d8-0dad-40a6-9fc4-ae1c646ebb2a",
"Code": "sample string 2",
"TrainingTypeID": "b02ca46a-0c71-4e8d-9d19-b450685d29b0",
"TrainingClassID": "6d12fa62-293f-415b-95fb-2089b63bc5c2",
"StartDate": "2026-09-21T07:50:01.4336491-04:00",
"EndDate": "2026-09-21T07:50:01.4336491-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "31376839-cfb8-4520-9bb2-a290337f7c41",
"Used": true,
"UsedDateTime": "2026-09-21T07:50:01.4336491-04:00",
"InventoryItemID": "1727ee34-67c0-4eb1-a9bb-9d0d7c7b9b87"
},
{
"DiscountCodeID": "3aeb50d8-0dad-40a6-9fc4-ae1c646ebb2a",
"Code": "sample string 2",
"TrainingTypeID": "b02ca46a-0c71-4e8d-9d19-b450685d29b0",
"TrainingClassID": "6d12fa62-293f-415b-95fb-2089b63bc5c2",
"StartDate": "2026-09-21T07:50:01.4336491-04:00",
"EndDate": "2026-09-21T07:50:01.4336491-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "31376839-cfb8-4520-9bb2-a290337f7c41",
"Used": true,
"UsedDateTime": "2026-09-21T07:50:01.4336491-04:00",
"InventoryItemID": "1727ee34-67c0-4eb1-a9bb-9d0d7c7b9b87"
},
{
"DiscountCodeID": "3aeb50d8-0dad-40a6-9fc4-ae1c646ebb2a",
"Code": "sample string 2",
"TrainingTypeID": "b02ca46a-0c71-4e8d-9d19-b450685d29b0",
"TrainingClassID": "6d12fa62-293f-415b-95fb-2089b63bc5c2",
"StartDate": "2026-09-21T07:50:01.4336491-04:00",
"EndDate": "2026-09-21T07:50:01.4336491-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "31376839-cfb8-4520-9bb2-a290337f7c41",
"Used": true,
"UsedDateTime": "2026-09-21T07:50:01.4336491-04:00",
"InventoryItemID": "1727ee34-67c0-4eb1-a9bb-9d0d7c7b9b87"
}
]