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": "65c8da56-2e75-4874-b87c-9329cea2aff5",
"Code": "sample string 2",
"TrainingTypeID": "c0f49d8a-c8d7-4aef-a424-e9c02c232f86",
"TrainingClassID": "881ac6c2-3512-46b7-8400-fc86795fa9aa",
"StartDate": "2026-07-14T06:51:25.7862038-04:00",
"EndDate": "2026-07-14T06:51:25.7862038-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5e8e37d2-fb21-4ead-b995-754258818074",
"Used": true,
"UsedDateTime": "2026-07-14T06:51:25.7862038-04:00",
"InventoryItemID": "bdf7bc98-a8ab-4ea8-b260-c5f0f857ffdd"
},
{
"DiscountCodeID": "65c8da56-2e75-4874-b87c-9329cea2aff5",
"Code": "sample string 2",
"TrainingTypeID": "c0f49d8a-c8d7-4aef-a424-e9c02c232f86",
"TrainingClassID": "881ac6c2-3512-46b7-8400-fc86795fa9aa",
"StartDate": "2026-07-14T06:51:25.7862038-04:00",
"EndDate": "2026-07-14T06:51:25.7862038-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5e8e37d2-fb21-4ead-b995-754258818074",
"Used": true,
"UsedDateTime": "2026-07-14T06:51:25.7862038-04:00",
"InventoryItemID": "bdf7bc98-a8ab-4ea8-b260-c5f0f857ffdd"
},
{
"DiscountCodeID": "65c8da56-2e75-4874-b87c-9329cea2aff5",
"Code": "sample string 2",
"TrainingTypeID": "c0f49d8a-c8d7-4aef-a424-e9c02c232f86",
"TrainingClassID": "881ac6c2-3512-46b7-8400-fc86795fa9aa",
"StartDate": "2026-07-14T06:51:25.7862038-04:00",
"EndDate": "2026-07-14T06:51:25.7862038-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5e8e37d2-fb21-4ead-b995-754258818074",
"Used": true,
"UsedDateTime": "2026-07-14T06:51:25.7862038-04:00",
"InventoryItemID": "bdf7bc98-a8ab-4ea8-b260-c5f0f857ffdd"
}
]