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": "57c3bd85-44b2-40fd-aea2-8b8d91e3a6a3",
"Code": "sample string 2",
"TrainingTypeID": "ecdd6cfa-a30a-4821-86ff-110aa4188f9c",
"TrainingClassID": "de108ca5-deea-4fd8-97ff-da35c9c9ff25",
"StartDate": "2026-05-16T09:55:56.1123051-04:00",
"EndDate": "2026-05-16T09:55:56.1123051-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5eedfece-9513-4ed8-9621-813ecf629b58",
"Used": true,
"UsedDateTime": "2026-05-16T09:55:56.1123051-04:00",
"InventoryItemID": "cc57e132-1cdd-4ecb-a0ed-c970bd18b50a"
},
{
"DiscountCodeID": "57c3bd85-44b2-40fd-aea2-8b8d91e3a6a3",
"Code": "sample string 2",
"TrainingTypeID": "ecdd6cfa-a30a-4821-86ff-110aa4188f9c",
"TrainingClassID": "de108ca5-deea-4fd8-97ff-da35c9c9ff25",
"StartDate": "2026-05-16T09:55:56.1123051-04:00",
"EndDate": "2026-05-16T09:55:56.1123051-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5eedfece-9513-4ed8-9621-813ecf629b58",
"Used": true,
"UsedDateTime": "2026-05-16T09:55:56.1123051-04:00",
"InventoryItemID": "cc57e132-1cdd-4ecb-a0ed-c970bd18b50a"
},
{
"DiscountCodeID": "57c3bd85-44b2-40fd-aea2-8b8d91e3a6a3",
"Code": "sample string 2",
"TrainingTypeID": "ecdd6cfa-a30a-4821-86ff-110aa4188f9c",
"TrainingClassID": "de108ca5-deea-4fd8-97ff-da35c9c9ff25",
"StartDate": "2026-05-16T09:55:56.1123051-04:00",
"EndDate": "2026-05-16T09:55:56.1123051-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5eedfece-9513-4ed8-9621-813ecf629b58",
"Used": true,
"UsedDateTime": "2026-05-16T09:55:56.1123051-04:00",
"InventoryItemID": "cc57e132-1cdd-4ecb-a0ed-c970bd18b50a"
}
]