Shopping Cart - Get New Session( getNewSession )
Navigate to Shopping Cart
Details
- Name Get New Session
- Description Get New Session returns you a new session id GUID. This will be your primary key when working with your shopping cart.
- MethodGroup General
Parameters
-
q
Type BooleanDescription Required parameter q. This must be provided to activate the query.Example <a class="showCode" href="/cart/getNewSession?q=true">/cart/getNewSession?q=true</a>
-
nonce
Type StringDescription Required Parameter. produced and provided by the caller to verify the response nonce matches.Example <a class="showCode" href="/cart/getNewSession?q=true&nonce=aklsdjflkadsfjaldksfj">/cart/getNewSession?q=true&nonce=aklsdjflkadsfjaldksfj</a>
-
IgnoreCache
Type Boolean
-
ShowError
Type Boolean
-
callback
Type String
Response
-
Type <a href="/ui/Show?name=Get New Session Model">getNewSessionModel</a>Name Get New Session ModelDescription The response object model returned when calling Bookeasy - getNewSessionModel.
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>