POST admin/uc/checkinmember/ajaxgetaddnewmemberandcheckinfacilityhtml
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
requestVO | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "schoolID": "sample string 1", "sid": "sample string 2", "teamID": "sample string 3", "eventID": 4 }
application/xml, text/xml
Sample:
<SearchByIdVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Utils.Team"> <EventID>4</EventID> <SID>sample string 2</SID> <SchoolID>sample string 1</SchoolID> <TeamID>sample string 3</TeamID> </SearchByIdVO>
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
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": "6777b026-fbe5-4343-beb7-65e7e1501b6e", "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>6777b026-fbe5-4343-beb7-65e7e1501b6e</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.