POST store/switch
Allow you to switch store. OBSOLETE. Use session/switch instead Authorized only.
Request Information
URI Parameters
None.
Body Parameters
ApiSwitchStoreRequestName | Description | Type | Additional information |
---|---|---|---|
StoreId | integer |
None. |
|
PartnerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "StoreId": 1, "PartnerId": 2 }
application/xml, text/xml
Sample:
<ApiSwitchStoreRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Api"> <PartnerId>2</PartnerId> <StoreId>1</StoreId> </ApiSwitchStoreRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |