POST web/admin/clubsports/events/kioskCheckIn

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
inVO
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "checkInTypeOption": 0,
  "entityId": "sample string 1",
  "checkInMethod": "sample string 2",
  "isAutomaticallyAddEligibleParticipants": true,
  "isAutomaticallyCreateAccounts": true,
  "isAddEligibleParticipants": true,
  "isCreateAccounts": true,
  "isRequireWaiverWhenAdding": true,
  "isAcceptTerms": true,
  "startTimeId": 1,
  "isCheckInAnyway": true,
  "sportEventId": 10,
  "curUserId": "sample string 11",
  "isSSO": true,
  "requestHost": "sample string 13",
  "applicationPath": "sample string 14",
  "secureApplicationPath": "sample string 15",
  "absoluteApplicationPath": "sample string 16",
  "isHttps": true,
  "isMobileDevice": true,
  "isElectron": true,
  "isFullEmbed": true,
  "clientType": 0,
  "clientVersion": "sample string 21",
  "clientOS": "sample string 22",
  "clientBuild": "sample string 23",
  "premiumAppId": "sample string 24",
  "clientWidth": 25,
  "clientHeight": 26,
  "timezone": 27
}

application/xml, text/xml

Sample:
<CheckInPlayerInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input.SportEvent">
  <ClientHeight xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">26</ClientHeight>
  <ClientType xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">Site</ClientType>
  <ClientWidth xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">25</ClientWidth>
  <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 16</absoluteApplicationPath>
  <applicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 14</applicationPath>
  <cachedKey xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 1</cachedKey>
  <clientBuild xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 23</clientBuild>
  <clientOS xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 22</clientOS>
  <clientVersion xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 21</clientVersion>
  <curUserId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 11</curUserId>
  <isElectron xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isElectron>
  <isFullEmbed xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isFullEmbed>
  <isHttps xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isHttps>
  <isMobileDevice xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isMobileDevice>
  <isSSO xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isSSO>
  <premiumAppId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 24</premiumAppId>
  <requestHost xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 13</requestHost>
  <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 15</secureApplicationPath>
  <timezone xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">27</timezone>
  <SportEventId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input.League">10</SportEventId>
  <CheckInMethod>sample string 2</CheckInMethod>
  <CheckInTypeOption>ByMemberId</CheckInTypeOption>
  <EntityId>sample string 1</EntityId>
  <IsAcceptTerms>true</IsAcceptTerms>
  <IsAddEligibleParticipants>true</IsAddEligibleParticipants>
  <IsAutomaticallyAddEligibleParticipants>true</IsAutomaticallyAddEligibleParticipants>
  <IsAutomaticallyCreateAccounts>true</IsAutomaticallyCreateAccounts>
  <IsCheckInAnyway>true</IsCheckInAnyway>
  <IsCreateAccounts>true</IsCreateAccounts>
  <IsRequireWaiverWhenAdding>true</IsRequireWaiverWhenAdding>
  <StartTimeId>1</StartTimeId>
</CheckInPlayerInVO>

application/x-www-form-urlencoded

Sample:

Sample not available.

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="cachedKey"

sample string 1
--MultipartDataMediaFormatterBoundary1q2w3e--

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "isDone": true,
  "code": 0,
  "message": "sample string 2",
  "data": {},
  "cachedKey": "sample string 4",
  "correlationId": "a2fab097-ebaf-4e60-8761-054a72a9894e",
  "jwtTokenForSPA": "sample string 6",
  "jwtTokenIndexForSPA": 1
}

application/xml, text/xml

Sample:
<ResultOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common">
  <CachedKey>sample string 4</CachedKey>
  <Code>None</Code>
  <CorrelationId>a2fab097-ebaf-4e60-8761-054a72a9894e</CorrelationId>
  <Data />
  <IsDone>true</IsDone>
  <JwtTokenForSPA>sample string 6</JwtTokenForSPA>
  <JwtTokenIndexForSPA>1</JwtTokenIndexForSPA>
  <Message>sample string 2</Message>
</ResultOutVO>

multipart/form-data

Sample:

Sample not available.