POST api/v1/GetAccountStoreList?accountId={accountId}&isMobile={isMobile}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountId | integer |
Required |
|
isMobile | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Collection of AccountStoreListModelName | Description | Type | Additional information |
---|---|---|---|
UserStoreName | string |
None. |
|
StoreId | integer |
None. |
|
IsSeletcted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "UserStoreName": "sample string 1", "StoreId": 2, "IsSeletcted": true }, { "UserStoreName": "sample string 1", "StoreId": 2, "IsSeletcted": true } ]
application/xml, text/xml
Sample:
<ArrayOfProfilController.AccountStoreListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Controllers"> <ProfilController.AccountStoreListModel> <IsSeletcted>true</IsSeletcted> <StoreId>2</StoreId> <UserStoreName>sample string 1</UserStoreName> </ProfilController.AccountStoreListModel> <ProfilController.AccountStoreListModel> <IsSeletcted>true</IsSeletcted> <StoreId>2</StoreId> <UserStoreName>sample string 1</UserStoreName> </ProfilController.AccountStoreListModel> </ArrayOfProfilController.AccountStoreListModel>