POST BusineesAnalysis/GetDashboardAnalysis
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"StMenu": "sample string 1",
"AcYr": "sample string 2",
"CompCode": "sample string 3",
"StartDate": "sample string 4",
"EndDate": "sample string 5",
"CumulativeFlag": "sample string 6"
}
text/html
Sample:
{"StMenu":"sample string 1","AcYr":"sample string 2","CompCode":"sample string 3","StartDate":"sample string 4","EndDate":"sample string 5","CumulativeFlag":"sample string 6"}
application/xml, text/xml
Sample:
<DashboardInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers"> <AcYr>sample string 2</AcYr> <CompCode>sample string 3</CompCode> <CumulativeFlag>sample string 6</CumulativeFlag> <EndDate>sample string 5</EndDate> <StMenu>sample string 1</StMenu> <StartDate>sample string 4</StartDate> </DashboardInfoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"SeatBookAmt": 1.1,
"SeatBookCount": 2.1,
"RePayAmt": 3.1,
"RePayCount": 4.1,
"AdmFeesAmt": 5.1,
"AdmFeesCount": 6.1,
"ShdlRecAmt": 7.1,
"ShdlRecCount": 8.1,
"AgentPayAmt": 9.1,
"AgentPayCount": 10.1,
"OtherAmt": 11.1,
"OtherCount": 12.1,
"FineAmt": 13.1,
"FineCount": 14.1,
"PayBackAmt": 15.1,
"PayBackCount": 16.1,
"TotColAmt": 17.1,
"TotColCount": 18.1
},
{
"SeatBookAmt": 1.1,
"SeatBookCount": 2.1,
"RePayAmt": 3.1,
"RePayCount": 4.1,
"AdmFeesAmt": 5.1,
"AdmFeesCount": 6.1,
"ShdlRecAmt": 7.1,
"ShdlRecCount": 8.1,
"AgentPayAmt": 9.1,
"AgentPayCount": 10.1,
"OtherAmt": 11.1,
"OtherCount": 12.1,
"FineAmt": 13.1,
"FineCount": 14.1,
"PayBackAmt": 15.1,
"PayBackCount": 16.1,
"TotColAmt": 17.1,
"TotColCount": 18.1
},
{
"SeatBookAmt": 1.1,
"SeatBookCount": 2.1,
"RePayAmt": 3.1,
"RePayCount": 4.1,
"AdmFeesAmt": 5.1,
"AdmFeesCount": 6.1,
"ShdlRecAmt": 7.1,
"ShdlRecCount": 8.1,
"AgentPayAmt": 9.1,
"AgentPayCount": 10.1,
"OtherAmt": 11.1,
"OtherCount": 12.1,
"FineAmt": 13.1,
"FineCount": 14.1,
"PayBackAmt": 15.1,
"PayBackCount": 16.1,
"TotColAmt": 17.1,
"TotColCount": 18.1
}
]
text/html
Sample:
[{"SeatBookAmt":1.1,"SeatBookCount":2.1,"RePayAmt":3.1,"RePayCount":4.1,"AdmFeesAmt":5.1,"AdmFeesCount":6.1,"ShdlRecAmt":7.1,"ShdlRecCount":8.1,"AgentPayAmt":9.1,"AgentPayCount":10.1,"OtherAmt":11.1,"OtherCount":12.1,"FineAmt":13.1,"FineCount":14.1,"PayBackAmt":15.1,"PayBackCount":16.1,"TotColAmt":17.1,"TotColCount":18.1},{"SeatBookAmt":1.1,"SeatBookCount":2.1,"RePayAmt":3.1,"RePayCount":4.1,"AdmFeesAmt":5.1,"AdmFeesCount":6.1,"ShdlRecAmt":7.1,"ShdlRecCount":8.1,"AgentPayAmt":9.1,"AgentPayCount":10.1,"OtherAmt":11.1,"OtherCount":12.1,"FineAmt":13.1,"FineCount":14.1,"PayBackAmt":15.1,"PayBackCount":16.1,"TotColAmt":17.1,"TotColCount":18.1},{"SeatBookAmt":1.1,"SeatBookCount":2.1,"RePayAmt":3.1,"RePayCount":4.1,"AdmFeesAmt":5.1,"AdmFeesCount":6.1,"ShdlRecAmt":7.1,"ShdlRecCount":8.1,"AgentPayAmt":9.1,"AgentPayCount":10.1,"OtherAmt":11.1,"OtherCount":12.1,"FineAmt":13.1,"FineCount":14.1,"PayBackAmt":15.1,"PayBackCount":16.1,"TotColAmt":17.1,"TotColCount":18.1}]
application/xml, text/xml
Sample:
<ArrayOfDashboardInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
<DashboardInfo>
<AdmFeesAmt>5.1</AdmFeesAmt>
<AdmFeesCount>6.1</AdmFeesCount>
<AgentPayAmt>9.1</AgentPayAmt>
<AgentPayCount>10.1</AgentPayCount>
<FineAmt>13.1</FineAmt>
<FineCount>14.1</FineCount>
<OtherAmt>11.1</OtherAmt>
<OtherCount>12.1</OtherCount>
<PayBackAmt>15.1</PayBackAmt>
<PayBackCount>16.1</PayBackCount>
<RePayAmt>3.1</RePayAmt>
<RePayCount>4.1</RePayCount>
<SeatBookAmt>1.1</SeatBookAmt>
<SeatBookCount>2.1</SeatBookCount>
<ShdlRecAmt>7.1</ShdlRecAmt>
<ShdlRecCount>8.1</ShdlRecCount>
<TotColAmt>17.1</TotColAmt>
<TotColCount>18.1</TotColCount>
</DashboardInfo>
<DashboardInfo>
<AdmFeesAmt>5.1</AdmFeesAmt>
<AdmFeesCount>6.1</AdmFeesCount>
<AgentPayAmt>9.1</AgentPayAmt>
<AgentPayCount>10.1</AgentPayCount>
<FineAmt>13.1</FineAmt>
<FineCount>14.1</FineCount>
<OtherAmt>11.1</OtherAmt>
<OtherCount>12.1</OtherCount>
<PayBackAmt>15.1</PayBackAmt>
<PayBackCount>16.1</PayBackCount>
<RePayAmt>3.1</RePayAmt>
<RePayCount>4.1</RePayCount>
<SeatBookAmt>1.1</SeatBookAmt>
<SeatBookCount>2.1</SeatBookCount>
<ShdlRecAmt>7.1</ShdlRecAmt>
<ShdlRecCount>8.1</ShdlRecCount>
<TotColAmt>17.1</TotColAmt>
<TotColCount>18.1</TotColCount>
</DashboardInfo>
<DashboardInfo>
<AdmFeesAmt>5.1</AdmFeesAmt>
<AdmFeesCount>6.1</AdmFeesCount>
<AgentPayAmt>9.1</AgentPayAmt>
<AgentPayCount>10.1</AgentPayCount>
<FineAmt>13.1</FineAmt>
<FineCount>14.1</FineCount>
<OtherAmt>11.1</OtherAmt>
<OtherCount>12.1</OtherCount>
<PayBackAmt>15.1</PayBackAmt>
<PayBackCount>16.1</PayBackCount>
<RePayAmt>3.1</RePayAmt>
<RePayCount>4.1</RePayCount>
<SeatBookAmt>1.1</SeatBookAmt>
<SeatBookCount>2.1</SeatBookCount>
<ShdlRecAmt>7.1</ShdlRecAmt>
<ShdlRecCount>8.1</ShdlRecCount>
<TotColAmt>17.1</TotColAmt>
<TotColCount>18.1</TotColCount>
</DashboardInfo>
</ArrayOfDashboardInfo>