GET api/{language}/Dashboard/GetPokerDailyRake?startDate={startDate}&endDate={endDate}&currencyCode={currencyCode}

Getting data for Poker Daily Rake

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

Report will be generated based on data starting on this date (ex. 2016-10-26).

date

Required

endDate

Report will be generated based on data ending on this date (ex. 2017-10-26).

date

Required

currencyCode

string

None.

language

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of decimal number

Response Formats

application/json, text/json

Sample:
[
  1.0,
  2.0
]

application/xml, text/xml

Sample:
<ArrayOfdecimal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <decimal>1</decimal>
  <decimal>2</decimal>
</ArrayOfdecimal>

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="[0]"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="[1]"

2
--MultipartDataMediaFormatterBoundary1q2w3e--