POST api/SalesMan/GetDashboardJ89
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
beData | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "PassKey": "sample string 1", "UserId": 2, "ReportType": 3 }
application/xml, text/xml
Sample:
<DashboardRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SalesOrderAPI.Models.j89"> <PassKey>sample string 1</PassKey> <ReportType>3</ReportType> <UserId>2</UserId> </DashboardRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "ResponseMSG": "sample string 1", "IsSuccess": true, "TotalCustomer": 3, "TotalRoute": 4, "TodayOrder": 5.1, "TodayVisit": 6, "CurMonthOrder": 7.1, "LastMonthOrder": 8.1, "CurMonthVisit": 9, "LastMonthVisit": 10, "TopPartyColl": null, "WeeklyOrderCOll": null, "RouteSummaryColl": null }
application/xml, text/xml
Sample:
<SalesManDashboard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SalesOrderAPI.Models.j89"> <CurMonthOrder>7.1</CurMonthOrder> <CurMonthVisit>9</CurMonthVisit> <IsSuccess>true</IsSuccess> <LastMonthOrder>8.1</LastMonthOrder> <LastMonthVisit>10</LastMonthVisit> <ResponseMSG>sample string 1</ResponseMSG> <RouteSummaryColl i:nil="true" /> <TodayOrder>5.1</TodayOrder> <TodayVisit>6</TodayVisit> <TopPartyColl i:nil="true" /> <TotalCustomer>3</TotalCustomer> <TotalRoute>4</TotalRoute> <WeeklyOrderCOll i:nil="true" /> </SalesManDashboard>