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": "5fba855f-06a8-4472-9322-e0733ee40630",
"Code": "sample string 2",
"TrainingTypeID": "178ca433-e707-4ee0-b415-aa66174c614a",
"TrainingClassID": "ce7bea15-aba1-4377-a84f-21beeac0b95c",
"StartDate": "2026-07-30T03:28:09.0383119-04:00",
"EndDate": "2026-07-30T03:28:09.0383119-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cee99d50-deb7-425f-95c7-8c9e0773ae9d",
"Used": true,
"UsedDateTime": "2026-07-30T03:28:09.0383119-04:00",
"InventoryItemID": "f2f68d8c-0689-43f7-8b32-50bad76802d1"
},
{
"DiscountCodeID": "5fba855f-06a8-4472-9322-e0733ee40630",
"Code": "sample string 2",
"TrainingTypeID": "178ca433-e707-4ee0-b415-aa66174c614a",
"TrainingClassID": "ce7bea15-aba1-4377-a84f-21beeac0b95c",
"StartDate": "2026-07-30T03:28:09.0383119-04:00",
"EndDate": "2026-07-30T03:28:09.0383119-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cee99d50-deb7-425f-95c7-8c9e0773ae9d",
"Used": true,
"UsedDateTime": "2026-07-30T03:28:09.0383119-04:00",
"InventoryItemID": "f2f68d8c-0689-43f7-8b32-50bad76802d1"
},
{
"DiscountCodeID": "5fba855f-06a8-4472-9322-e0733ee40630",
"Code": "sample string 2",
"TrainingTypeID": "178ca433-e707-4ee0-b415-aa66174c614a",
"TrainingClassID": "ce7bea15-aba1-4377-a84f-21beeac0b95c",
"StartDate": "2026-07-30T03:28:09.0383119-04:00",
"EndDate": "2026-07-30T03:28:09.0383119-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cee99d50-deb7-425f-95c7-8c9e0773ae9d",
"Used": true,
"UsedDateTime": "2026-07-30T03:28:09.0383119-04:00",
"InventoryItemID": "f2f68d8c-0689-43f7-8b32-50bad76802d1"
}
]