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": "afbac451-e194-40d1-a418-d0b79ebb6467",
"Code": "sample string 2",
"TrainingTypeID": "d07ae21c-19c6-412a-a9d6-7d02a54e5eba",
"TrainingClassID": "8f427172-e3ad-49bd-8b21-8d0ef1a4a002",
"StartDate": "2026-09-03T14:24:04.3506763-04:00",
"EndDate": "2026-09-03T14:24:04.3506763-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "259ec7f0-1573-4190-a82d-a0cd9dd382be",
"Used": true,
"UsedDateTime": "2026-09-03T14:24:04.3506763-04:00",
"InventoryItemID": "bd5c7432-7c28-46b8-95fa-2d79b218e7b8"
},
{
"DiscountCodeID": "afbac451-e194-40d1-a418-d0b79ebb6467",
"Code": "sample string 2",
"TrainingTypeID": "d07ae21c-19c6-412a-a9d6-7d02a54e5eba",
"TrainingClassID": "8f427172-e3ad-49bd-8b21-8d0ef1a4a002",
"StartDate": "2026-09-03T14:24:04.3506763-04:00",
"EndDate": "2026-09-03T14:24:04.3506763-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "259ec7f0-1573-4190-a82d-a0cd9dd382be",
"Used": true,
"UsedDateTime": "2026-09-03T14:24:04.3506763-04:00",
"InventoryItemID": "bd5c7432-7c28-46b8-95fa-2d79b218e7b8"
},
{
"DiscountCodeID": "afbac451-e194-40d1-a418-d0b79ebb6467",
"Code": "sample string 2",
"TrainingTypeID": "d07ae21c-19c6-412a-a9d6-7d02a54e5eba",
"TrainingClassID": "8f427172-e3ad-49bd-8b21-8d0ef1a4a002",
"StartDate": "2026-09-03T14:24:04.3506763-04:00",
"EndDate": "2026-09-03T14:24:04.3506763-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "259ec7f0-1573-4190-a82d-a0cd9dd382be",
"Used": true,
"UsedDateTime": "2026-09-03T14:24:04.3506763-04:00",
"InventoryItemID": "bd5c7432-7c28-46b8-95fa-2d79b218e7b8"
}
]