GET api/QFGensetFuelings
Gets a collection of records based on criteria
Request Information
URI Parameters
| 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. |
|
| paginationModel | VEMModel.WebModels.PaginationModel |
None. |
|
| ColumnFilters | Dictionary of string [key] and string [value] |
None. |
|
| AdvancedFilters | Collection of VEMModel.WebModels.AdvancedFilter |
None. |
Body Parameters
None.
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"
}