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": "0dc1e262-e6c9-461a-a61f-c73a11bae1c8",
"Code": "sample string 2",
"TrainingTypeID": "a60f9a5d-ded6-43ea-8dcd-a02e6e46511c",
"TrainingClassID": "56b6ff81-6276-4aae-8ffb-00c49a30e0d3",
"StartDate": "2026-06-30T22:52:02.9686375-04:00",
"EndDate": "2026-06-30T22:52:02.9686375-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0665c8e3-6578-43b6-83c8-1799dd4e9967",
"Used": true,
"UsedDateTime": "2026-06-30T22:52:02.9686375-04:00",
"InventoryItemID": "1c4c05f2-c378-49a6-a8e2-4dfd11fb0d32"
},
{
"DiscountCodeID": "0dc1e262-e6c9-461a-a61f-c73a11bae1c8",
"Code": "sample string 2",
"TrainingTypeID": "a60f9a5d-ded6-43ea-8dcd-a02e6e46511c",
"TrainingClassID": "56b6ff81-6276-4aae-8ffb-00c49a30e0d3",
"StartDate": "2026-06-30T22:52:02.9686375-04:00",
"EndDate": "2026-06-30T22:52:02.9686375-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0665c8e3-6578-43b6-83c8-1799dd4e9967",
"Used": true,
"UsedDateTime": "2026-06-30T22:52:02.9686375-04:00",
"InventoryItemID": "1c4c05f2-c378-49a6-a8e2-4dfd11fb0d32"
},
{
"DiscountCodeID": "0dc1e262-e6c9-461a-a61f-c73a11bae1c8",
"Code": "sample string 2",
"TrainingTypeID": "a60f9a5d-ded6-43ea-8dcd-a02e6e46511c",
"TrainingClassID": "56b6ff81-6276-4aae-8ffb-00c49a30e0d3",
"StartDate": "2026-06-30T22:52:02.9686375-04:00",
"EndDate": "2026-06-30T22:52:02.9686375-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0665c8e3-6578-43b6-83c8-1799dd4e9967",
"Used": true,
"UsedDateTime": "2026-06-30T22:52:02.9686375-04:00",
"InventoryItemID": "1c4c05f2-c378-49a6-a8e2-4dfd11fb0d32"
}
]