POST AppUser/GetSalesManagers
Documentation for 'GetSalesManagers'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| queryOptions | Documentation for 'queryOptions'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PageNumber": 1,
"RowsPerPage": 2,
"SortExpressions": [
{
"$id": "2",
"FieldName": "sample string 1",
"SortDirection": 0
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
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",
"EntityKey": 1,
"Type": 0,
"UserID": 2,
"Name": "sample string 3",
"EmailID": "sample string 4",
"Phone": "sample string 5",
"ManagerID": 1,
"ImageID": 1,
"TypeDescription": "sample string 6",
"IsActive": true,
"IsDeleted": true,
"LastLogin": "2026-04-03T01:45:30.100401-04:00"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"Errors": [],
"Status": 0,
"IsFreeOfErrors": true,
"HasErrors": false
}