POST DealerRep/Get
Documentation for 'Get'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| querySettings | Documentation for 'querySettings'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Criteria": {
"$id": "2",
"Keyword": "sample string 1",
"City": "sample string 2",
"State": "sample string 3",
"DealerRepName": "sample string 4",
"DealerName": "sample string 5",
"SalesRepName": "sample string 6",
"SalesManagerName": "sample string 7",
"DealershipID": 1,
"IsDeleted": true,
"GroupReportKeyword": "sample string 8",
"DealerTypes": [
1,
2,
3
],
"FromDate": "2026-04-03T01:45:05.2874767-04:00",
"ToDate": "2026-04-03T01:45:05.2874767-04:00",
"UserType": 0
},
"QueryOptions": {
"$id": "3",
"PageNumber": 1,
"RowsPerPage": 2,
"SortExpressions": [
{
"$id": "4",
"FieldName": "sample string 1",
"SortDirection": 0
},
{
"$ref": "4"
},
{
"$ref": "4"
}
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Value": {
"$id": "2",
"TotalCount": 1,
"Results": [
{
"$id": "3",
"DealerID": 1,
"DealershipID": 2,
"FullName": "sample string 3",
"EmailID": "sample string 4",
"WorkPhone": "sample string 5",
"WorkExtension": "sample string 6",
"City": "sample string 7",
"LastLogin": "sample string 8",
"ImageURL": "sample string 9"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"Errors": [],
"Status": 0,
"IsFreeOfErrors": true,
"HasErrors": false
}