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": "38375a16-7a8e-4fb6-b1cb-659946843875",
"Code": "sample string 2",
"TrainingTypeID": "ce9f3e61-4738-4459-9941-255a5391e8ea",
"TrainingClassID": "a6d98af2-8bae-44fe-bbfc-8c2ed3a48505",
"StartDate": "2026-06-05T20:37:19.7030584-04:00",
"EndDate": "2026-06-05T20:37:19.7030584-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6226ec7d-0af7-47cd-bd36-d61967a7d3ec",
"Used": true,
"UsedDateTime": "2026-06-05T20:37:19.7030584-04:00",
"InventoryItemID": "a0b4bd6b-eee4-48ec-96c2-e115cdc0ab8b"
},
{
"DiscountCodeID": "38375a16-7a8e-4fb6-b1cb-659946843875",
"Code": "sample string 2",
"TrainingTypeID": "ce9f3e61-4738-4459-9941-255a5391e8ea",
"TrainingClassID": "a6d98af2-8bae-44fe-bbfc-8c2ed3a48505",
"StartDate": "2026-06-05T20:37:19.7030584-04:00",
"EndDate": "2026-06-05T20:37:19.7030584-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6226ec7d-0af7-47cd-bd36-d61967a7d3ec",
"Used": true,
"UsedDateTime": "2026-06-05T20:37:19.7030584-04:00",
"InventoryItemID": "a0b4bd6b-eee4-48ec-96c2-e115cdc0ab8b"
},
{
"DiscountCodeID": "38375a16-7a8e-4fb6-b1cb-659946843875",
"Code": "sample string 2",
"TrainingTypeID": "ce9f3e61-4738-4459-9941-255a5391e8ea",
"TrainingClassID": "a6d98af2-8bae-44fe-bbfc-8c2ed3a48505",
"StartDate": "2026-06-05T20:37:19.7030584-04:00",
"EndDate": "2026-06-05T20:37:19.7030584-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6226ec7d-0af7-47cd-bd36-d61967a7d3ec",
"Used": true,
"UsedDateTime": "2026-06-05T20:37:19.7030584-04:00",
"InventoryItemID": "a0b4bd6b-eee4-48ec-96c2-e115cdc0ab8b"
}
]