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": "d17e8a94-417b-47f9-a43d-8f7b67f5041e",
"Code": "sample string 2",
"TrainingTypeID": "e8251273-236f-47a2-877e-9e7165990172",
"TrainingClassID": "2c09892f-9c0b-46b3-bc4e-94cfae400b4b",
"StartDate": "2026-07-14T19:07:30.5998356-04:00",
"EndDate": "2026-07-14T19:07:30.5998356-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e0fc549b-87df-4eaa-ab16-b2c01434851f",
"Used": true,
"UsedDateTime": "2026-07-14T19:07:30.5998356-04:00",
"InventoryItemID": "090c5aaf-b87f-4ae6-9919-e50afa98b9c4"
},
{
"DiscountCodeID": "d17e8a94-417b-47f9-a43d-8f7b67f5041e",
"Code": "sample string 2",
"TrainingTypeID": "e8251273-236f-47a2-877e-9e7165990172",
"TrainingClassID": "2c09892f-9c0b-46b3-bc4e-94cfae400b4b",
"StartDate": "2026-07-14T19:07:30.5998356-04:00",
"EndDate": "2026-07-14T19:07:30.5998356-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e0fc549b-87df-4eaa-ab16-b2c01434851f",
"Used": true,
"UsedDateTime": "2026-07-14T19:07:30.5998356-04:00",
"InventoryItemID": "090c5aaf-b87f-4ae6-9919-e50afa98b9c4"
},
{
"DiscountCodeID": "d17e8a94-417b-47f9-a43d-8f7b67f5041e",
"Code": "sample string 2",
"TrainingTypeID": "e8251273-236f-47a2-877e-9e7165990172",
"TrainingClassID": "2c09892f-9c0b-46b3-bc4e-94cfae400b4b",
"StartDate": "2026-07-14T19:07:30.5998356-04:00",
"EndDate": "2026-07-14T19:07:30.5998356-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e0fc549b-87df-4eaa-ab16-b2c01434851f",
"Used": true,
"UsedDateTime": "2026-07-14T19:07:30.5998356-04:00",
"InventoryItemID": "090c5aaf-b87f-4ae6-9919-e50afa98b9c4"
}
]