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": "c57e37b7-1222-499e-8f39-77be544f88c2",
"Code": "sample string 2",
"TrainingTypeID": "7361c0c2-b15f-4eea-aab4-c73495395920",
"TrainingClassID": "aa289448-ba47-47be-8be3-2c60e0d7274c",
"StartDate": "2026-06-02T17:00:49.2914821-04:00",
"EndDate": "2026-06-02T17:00:49.2914821-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "78315cce-9266-4ca5-8125-308087aedb3e",
"Used": true,
"UsedDateTime": "2026-06-02T17:00:49.2914821-04:00",
"InventoryItemID": "6db0ced5-51d8-4110-895a-9fd59cd2dc64"
},
{
"DiscountCodeID": "c57e37b7-1222-499e-8f39-77be544f88c2",
"Code": "sample string 2",
"TrainingTypeID": "7361c0c2-b15f-4eea-aab4-c73495395920",
"TrainingClassID": "aa289448-ba47-47be-8be3-2c60e0d7274c",
"StartDate": "2026-06-02T17:00:49.2914821-04:00",
"EndDate": "2026-06-02T17:00:49.2914821-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "78315cce-9266-4ca5-8125-308087aedb3e",
"Used": true,
"UsedDateTime": "2026-06-02T17:00:49.2914821-04:00",
"InventoryItemID": "6db0ced5-51d8-4110-895a-9fd59cd2dc64"
},
{
"DiscountCodeID": "c57e37b7-1222-499e-8f39-77be544f88c2",
"Code": "sample string 2",
"TrainingTypeID": "7361c0c2-b15f-4eea-aab4-c73495395920",
"TrainingClassID": "aa289448-ba47-47be-8be3-2c60e0d7274c",
"StartDate": "2026-06-02T17:00:49.2914821-04:00",
"EndDate": "2026-06-02T17:00:49.2914821-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "78315cce-9266-4ca5-8125-308087aedb3e",
"Used": true,
"UsedDateTime": "2026-06-02T17:00:49.2914821-04:00",
"InventoryItemID": "6db0ced5-51d8-4110-895a-9fd59cd2dc64"
}
]