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": "e8db03b6-6149-4607-9ce1-6e7d49401d09",
"Code": "sample string 2",
"TrainingTypeID": "6cd4ef7e-d816-4466-aab7-b25972db62ae",
"TrainingClassID": "26836fda-85ec-4d73-af50-f48dba963975",
"StartDate": "2026-08-06T05:30:30.1251106-04:00",
"EndDate": "2026-08-06T05:30:30.1251106-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "78644b60-9aa3-49ec-9eeb-e743a5182cb4",
"Used": true,
"UsedDateTime": "2026-08-06T05:30:30.1251106-04:00",
"InventoryItemID": "bae93fbd-38a1-40c5-ab50-e309ed9b8c3b"
},
{
"DiscountCodeID": "e8db03b6-6149-4607-9ce1-6e7d49401d09",
"Code": "sample string 2",
"TrainingTypeID": "6cd4ef7e-d816-4466-aab7-b25972db62ae",
"TrainingClassID": "26836fda-85ec-4d73-af50-f48dba963975",
"StartDate": "2026-08-06T05:30:30.1251106-04:00",
"EndDate": "2026-08-06T05:30:30.1251106-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "78644b60-9aa3-49ec-9eeb-e743a5182cb4",
"Used": true,
"UsedDateTime": "2026-08-06T05:30:30.1251106-04:00",
"InventoryItemID": "bae93fbd-38a1-40c5-ab50-e309ed9b8c3b"
},
{
"DiscountCodeID": "e8db03b6-6149-4607-9ce1-6e7d49401d09",
"Code": "sample string 2",
"TrainingTypeID": "6cd4ef7e-d816-4466-aab7-b25972db62ae",
"TrainingClassID": "26836fda-85ec-4d73-af50-f48dba963975",
"StartDate": "2026-08-06T05:30:30.1251106-04:00",
"EndDate": "2026-08-06T05:30:30.1251106-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "78644b60-9aa3-49ec-9eeb-e743a5182cb4",
"Used": true,
"UsedDateTime": "2026-08-06T05:30:30.1251106-04:00",
"InventoryItemID": "bae93fbd-38a1-40c5-ab50-e309ed9b8c3b"
}
]