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": "6e305b5a-6af6-46a5-8100-762a56e48e3f",
"Code": "sample string 2",
"TrainingTypeID": "7ceeb20c-b52f-43dc-8f0a-ab97278aa179",
"TrainingClassID": "def51fa7-c7dd-4627-910d-56a414282199",
"StartDate": "2026-06-15T06:54:41.4827588-04:00",
"EndDate": "2026-06-15T06:54:41.4827588-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d4351815-ea6e-4887-85d9-8e613c4f2110",
"Used": true,
"UsedDateTime": "2026-06-15T06:54:41.4827588-04:00",
"InventoryItemID": "72eb8920-9024-4d85-9889-066b6f0979b8"
},
{
"DiscountCodeID": "6e305b5a-6af6-46a5-8100-762a56e48e3f",
"Code": "sample string 2",
"TrainingTypeID": "7ceeb20c-b52f-43dc-8f0a-ab97278aa179",
"TrainingClassID": "def51fa7-c7dd-4627-910d-56a414282199",
"StartDate": "2026-06-15T06:54:41.4827588-04:00",
"EndDate": "2026-06-15T06:54:41.4827588-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d4351815-ea6e-4887-85d9-8e613c4f2110",
"Used": true,
"UsedDateTime": "2026-06-15T06:54:41.4827588-04:00",
"InventoryItemID": "72eb8920-9024-4d85-9889-066b6f0979b8"
},
{
"DiscountCodeID": "6e305b5a-6af6-46a5-8100-762a56e48e3f",
"Code": "sample string 2",
"TrainingTypeID": "7ceeb20c-b52f-43dc-8f0a-ab97278aa179",
"TrainingClassID": "def51fa7-c7dd-4627-910d-56a414282199",
"StartDate": "2026-06-15T06:54:41.4827588-04:00",
"EndDate": "2026-06-15T06:54:41.4827588-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d4351815-ea6e-4887-85d9-8e613c4f2110",
"Used": true,
"UsedDateTime": "2026-06-15T06:54:41.4827588-04:00",
"InventoryItemID": "72eb8920-9024-4d85-9889-066b6f0979b8"
}
]