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": "15be386c-65ac-46e9-beca-49bb2509f3a1",
"Code": "sample string 2",
"TrainingTypeID": "ac51ab6e-2f65-4c93-ac04-3c7ef882d4f4",
"TrainingClassID": "5b5a7719-fffa-4cfe-870a-c1be9d59ab94",
"StartDate": "2026-07-11T10:59:18.5398911-04:00",
"EndDate": "2026-07-11T10:59:18.5398911-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "af770c39-3a84-4598-bc0b-e69be7103b1c",
"Used": true,
"UsedDateTime": "2026-07-11T10:59:18.5398911-04:00",
"InventoryItemID": "5bc8bdd3-e955-4879-a396-257396c5981c"
},
{
"DiscountCodeID": "15be386c-65ac-46e9-beca-49bb2509f3a1",
"Code": "sample string 2",
"TrainingTypeID": "ac51ab6e-2f65-4c93-ac04-3c7ef882d4f4",
"TrainingClassID": "5b5a7719-fffa-4cfe-870a-c1be9d59ab94",
"StartDate": "2026-07-11T10:59:18.5398911-04:00",
"EndDate": "2026-07-11T10:59:18.5398911-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "af770c39-3a84-4598-bc0b-e69be7103b1c",
"Used": true,
"UsedDateTime": "2026-07-11T10:59:18.5398911-04:00",
"InventoryItemID": "5bc8bdd3-e955-4879-a396-257396c5981c"
},
{
"DiscountCodeID": "15be386c-65ac-46e9-beca-49bb2509f3a1",
"Code": "sample string 2",
"TrainingTypeID": "ac51ab6e-2f65-4c93-ac04-3c7ef882d4f4",
"TrainingClassID": "5b5a7719-fffa-4cfe-870a-c1be9d59ab94",
"StartDate": "2026-07-11T10:59:18.5398911-04:00",
"EndDate": "2026-07-11T10:59:18.5398911-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "af770c39-3a84-4598-bc0b-e69be7103b1c",
"Used": true,
"UsedDateTime": "2026-07-11T10:59:18.5398911-04:00",
"InventoryItemID": "5bc8bdd3-e955-4879-a396-257396c5981c"
}
]