POST api/QFProductionHours/GetRawList
Request Information
URI Parameters
None.
Body Parameters
VEMModel.Logic.SearchCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| TableName | string |
None. |
|
| SerialNumber | string |
None. |
|
| UnitNumber | string |
None. |
|
| Date | date |
None. |
|
| DateTo | date |
None. |
|
| LoginName | string |
None. |
|
| LocationId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| CustomerSubAccountId | integer |
None. |
|
| DepotSystemsTransferred | boolean |
None. |
|
| FormStatusId | integer |
None. |
|
| IsExceptionList | boolean |
None. |
|
| DateSearchProperty | string |
None. |
|
| UnitNumberProperty | string |
None. |
|
| FormStatusIds | string |
None. |
|
| CustomerIds | string |
None. |
|
| LocationIds | string |
None. |
|
| UserColumns | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TableName": "sample string 1",
"SerialNumber": "sample string 2",
"UnitNumber": "sample string 3",
"Date": "2026-02-21T18:21:17.1256073-05:00",
"DateTo": "2026-02-21T18:21:17.1256073-05:00",
"LoginName": "sample string 6",
"LocationId": 7,
"CustomerId": 8,
"CustomerSubAccountId": 9,
"DepotSystemsTransferred": true,
"FormStatusId": 11,
"IsExceptionList": true,
"DateSearchProperty": "sample string 13",
"UnitNumberProperty": "sample string 14",
"FormStatusIds": "sample string 15",
"CustomerIds": "sample string 16",
"LocationIds": "sample string 17",
"UserColumns": "sample string 18"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VEMModel.Logic.APIResponseClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | VEMModel.Logic.ResultEnum |
None. |
|
| Details | Object |
None. |
|
| JsonData | Object |
None. |
|
| ObjectType | string |
None. |
|
| ruleEvaluationResults | Collection of VEMModel.Logic.RuleEvaluationResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"ruleEvaluationResults": [
{
"$id": "2",
"Result": 0,
"Message": "sample string 1",
"fieldID": "sample string 2"
},
{
"$ref": "2"
}
],
"Result": 0,
"Details": {
"$id": "3"
},
"JsonData": {
"$id": "4"
},
"ObjectType": "sample string 3"
}