POST GetAutoRewardPlayerListRebate

Request Information

URI Parameters

None.

Body Parameters

GetAutoRewardPlayerListReq
NameDescriptionTypeAdditional information
account

string

None.

password

string

None.

DateKey

string

None.

LogoNodeId

string

None.

MoreThan

string

None.

LessThan

string

None.

Request Formats

application/json, text/json

Sample:
{
  "account": "sample string 1",
  "password": "sample string 2",
  "DateKey": "sample string 3",
  "LogoNodeId": "sample string 4",
  "MoreThan": "sample string 5",
  "LessThan": "sample string 6"
}

application/xml, text/xml

Sample:
<GetAutoRewardPlayerListReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonBackendMessage_API.ViewModels">
  <DateKey>sample string 3</DateKey>
  <LessThan>sample string 6</LessThan>
  <LogoNodeId>sample string 4</LogoNodeId>
  <MoreThan>sample string 5</MoreThan>
  <account>sample string 1</account>
  <password>sample string 2</password>
</GetAutoRewardPlayerListReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>