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": "45e1825c-1e18-4eef-8aac-5f3fc654f377",
"Code": "sample string 2",
"TrainingTypeID": "8bdc1b27-82d1-4543-801e-c17d4e9228f5",
"TrainingClassID": "383bed9e-d59b-412c-a987-0e36e46b20cf",
"StartDate": "2026-05-28T02:16:04.253642-04:00",
"EndDate": "2026-05-28T02:16:04.253642-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3f6eaaab-280c-48a5-a555-3be2ec039cd5",
"Used": true,
"UsedDateTime": "2026-05-28T02:16:04.253642-04:00",
"InventoryItemID": "a2649b6c-963d-49d9-a7e3-57f342e7a359"
},
{
"DiscountCodeID": "45e1825c-1e18-4eef-8aac-5f3fc654f377",
"Code": "sample string 2",
"TrainingTypeID": "8bdc1b27-82d1-4543-801e-c17d4e9228f5",
"TrainingClassID": "383bed9e-d59b-412c-a987-0e36e46b20cf",
"StartDate": "2026-05-28T02:16:04.253642-04:00",
"EndDate": "2026-05-28T02:16:04.253642-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3f6eaaab-280c-48a5-a555-3be2ec039cd5",
"Used": true,
"UsedDateTime": "2026-05-28T02:16:04.253642-04:00",
"InventoryItemID": "a2649b6c-963d-49d9-a7e3-57f342e7a359"
},
{
"DiscountCodeID": "45e1825c-1e18-4eef-8aac-5f3fc654f377",
"Code": "sample string 2",
"TrainingTypeID": "8bdc1b27-82d1-4543-801e-c17d4e9228f5",
"TrainingClassID": "383bed9e-d59b-412c-a987-0e36e46b20cf",
"StartDate": "2026-05-28T02:16:04.253642-04:00",
"EndDate": "2026-05-28T02:16:04.253642-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3f6eaaab-280c-48a5-a555-3be2ec039cd5",
"Used": true,
"UsedDateTime": "2026-05-28T02:16:04.253642-04:00",
"InventoryItemID": "a2649b6c-963d-49d9-a7e3-57f342e7a359"
}
]