Shopping Cart - Get Bookeasy Shopping Cart( getBECart )
Navigate to Shopping Cart
Details
- Name Get Bookeasy Shopping Cart
- Description This method is responsible for returning the Bookeasy Shopping Cart you have saved.
- MethodGroup Bookeasy
Parameters
-
q
Type BooleanDescription Required parameter q. This must be provided to activate the query.
-
key
Type StringDescription Required parameter key. This is the session Id for which your cart is saved against.Example <a class="showCode" href="/cart/getBECart?q=true&key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7">/cart/getBECart?q=true&key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7</a>
-
bookedBy
Type StringDescription Contains the username of the staff member making the booking
-
bookingMetaData
Type StringDescription Contains the additional information about the booking
-
bookingLocation
Type StringDescription Contains the booking location of the staff member making the booking
-
campaignID
Type Int32Description Filters the results to only return specific campaign information. This overrides the operators parameterExample <a class="showCode" href="/cart/getBECart?q=85&campaignID=6">/cart/getBECart?q=85&campaignID=6</a>
-
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>