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": "05ba62d2-c601-45a8-8409-cd4205e084bd",
"Code": "sample string 2",
"TrainingTypeID": "6cc0de76-9124-49e0-a19e-959f696ff5c2",
"TrainingClassID": "68f4df56-6d6b-4ef4-bbbb-50b97623c258",
"StartDate": "2025-11-21T12:35:14.6602603-05:00",
"EndDate": "2025-11-21T12:35:14.6602603-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "346dd19b-5d36-4dbf-91ae-5d7f52953517",
"Used": true,
"UsedDateTime": "2025-11-21T12:35:14.6602603-05:00",
"InventoryItemID": "6975f09a-7960-4c4d-ad86-a5f090f676a6"
},
{
"DiscountCodeID": "05ba62d2-c601-45a8-8409-cd4205e084bd",
"Code": "sample string 2",
"TrainingTypeID": "6cc0de76-9124-49e0-a19e-959f696ff5c2",
"TrainingClassID": "68f4df56-6d6b-4ef4-bbbb-50b97623c258",
"StartDate": "2025-11-21T12:35:14.6602603-05:00",
"EndDate": "2025-11-21T12:35:14.6602603-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "346dd19b-5d36-4dbf-91ae-5d7f52953517",
"Used": true,
"UsedDateTime": "2025-11-21T12:35:14.6602603-05:00",
"InventoryItemID": "6975f09a-7960-4c4d-ad86-a5f090f676a6"
},
{
"DiscountCodeID": "05ba62d2-c601-45a8-8409-cd4205e084bd",
"Code": "sample string 2",
"TrainingTypeID": "6cc0de76-9124-49e0-a19e-959f696ff5c2",
"TrainingClassID": "68f4df56-6d6b-4ef4-bbbb-50b97623c258",
"StartDate": "2025-11-21T12:35:14.6602603-05:00",
"EndDate": "2025-11-21T12:35:14.6602603-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "346dd19b-5d36-4dbf-91ae-5d7f52953517",
"Used": true,
"UsedDateTime": "2025-11-21T12:35:14.6602603-05:00",
"InventoryItemID": "6975f09a-7960-4c4d-ad86-a5f090f676a6"
}
]