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": "d2b5d365-e51a-40ea-b4c8-a355b99de473",
"Code": "sample string 2",
"TrainingTypeID": "cb5fae48-2fa8-40b6-b085-dd7b2bafa3b4",
"TrainingClassID": "4e8b0f4a-b994-4b6d-bdc7-059fb7e277e7",
"StartDate": "2026-09-02T12:03:32.485604-04:00",
"EndDate": "2026-09-02T12:03:32.485604-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "26d8ddd9-8b9d-4768-b6c0-556c3d0dd6c8",
"Used": true,
"UsedDateTime": "2026-09-02T12:03:32.485604-04:00",
"InventoryItemID": "19147fd6-cdf4-4984-91da-6d65d5aa8b0a"
},
{
"DiscountCodeID": "d2b5d365-e51a-40ea-b4c8-a355b99de473",
"Code": "sample string 2",
"TrainingTypeID": "cb5fae48-2fa8-40b6-b085-dd7b2bafa3b4",
"TrainingClassID": "4e8b0f4a-b994-4b6d-bdc7-059fb7e277e7",
"StartDate": "2026-09-02T12:03:32.485604-04:00",
"EndDate": "2026-09-02T12:03:32.485604-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "26d8ddd9-8b9d-4768-b6c0-556c3d0dd6c8",
"Used": true,
"UsedDateTime": "2026-09-02T12:03:32.485604-04:00",
"InventoryItemID": "19147fd6-cdf4-4984-91da-6d65d5aa8b0a"
},
{
"DiscountCodeID": "d2b5d365-e51a-40ea-b4c8-a355b99de473",
"Code": "sample string 2",
"TrainingTypeID": "cb5fae48-2fa8-40b6-b085-dd7b2bafa3b4",
"TrainingClassID": "4e8b0f4a-b994-4b6d-bdc7-059fb7e277e7",
"StartDate": "2026-09-02T12:03:32.485604-04:00",
"EndDate": "2026-09-02T12:03:32.485604-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "26d8ddd9-8b9d-4768-b6c0-556c3d0dd6c8",
"Used": true,
"UsedDateTime": "2026-09-02T12:03:32.485604-04:00",
"InventoryItemID": "19147fd6-cdf4-4984-91da-6d65d5aa8b0a"
}
]