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": "ff4bb67c-739d-4812-8aee-2674b757b709",
"Code": "sample string 2",
"TrainingTypeID": "e302dd3e-b56c-4d63-ae03-a2e488e99f05",
"TrainingClassID": "c5edf2e2-5691-4332-93a6-0fc72fa0804c",
"StartDate": "2026-09-16T08:16:34.3200329-04:00",
"EndDate": "2026-09-16T08:16:34.3200329-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c2b31b0d-95a0-4404-abd6-2ce498fee758",
"Used": true,
"UsedDateTime": "2026-09-16T08:16:34.3200329-04:00",
"InventoryItemID": "d01a457c-5f12-4a79-894b-e233f84289e0"
},
{
"DiscountCodeID": "ff4bb67c-739d-4812-8aee-2674b757b709",
"Code": "sample string 2",
"TrainingTypeID": "e302dd3e-b56c-4d63-ae03-a2e488e99f05",
"TrainingClassID": "c5edf2e2-5691-4332-93a6-0fc72fa0804c",
"StartDate": "2026-09-16T08:16:34.3200329-04:00",
"EndDate": "2026-09-16T08:16:34.3200329-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c2b31b0d-95a0-4404-abd6-2ce498fee758",
"Used": true,
"UsedDateTime": "2026-09-16T08:16:34.3200329-04:00",
"InventoryItemID": "d01a457c-5f12-4a79-894b-e233f84289e0"
},
{
"DiscountCodeID": "ff4bb67c-739d-4812-8aee-2674b757b709",
"Code": "sample string 2",
"TrainingTypeID": "e302dd3e-b56c-4d63-ae03-a2e488e99f05",
"TrainingClassID": "c5edf2e2-5691-4332-93a6-0fc72fa0804c",
"StartDate": "2026-09-16T08:16:34.3200329-04:00",
"EndDate": "2026-09-16T08:16:34.3200329-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c2b31b0d-95a0-4404-abd6-2ce498fee758",
"Used": true,
"UsedDateTime": "2026-09-16T08:16:34.3200329-04:00",
"InventoryItemID": "d01a457c-5f12-4a79-894b-e233f84289e0"
}
]