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": "f97b4a73-a14e-4333-96ff-3f760e4ac9b5",
"Code": "sample string 2",
"TrainingTypeID": "02d06c3a-4a77-4f0f-9916-46be0a7ba070",
"TrainingClassID": "a8a64c9a-71ab-4195-aad0-68bed685d5c4",
"StartDate": "2026-07-06T03:41:12.3604116-04:00",
"EndDate": "2026-07-06T03:41:12.3604116-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "670a4851-9f5a-4750-9bb9-feb7ba98c4d1",
"Used": true,
"UsedDateTime": "2026-07-06T03:41:12.3604116-04:00",
"InventoryItemID": "32f9ba04-efff-4289-9238-f8ca2ed17db3"
},
{
"DiscountCodeID": "f97b4a73-a14e-4333-96ff-3f760e4ac9b5",
"Code": "sample string 2",
"TrainingTypeID": "02d06c3a-4a77-4f0f-9916-46be0a7ba070",
"TrainingClassID": "a8a64c9a-71ab-4195-aad0-68bed685d5c4",
"StartDate": "2026-07-06T03:41:12.3604116-04:00",
"EndDate": "2026-07-06T03:41:12.3604116-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "670a4851-9f5a-4750-9bb9-feb7ba98c4d1",
"Used": true,
"UsedDateTime": "2026-07-06T03:41:12.3604116-04:00",
"InventoryItemID": "32f9ba04-efff-4289-9238-f8ca2ed17db3"
},
{
"DiscountCodeID": "f97b4a73-a14e-4333-96ff-3f760e4ac9b5",
"Code": "sample string 2",
"TrainingTypeID": "02d06c3a-4a77-4f0f-9916-46be0a7ba070",
"TrainingClassID": "a8a64c9a-71ab-4195-aad0-68bed685d5c4",
"StartDate": "2026-07-06T03:41:12.3604116-04:00",
"EndDate": "2026-07-06T03:41:12.3604116-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "670a4851-9f5a-4750-9bb9-feb7ba98c4d1",
"Used": true,
"UsedDateTime": "2026-07-06T03:41:12.3604116-04:00",
"InventoryItemID": "32f9ba04-efff-4289-9238-f8ca2ed17db3"
}
]