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": "9dce6239-5d3b-453b-826d-7f37a3483cc0",
"Code": "sample string 2",
"TrainingTypeID": "fe6fd827-a4f2-4827-825a-e5d15e136030",
"TrainingClassID": "469cb40d-deeb-4a6e-b6a1-b93d0171feff",
"StartDate": "2026-09-09T14:25:02.1406365-04:00",
"EndDate": "2026-09-09T14:25:02.1406365-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7912a2cd-43f6-42fa-8fc6-8aac75abc832",
"Used": true,
"UsedDateTime": "2026-09-09T14:25:02.1406365-04:00",
"InventoryItemID": "0b6ec383-52fa-407c-93a5-3073ddec4b6e"
},
{
"DiscountCodeID": "9dce6239-5d3b-453b-826d-7f37a3483cc0",
"Code": "sample string 2",
"TrainingTypeID": "fe6fd827-a4f2-4827-825a-e5d15e136030",
"TrainingClassID": "469cb40d-deeb-4a6e-b6a1-b93d0171feff",
"StartDate": "2026-09-09T14:25:02.1406365-04:00",
"EndDate": "2026-09-09T14:25:02.1406365-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7912a2cd-43f6-42fa-8fc6-8aac75abc832",
"Used": true,
"UsedDateTime": "2026-09-09T14:25:02.1406365-04:00",
"InventoryItemID": "0b6ec383-52fa-407c-93a5-3073ddec4b6e"
},
{
"DiscountCodeID": "9dce6239-5d3b-453b-826d-7f37a3483cc0",
"Code": "sample string 2",
"TrainingTypeID": "fe6fd827-a4f2-4827-825a-e5d15e136030",
"TrainingClassID": "469cb40d-deeb-4a6e-b6a1-b93d0171feff",
"StartDate": "2026-09-09T14:25:02.1406365-04:00",
"EndDate": "2026-09-09T14:25:02.1406365-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7912a2cd-43f6-42fa-8fc6-8aac75abc832",
"Used": true,
"UsedDateTime": "2026-09-09T14:25:02.1406365-04:00",
"InventoryItemID": "0b6ec383-52fa-407c-93a5-3073ddec4b6e"
}
]