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": "3485de0d-893d-474e-af42-7166b0353f40",
"Code": "sample string 2",
"TrainingTypeID": "74e75a83-5ceb-45ee-9891-906508a3e4d0",
"TrainingClassID": "2e8227cd-4c39-4e61-a9b4-e0e8d0352316",
"StartDate": "2026-06-22T18:11:56.1813369-04:00",
"EndDate": "2026-06-22T18:11:56.1813369-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "424ed896-05db-46b5-a4a9-6800e0b28c66",
"Used": true,
"UsedDateTime": "2026-06-22T18:11:56.1813369-04:00",
"InventoryItemID": "d74281c9-3957-4720-b627-08a3dfb2b7b7"
},
{
"DiscountCodeID": "3485de0d-893d-474e-af42-7166b0353f40",
"Code": "sample string 2",
"TrainingTypeID": "74e75a83-5ceb-45ee-9891-906508a3e4d0",
"TrainingClassID": "2e8227cd-4c39-4e61-a9b4-e0e8d0352316",
"StartDate": "2026-06-22T18:11:56.1813369-04:00",
"EndDate": "2026-06-22T18:11:56.1813369-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "424ed896-05db-46b5-a4a9-6800e0b28c66",
"Used": true,
"UsedDateTime": "2026-06-22T18:11:56.1813369-04:00",
"InventoryItemID": "d74281c9-3957-4720-b627-08a3dfb2b7b7"
},
{
"DiscountCodeID": "3485de0d-893d-474e-af42-7166b0353f40",
"Code": "sample string 2",
"TrainingTypeID": "74e75a83-5ceb-45ee-9891-906508a3e4d0",
"TrainingClassID": "2e8227cd-4c39-4e61-a9b4-e0e8d0352316",
"StartDate": "2026-06-22T18:11:56.1813369-04:00",
"EndDate": "2026-06-22T18:11:56.1813369-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "424ed896-05db-46b5-a4a9-6800e0b28c66",
"Used": true,
"UsedDateTime": "2026-06-22T18:11:56.1813369-04:00",
"InventoryItemID": "d74281c9-3957-4720-b627-08a3dfb2b7b7"
}
]