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": "9f149eb9-fef0-49a5-bc00-8b50fd3509c3",
"Code": "sample string 2",
"TrainingTypeID": "dbd61941-4d6e-4850-8928-fdfe5a8e7fd7",
"TrainingClassID": "adb89c1f-56e1-4cf3-9dd1-21c0e04f250c",
"StartDate": "2026-03-05T20:12:01.0492123-05:00",
"EndDate": "2026-03-05T20:12:01.0492123-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0285a6cf-3f90-4074-8017-242378b65b6b",
"Used": true,
"UsedDateTime": "2026-03-05T20:12:01.0492123-05:00",
"InventoryItemID": "acd7a8ac-827a-400f-94d8-3a8323c87b67"
},
{
"DiscountCodeID": "9f149eb9-fef0-49a5-bc00-8b50fd3509c3",
"Code": "sample string 2",
"TrainingTypeID": "dbd61941-4d6e-4850-8928-fdfe5a8e7fd7",
"TrainingClassID": "adb89c1f-56e1-4cf3-9dd1-21c0e04f250c",
"StartDate": "2026-03-05T20:12:01.0492123-05:00",
"EndDate": "2026-03-05T20:12:01.0492123-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0285a6cf-3f90-4074-8017-242378b65b6b",
"Used": true,
"UsedDateTime": "2026-03-05T20:12:01.0492123-05:00",
"InventoryItemID": "acd7a8ac-827a-400f-94d8-3a8323c87b67"
},
{
"DiscountCodeID": "9f149eb9-fef0-49a5-bc00-8b50fd3509c3",
"Code": "sample string 2",
"TrainingTypeID": "dbd61941-4d6e-4850-8928-fdfe5a8e7fd7",
"TrainingClassID": "adb89c1f-56e1-4cf3-9dd1-21c0e04f250c",
"StartDate": "2026-03-05T20:12:01.0492123-05:00",
"EndDate": "2026-03-05T20:12:01.0492123-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0285a6cf-3f90-4074-8017-242378b65b6b",
"Used": true,
"UsedDateTime": "2026-03-05T20:12:01.0492123-05:00",
"InventoryItemID": "acd7a8ac-827a-400f-94d8-3a8323c87b67"
}
]