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": "be3a3e50-2a7a-4647-bcd7-a501c89f8790",
"Code": "sample string 2",
"TrainingTypeID": "363090de-376b-4488-a870-db6bb684277a",
"TrainingClassID": "ece1f5b1-5fd7-4715-888b-0cf2c634861b",
"StartDate": "2026-06-06T18:34:08.6534564-04:00",
"EndDate": "2026-06-06T18:34:08.6534564-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "87c21e1f-2fd1-47b6-8951-d27c12572c4e",
"Used": true,
"UsedDateTime": "2026-06-06T18:34:08.6534564-04:00",
"InventoryItemID": "16eb7896-e4d4-49eb-8310-6b180796820f"
},
{
"DiscountCodeID": "be3a3e50-2a7a-4647-bcd7-a501c89f8790",
"Code": "sample string 2",
"TrainingTypeID": "363090de-376b-4488-a870-db6bb684277a",
"TrainingClassID": "ece1f5b1-5fd7-4715-888b-0cf2c634861b",
"StartDate": "2026-06-06T18:34:08.6534564-04:00",
"EndDate": "2026-06-06T18:34:08.6534564-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "87c21e1f-2fd1-47b6-8951-d27c12572c4e",
"Used": true,
"UsedDateTime": "2026-06-06T18:34:08.6534564-04:00",
"InventoryItemID": "16eb7896-e4d4-49eb-8310-6b180796820f"
},
{
"DiscountCodeID": "be3a3e50-2a7a-4647-bcd7-a501c89f8790",
"Code": "sample string 2",
"TrainingTypeID": "363090de-376b-4488-a870-db6bb684277a",
"TrainingClassID": "ece1f5b1-5fd7-4715-888b-0cf2c634861b",
"StartDate": "2026-06-06T18:34:08.6534564-04:00",
"EndDate": "2026-06-06T18:34:08.6534564-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "87c21e1f-2fd1-47b6-8951-d27c12572c4e",
"Used": true,
"UsedDateTime": "2026-06-06T18:34:08.6534564-04:00",
"InventoryItemID": "16eb7896-e4d4-49eb-8310-6b180796820f"
}
]