POST api/GridViewFilterHistories
Request Information
URI Parameters
None.
Body Parameters
VEMModel.Behavior.GridViewFilterHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordId | integer |
None. |
|
| UserId | integer |
None. |
|
| QFFormKeys | string |
None. |
|
| ViewName | string |
None. |
|
| DaysFrom | integer |
None. |
|
| DaysTo | integer |
None. |
|
| Customers | string |
None. |
|
| Locations | string |
None. |
|
| FormStatus | string |
None. |
|
| Mechanics | string |
None. |
|
| Default | boolean |
None. |
|
| XMLView | string |
None. |
|
| OnDS5 | boolean |
None. |
|
| Invoiced | boolean |
None. |
|
| OnQB | boolean |
None. |
|
| ShowDeleted | boolean |
None. |
|
| Deleted | boolean |
None. |
|
| IsExceptionList | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"RecordId": 1,
"UserId": 2,
"QFFormKeys": "sample string 3",
"ViewName": "sample string 4",
"DaysFrom": 5,
"DaysTo": 6,
"Customers": "sample string 7",
"Locations": "sample string 8",
"FormStatus": "sample string 9",
"Mechanics": "sample string 10",
"Default": true,
"XMLView": "sample string 12",
"OnDS5": true,
"Invoiced": true,
"OnQB": true,
"ShowDeleted": true,
"Deleted": true,
"IsExceptionList": true
}
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"
}