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": "4d508a11-bf4c-4d0a-8eeb-0ef5bbdaaf2c",
"Code": "sample string 2",
"TrainingTypeID": "2fa6594e-f85f-4453-be8a-d80fea67e6d0",
"TrainingClassID": "c7e97409-f46f-4cff-b9e9-28e7d6dec012",
"StartDate": "2026-05-17T14:21:42.4333914-04:00",
"EndDate": "2026-05-17T14:21:42.4333914-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d3e2c8f0-af47-426a-a6ba-9651cfebf0f9",
"Used": true,
"UsedDateTime": "2026-05-17T14:21:42.4333914-04:00",
"InventoryItemID": "a9090361-0480-470a-b972-7449b69164c9"
},
{
"DiscountCodeID": "4d508a11-bf4c-4d0a-8eeb-0ef5bbdaaf2c",
"Code": "sample string 2",
"TrainingTypeID": "2fa6594e-f85f-4453-be8a-d80fea67e6d0",
"TrainingClassID": "c7e97409-f46f-4cff-b9e9-28e7d6dec012",
"StartDate": "2026-05-17T14:21:42.4333914-04:00",
"EndDate": "2026-05-17T14:21:42.4333914-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d3e2c8f0-af47-426a-a6ba-9651cfebf0f9",
"Used": true,
"UsedDateTime": "2026-05-17T14:21:42.4333914-04:00",
"InventoryItemID": "a9090361-0480-470a-b972-7449b69164c9"
},
{
"DiscountCodeID": "4d508a11-bf4c-4d0a-8eeb-0ef5bbdaaf2c",
"Code": "sample string 2",
"TrainingTypeID": "2fa6594e-f85f-4453-be8a-d80fea67e6d0",
"TrainingClassID": "c7e97409-f46f-4cff-b9e9-28e7d6dec012",
"StartDate": "2026-05-17T14:21:42.4333914-04:00",
"EndDate": "2026-05-17T14:21:42.4333914-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d3e2c8f0-af47-426a-a6ba-9651cfebf0f9",
"Used": true,
"UsedDateTime": "2026-05-17T14:21:42.4333914-04:00",
"InventoryItemID": "a9090361-0480-470a-b972-7449b69164c9"
}
]