POST v3/reservation/{networkId}/session/addparticipant
add participants to fitness session
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
inVO | No documentation available. |
Define this parameter in the request body. |
networkId | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{ "schoolId": "sample string 1", "waiverOption": 2, "isAddedToWaitlist": true, "packageId": 4, "isUsePackage": true, "checkIfNeedShowPaymentAlert": true, "checkIfNeedShowExceedCapacityAlert": true, "memberId": "sample string 8", "eventId": 9, "curUserId": "sample string 10", "isSSO": true, "requestHost": "sample string 12", "applicationPath": "sample string 13", "secureApplicationPath": "sample string 14", "absoluteApplicationPath": "sample string 15", "isHttps": true, "isMobileDevice": true, "isFullEmbed": true, "clientType": 0, "clientVersion": "sample string 19", "clientOS": "sample string 20", "clientBuild": "sample string 21", "premiumAppId": "sample string 22", "clientWidth": 23, "clientHeight": 24, "timezone": 25 }
application/xml, text/xml
Sample:
<AddParticipantInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input.Fitness"> <ClientHeight xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">24</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">23</ClientWidth> <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 15</absoluteApplicationPath> <applicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 13</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 21</clientBuild> <clientOS xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 20</clientOS> <clientVersion xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 19</clientVersion> <curUserId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 10</curUserId> <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 22</premiumAppId> <requestHost xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 12</requestHost> <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 14</secureApplicationPath> <timezone xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">25</timezone> <eventId>9</eventId> <memberId>sample string 8</memberId> <CheckIfNeedShowExceedCapacityAlert>true</CheckIfNeedShowExceedCapacityAlert> <CheckIfNeedShowPaymentAlert>true</CheckIfNeedShowPaymentAlert> <IsAddedToWaitlist>true</IsAddedToWaitlist> <IsUsePackage>true</IsUsePackage> <PackageId>4</PackageId> <SchoolId>sample string 1</SchoolId> <WaiverOption>2</WaiverOption> </AddParticipantInVO>
application/x-www-form-urlencoded
Sample:
Sample not available.