POST Client/GetClientStatementHeader

Gets all Syx bets for clientstatement

Request Information

URI Parameters

None.

Body Parameters

ApiClientStatementHeaderFilter
NameDescriptionTypeAdditional information
ClientID

integer

None.

StartDate

date

None.

EndDate

date

None.

PageNumber

integer

None.

PageSize

integer

None.

Type

integer

None.

userID

Gets or sets the user identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientID": 1,
  "StartDate": "2025-12-06T06:54:11.018794+02:00",
  "EndDate": "2025-12-06T06:54:11.018794+02:00",
  "PageNumber": 4,
  "PageSize": 5,
  "Type": 1,
  "userID": 6
}

application/xml, text/xml

Sample:
<ApiClientStatementHeaderFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models">
  <userID>6</userID>
  <ClientID>1</ClientID>
  <EndDate>2025-12-06T06:54:11.018794+02:00</EndDate>
  <PageNumber>4</PageNumber>
  <PageSize>5</PageSize>
  <StartDate>2025-12-06T06:54:11.018794+02:00</StartDate>
  <Type>1</Type>
</ApiClientStatementHeaderFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.