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": "c5338dbb-fc22-4f61-97ca-c5af5e585d0d",
"Code": "sample string 2",
"TrainingTypeID": "bbeea5be-9cba-41cd-a03b-da1e4d6fc2e4",
"TrainingClassID": "2c5fdee4-a6d7-4cc4-b0d9-252b4ef0f6c3",
"StartDate": "2026-07-20T03:52:28.7164624-04:00",
"EndDate": "2026-07-20T03:52:28.7164624-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "aea7e26c-8b70-49ca-b5a4-c4d7bc07cbd1",
"Used": true,
"UsedDateTime": "2026-07-20T03:52:28.7164624-04:00",
"InventoryItemID": "2515e3fa-d254-46e4-9e98-015f5fed8cfa"
},
{
"DiscountCodeID": "c5338dbb-fc22-4f61-97ca-c5af5e585d0d",
"Code": "sample string 2",
"TrainingTypeID": "bbeea5be-9cba-41cd-a03b-da1e4d6fc2e4",
"TrainingClassID": "2c5fdee4-a6d7-4cc4-b0d9-252b4ef0f6c3",
"StartDate": "2026-07-20T03:52:28.7164624-04:00",
"EndDate": "2026-07-20T03:52:28.7164624-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "aea7e26c-8b70-49ca-b5a4-c4d7bc07cbd1",
"Used": true,
"UsedDateTime": "2026-07-20T03:52:28.7164624-04:00",
"InventoryItemID": "2515e3fa-d254-46e4-9e98-015f5fed8cfa"
},
{
"DiscountCodeID": "c5338dbb-fc22-4f61-97ca-c5af5e585d0d",
"Code": "sample string 2",
"TrainingTypeID": "bbeea5be-9cba-41cd-a03b-da1e4d6fc2e4",
"TrainingClassID": "2c5fdee4-a6d7-4cc4-b0d9-252b4ef0f6c3",
"StartDate": "2026-07-20T03:52:28.7164624-04:00",
"EndDate": "2026-07-20T03:52:28.7164624-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "aea7e26c-8b70-49ca-b5a4-c4d7bc07cbd1",
"Used": true,
"UsedDateTime": "2026-07-20T03:52:28.7164624-04:00",
"InventoryItemID": "2515e3fa-d254-46e4-9e98-015f5fed8cfa"
}
]