GET api/Report/GetglobalStatistics?_User={_User}&_Month={_Month}&_Year={_Year}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| _User | integer |
Required |
|
| _Month | integer |
Required |
|
| _Year | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
cEntityGlobalStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| StartMonth | integer |
None. |
|
| StartYear | integer |
None. |
|
| Total_Bets | integer |
None. |
|
| Total_Wins | integer |
None. |
|
| Total_Loss | integer |
None. |
|
| Profit | decimal number |
None. |
|
| Roi | decimal number |
None. |
|
| Total_CashWins | decimal number |
None. |
|
| Total_CashLoss | decimal number |
None. |
|
| Total_CashInvestMent | decimal number |
None. |
|
| Total_Bets110 | integer |
None. |
|
| Total_Bets150 | integer |
None. |
|
| Total_Bets170 | integer |
None. |
|
| Total_Bets200 | integer |
None. |
|
| Total_Win110 | integer |
None. |
|
| Total_Win150 | integer |
None. |
|
| Total_Win170 | integer |
None. |
|
| Total_Win200 | integer |
None. |
|
| Total_Loss110 | integer |
None. |
|
| Total_Loss150 | integer |
None. |
|
| Total_Loss170 | integer |
None. |
|
| Total_Loss200 | integer |
None. |
|
| Total_CashWin110 | decimal number |
None. |
|
| Total_CashWin150 | decimal number |
None. |
|
| Total_CashWin170 | decimal number |
None. |
|
| Total_CashWin200 | decimal number |
None. |
|
| Percent_Wins | decimal number |
None. |
|
| Percent_Loss | decimal number |
None. |
|
| erro | string |
None. |
|
| errodesc | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserId": 1,
"StartMonth": 2,
"StartYear": 3,
"Total_Bets": 4,
"Total_Wins": 5,
"Total_Loss": 6,
"Profit": 7.0,
"Roi": 8.0,
"Total_CashWins": 9.0,
"Total_CashLoss": 10.0,
"Total_CashInvestMent": 11.0,
"Total_Bets110": 12,
"Total_Bets150": 13,
"Total_Bets170": 14,
"Total_Bets200": 15,
"Total_Win110": 16,
"Total_Win150": 17,
"Total_Win170": 18,
"Total_Win200": 19,
"Total_Loss110": 20,
"Total_Loss150": 21,
"Total_Loss170": 22,
"Total_Loss200": 23,
"Total_CashWin110": 24.0,
"Total_CashWin150": 25.0,
"Total_CashWin170": 26.0,
"Total_CashWin200": 27.0,
"Percent_Wins": 28.0,
"Percent_Loss": 29.0,
"erro": "sample string 30",
"errodesc": "sample string 31"
}
application/xml, text/xml
Sample:
<Statistic.cEntityGlobalStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceGames"> <Percent_Loss>29</Percent_Loss> <Percent_Wins>28</Percent_Wins> <Profit>7</Profit> <Roi>8</Roi> <StartMonth>2</StartMonth> <StartYear>3</StartYear> <Total_Bets>4</Total_Bets> <Total_Bets110>12</Total_Bets110> <Total_Bets150>13</Total_Bets150> <Total_Bets170>14</Total_Bets170> <Total_Bets200>15</Total_Bets200> <Total_CashInvestMent>11</Total_CashInvestMent> <Total_CashLoss>10</Total_CashLoss> <Total_CashWin110>24</Total_CashWin110> <Total_CashWin150>25</Total_CashWin150> <Total_CashWin170>26</Total_CashWin170> <Total_CashWin200>27</Total_CashWin200> <Total_CashWins>9</Total_CashWins> <Total_Loss>6</Total_Loss> <Total_Loss110>20</Total_Loss110> <Total_Loss150>21</Total_Loss150> <Total_Loss170>22</Total_Loss170> <Total_Loss200>23</Total_Loss200> <Total_Win110>16</Total_Win110> <Total_Win150>17</Total_Win150> <Total_Win170>18</Total_Win170> <Total_Win200>19</Total_Win200> <Total_Wins>5</Total_Wins> <UserId>1</UserId> <erro>sample string 30</erro> <errodesc>sample string 31</errodesc> </Statistic.cEntityGlobalStatus>