POST Client/GetSyxClientStatementLegs

Request Information

URI Parameters

None.

Body Parameters

ApiClientStatementSyxLegFilter
NameDescriptionTypeAdditional information
BetID

integer

None.

IsExotic

boolean

None.

userID

Gets or sets the user identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BetID": 1,
  "IsExotic": true,
  "userID": 3
}

application/xml, text/xml

Sample:
<ApiClientStatementSyxLegFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models">
  <userID>3</userID>
  <BetID>1</BetID>
  <IsExotic>true</IsExotic>
</ApiClientStatementSyxLegFilter>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ApiClientStatementSyxLegFilter'.

Response Information

Resource Description

IApiResponse
NameDescriptionTypeAdditional information
ResponseType

integer

None.

ResponseMessage

string

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.