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": "5c5068ca-0783-427a-a9a9-ba034e5f80e8",
"Code": "sample string 2",
"TrainingTypeID": "f71bf672-403e-4c68-b220-2a5e25a48a45",
"TrainingClassID": "d2553889-d5f8-498c-8aa2-993926205ec5",
"StartDate": "2026-07-30T15:52:18.9631996-04:00",
"EndDate": "2026-07-30T15:52:18.9631996-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8e4e1bf6-bb60-4380-91d9-d21c126cfc5e",
"Used": true,
"UsedDateTime": "2026-07-30T15:52:18.9631996-04:00",
"InventoryItemID": "1395c9a1-748e-4a5b-b77a-0aada8def9c3"
},
{
"DiscountCodeID": "5c5068ca-0783-427a-a9a9-ba034e5f80e8",
"Code": "sample string 2",
"TrainingTypeID": "f71bf672-403e-4c68-b220-2a5e25a48a45",
"TrainingClassID": "d2553889-d5f8-498c-8aa2-993926205ec5",
"StartDate": "2026-07-30T15:52:18.9631996-04:00",
"EndDate": "2026-07-30T15:52:18.9631996-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8e4e1bf6-bb60-4380-91d9-d21c126cfc5e",
"Used": true,
"UsedDateTime": "2026-07-30T15:52:18.9631996-04:00",
"InventoryItemID": "1395c9a1-748e-4a5b-b77a-0aada8def9c3"
},
{
"DiscountCodeID": "5c5068ca-0783-427a-a9a9-ba034e5f80e8",
"Code": "sample string 2",
"TrainingTypeID": "f71bf672-403e-4c68-b220-2a5e25a48a45",
"TrainingClassID": "d2553889-d5f8-498c-8aa2-993926205ec5",
"StartDate": "2026-07-30T15:52:18.9631996-04:00",
"EndDate": "2026-07-30T15:52:18.9631996-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8e4e1bf6-bb60-4380-91d9-d21c126cfc5e",
"Used": true,
"UsedDateTime": "2026-07-30T15:52:18.9631996-04:00",
"InventoryItemID": "1395c9a1-748e-4a5b-b77a-0aada8def9c3"
}
]