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": "4825d2bc-8ed3-42c6-8136-7cacf7408d52",
"Code": "sample string 2",
"TrainingTypeID": "f7ddfa28-5297-44ef-80c3-f31be4eba31f",
"TrainingClassID": "b6fec729-1f24-4fc2-bed6-17ffffcae2d3",
"StartDate": "2026-08-14T15:58:07.5590294-04:00",
"EndDate": "2026-08-14T15:58:07.5590294-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "37bac2ed-e2e2-4744-8cab-1bb15f412b04",
"Used": true,
"UsedDateTime": "2026-08-14T15:58:07.5590294-04:00",
"InventoryItemID": "a762f9ba-7074-4c10-b8df-db78e00fb89f"
},
{
"DiscountCodeID": "4825d2bc-8ed3-42c6-8136-7cacf7408d52",
"Code": "sample string 2",
"TrainingTypeID": "f7ddfa28-5297-44ef-80c3-f31be4eba31f",
"TrainingClassID": "b6fec729-1f24-4fc2-bed6-17ffffcae2d3",
"StartDate": "2026-08-14T15:58:07.5590294-04:00",
"EndDate": "2026-08-14T15:58:07.5590294-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "37bac2ed-e2e2-4744-8cab-1bb15f412b04",
"Used": true,
"UsedDateTime": "2026-08-14T15:58:07.5590294-04:00",
"InventoryItemID": "a762f9ba-7074-4c10-b8df-db78e00fb89f"
},
{
"DiscountCodeID": "4825d2bc-8ed3-42c6-8136-7cacf7408d52",
"Code": "sample string 2",
"TrainingTypeID": "f7ddfa28-5297-44ef-80c3-f31be4eba31f",
"TrainingClassID": "b6fec729-1f24-4fc2-bed6-17ffffcae2d3",
"StartDate": "2026-08-14T15:58:07.5590294-04:00",
"EndDate": "2026-08-14T15:58:07.5590294-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "37bac2ed-e2e2-4744-8cab-1bb15f412b04",
"Used": true,
"UsedDateTime": "2026-08-14T15:58:07.5590294-04:00",
"InventoryItemID": "a762f9ba-7074-4c10-b8df-db78e00fb89f"
}
]