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": "ea3b63a7-cc91-44a6-aa33-90a71a816da3",
"Code": "sample string 2",
"TrainingTypeID": "72bd8d8b-991c-467b-99bb-9e5bcd1a43fb",
"TrainingClassID": "2ca199b0-0b94-4274-af6b-0cdc30aa01ac",
"StartDate": "2026-06-18T02:06:01.923444-04:00",
"EndDate": "2026-06-18T02:06:01.923444-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "56ccf0c7-780e-4b58-aafd-0b087a9e9f33",
"Used": true,
"UsedDateTime": "2026-06-18T02:06:01.923444-04:00",
"InventoryItemID": "e710c61c-fe4a-43ed-abaf-b1d3e80720ad"
},
{
"DiscountCodeID": "ea3b63a7-cc91-44a6-aa33-90a71a816da3",
"Code": "sample string 2",
"TrainingTypeID": "72bd8d8b-991c-467b-99bb-9e5bcd1a43fb",
"TrainingClassID": "2ca199b0-0b94-4274-af6b-0cdc30aa01ac",
"StartDate": "2026-06-18T02:06:01.923444-04:00",
"EndDate": "2026-06-18T02:06:01.923444-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "56ccf0c7-780e-4b58-aafd-0b087a9e9f33",
"Used": true,
"UsedDateTime": "2026-06-18T02:06:01.923444-04:00",
"InventoryItemID": "e710c61c-fe4a-43ed-abaf-b1d3e80720ad"
},
{
"DiscountCodeID": "ea3b63a7-cc91-44a6-aa33-90a71a816da3",
"Code": "sample string 2",
"TrainingTypeID": "72bd8d8b-991c-467b-99bb-9e5bcd1a43fb",
"TrainingClassID": "2ca199b0-0b94-4274-af6b-0cdc30aa01ac",
"StartDate": "2026-06-18T02:06:01.923444-04:00",
"EndDate": "2026-06-18T02:06:01.923444-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "56ccf0c7-780e-4b58-aafd-0b087a9e9f33",
"Used": true,
"UsedDateTime": "2026-06-18T02:06:01.923444-04:00",
"InventoryItemID": "e710c61c-fe4a-43ed-abaf-b1d3e80720ad"
}
]