POST api/Search/GetDashboard
Request Information
URI Parameters
None.
Body Parameters
PagingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNumber | integer |
None. |
|
| RowCount | integer |
None. |
|
| Search | string |
None. |
|
| UserLogging | UsersModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageNumber": 1,
"RowCount": 2,
"Search": "sample string 3",
"UserLogging": {
"User_Id": 1,
"User_Name": "sample string 2",
"User_FirstName": "sample string 3",
"User_LastName": "sample string 4",
"User_Email": "sample string 5",
"User_Mobile": "sample string 6",
"User_Address": "sample string 7",
"User_RoleId": 8,
"User_RoleName": "sample string 9",
"User_Password": "sample string 10",
"User_CashAccount": "sample string 11",
"User_BranchNumber": 12,
"User_BranchName": "sample string 13",
"User_OnCash": true,
"User_OtherUserData": true,
"RowCount": 16,
"IsAdmin": true
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseOfDashboardModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiMessage | ApiMessage |
None. |
|
| Data | DashboardModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ApiMessage": {
"StatusCode": 1,
"StatusMessage": "sample string 2"
},
"Data": {
"CountClients": 1,
"CountDrivers": 2,
"CountCategories": 3,
"CountCars": 4,
"CountSaleInvoices": 5,
"CountSaleReturnInvoices": 6,
"CountNotesPayable": 7,
"CountNotesReceivable": 8,
"CountCities": 9,
"CountAreas": 10,
"CountDistricts": 11,
"CountUsers": 12
}
}