POST api/ClearCart
Clears the Tessitura cart by creating a new Tesssitura session and transferring the authenticated user to it. Ensure you update the session key in your application after making this call.
Request Information
URI Parameters
None.
Body Parameters
ClearCartRequestName | Description | Type | Additional information |
---|---|---|---|
SessionKey |
An authenticated Tessitura session key. |
string |
Required |
Request Formats
application/json, text/json
Sample:
{ "SessionKey": "sample string 1" }
application/xml, text/xml
Sample:
<ClearCartRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Entities.Order"> <SessionKey>sample string 1</SessionKey> </ClearCartRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ClearCartResult
ApiSuccessOfClearCartResultName | Description | Type | Additional information |
---|---|---|---|
Success | boolean | ||
Data | ClearCartResult |
Response Formats
application/json
Sample:
{ "Success": true, "Data": { "SessionKey": "XDbZzclrZPlsho14d+5ZveDdFuKJHfbWnxG0Q324rVJ28JZRGZe6y4Hoiy/233UmcESmspvqYdLwphgjt+7nIXwLHmZuvsoC5Aajkkyv+bU=" } }
text/json
Sample:
{ "Success": true, "Data": { "SessionKey": "wlZ7LiRvdbO1/RT1e6izCWCxaNDvbzMFECJFYzqOl+AHcUzzddepN6V5uKtY2zxl+inaBs+FM4wCJbA3940cBX2QZcXXFzdw+lar8Ev+Ga0=" } }
application/xml, text/xml
Sample:
<ApiSuccessOfClearCartResultlnV6n2FW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Api"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Entities.Order"> <d2p1:SessionKey>sample string 1</d2p1:SessionKey> </Data> </ApiSuccessOfClearCartResultlnV6n2FW>