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": "fa1627ce-3a7f-43b8-8902-64ab57a930d3",
"Code": "sample string 2",
"TrainingTypeID": "424a98fd-8646-499d-a0c0-a629e77b030e",
"TrainingClassID": "5efde0d8-22eb-46c7-a2ce-2d3a29f7de01",
"StartDate": "2026-07-20T11:16:06.327825-04:00",
"EndDate": "2026-07-20T11:16:06.327825-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c1b565fc-3796-461b-89ed-e041b3a8793d",
"Used": true,
"UsedDateTime": "2026-07-20T11:16:06.327825-04:00",
"InventoryItemID": "b64c73ef-de50-4df7-bae5-fad3fd168ebb"
},
{
"DiscountCodeID": "fa1627ce-3a7f-43b8-8902-64ab57a930d3",
"Code": "sample string 2",
"TrainingTypeID": "424a98fd-8646-499d-a0c0-a629e77b030e",
"TrainingClassID": "5efde0d8-22eb-46c7-a2ce-2d3a29f7de01",
"StartDate": "2026-07-20T11:16:06.327825-04:00",
"EndDate": "2026-07-20T11:16:06.327825-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c1b565fc-3796-461b-89ed-e041b3a8793d",
"Used": true,
"UsedDateTime": "2026-07-20T11:16:06.327825-04:00",
"InventoryItemID": "b64c73ef-de50-4df7-bae5-fad3fd168ebb"
},
{
"DiscountCodeID": "fa1627ce-3a7f-43b8-8902-64ab57a930d3",
"Code": "sample string 2",
"TrainingTypeID": "424a98fd-8646-499d-a0c0-a629e77b030e",
"TrainingClassID": "5efde0d8-22eb-46c7-a2ce-2d3a29f7de01",
"StartDate": "2026-07-20T11:16:06.327825-04:00",
"EndDate": "2026-07-20T11:16:06.327825-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c1b565fc-3796-461b-89ed-e041b3a8793d",
"Used": true,
"UsedDateTime": "2026-07-20T11:16:06.327825-04:00",
"InventoryItemID": "b64c73ef-de50-4df7-bae5-fad3fd168ebb"
}
]