Bookeasy - Set Credentials Guest( SetCredentialsGuest )
Navigate to Bookeasy
Details
- Name Set Credentials Guest
- Description Responsible for setting Guest Credentials.
- MethodGroup Authentication
Parameters
-
key
Type StringDescription The Session Id the cart belongs to.Example <a class="showCode" href="/be/SetCredentialsGuest?key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7">/be/SetCredentialsGuest?key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7</a>
-
ControlId
Type Int32Description The ControlIdExample <a class="showCode" href="/be/SetCredentialsGuest?key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7&ControlId=4">/be/SetCredentialsGuest?key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7&ControlId=4</a>
-
Username
Type StringDescription The UsernameExample <a class="showCode" href="/be/SetCredentialsGuest?key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7&Username=example@bookeasy.com">/be/SetCredentialsGuest?key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7&Username=example@bookeasy.com</a>
-
Password
Type StringDescription The PasswordExample <a class="showCode" href="/be/SetCredentialsGuest?key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7&Password=abc123">/be/SetCredentialsGuest?key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7&Password=abc123</a>
-
uiView
Type Boolean
-
IgnoreCache
Type Boolean
-
ShowError
Type Boolean
-
callback
Type String
Faults
-
Name Json Result ErrorDescription This error is thrown where something happens and it was unexpected.Type <a href="/ui/Show?name=Json Result Error">JsonResultError</a>