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": "94164dc4-ed6e-4f03-bce0-929a1d0e0b5c",
"Code": "sample string 2",
"TrainingTypeID": "0fec76ea-4928-49a0-ad95-267d2754465d",
"TrainingClassID": "cb656993-9676-4c2e-b460-ebfe3a9df5dc",
"StartDate": "2026-08-11T02:38:43.9137175-04:00",
"EndDate": "2026-08-11T02:38:43.9137175-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9cfc1438-1ece-4a6b-ad2d-a7d0b85206f1",
"Used": true,
"UsedDateTime": "2026-08-11T02:38:43.9137175-04:00",
"InventoryItemID": "15096322-325a-4f7e-b670-e204d960b1b6"
},
{
"DiscountCodeID": "94164dc4-ed6e-4f03-bce0-929a1d0e0b5c",
"Code": "sample string 2",
"TrainingTypeID": "0fec76ea-4928-49a0-ad95-267d2754465d",
"TrainingClassID": "cb656993-9676-4c2e-b460-ebfe3a9df5dc",
"StartDate": "2026-08-11T02:38:43.9137175-04:00",
"EndDate": "2026-08-11T02:38:43.9137175-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9cfc1438-1ece-4a6b-ad2d-a7d0b85206f1",
"Used": true,
"UsedDateTime": "2026-08-11T02:38:43.9137175-04:00",
"InventoryItemID": "15096322-325a-4f7e-b670-e204d960b1b6"
},
{
"DiscountCodeID": "94164dc4-ed6e-4f03-bce0-929a1d0e0b5c",
"Code": "sample string 2",
"TrainingTypeID": "0fec76ea-4928-49a0-ad95-267d2754465d",
"TrainingClassID": "cb656993-9676-4c2e-b460-ebfe3a9df5dc",
"StartDate": "2026-08-11T02:38:43.9137175-04:00",
"EndDate": "2026-08-11T02:38:43.9137175-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9cfc1438-1ece-4a6b-ad2d-a7d0b85206f1",
"Used": true,
"UsedDateTime": "2026-08-11T02:38:43.9137175-04:00",
"InventoryItemID": "15096322-325a-4f7e-b670-e204d960b1b6"
}
]