http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
WebshopInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : WebshopInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Base Type
Extension of InfoWithCompanyId Complex Type
Diagram
FallbackDebtorId Element IsCancelled Element ShopServerSmsRecipients Element ShopServerIsEnableSms Element ShopServerResendFromDate Element ShopServerLastArticlesSyncDateTime Element ShopServerSubStoreNumber Element ShopServerStoreNumber Element ShopServerPassword Element ShopServerUserName Element Description Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence WebshopInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
Description optional xs:string
ShopServerUserName optional xs:string
ShopServerPassword optional xs:string
ShopServerSmsRecipients optional xs:string
IsCancelled xs:boolean
Used By
NewWebshopInfoResult Element
webshop Element
GetSingleWebshopResult Element
webshop Element
webshop Element
Source
<xs:complexType name="WebshopInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:InfoWithCompanyId">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="ShopServerUserName" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="ShopServerPassword" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="ShopServerStoreNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ShopServerSubStoreNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ShopServerLastArticlesSyncDateTime" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="ShopServerResendFromDate" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="ShopServerIsEnableSms" type="xs:boolean" />
        <xs:element minOccurs="0" maxOccurs="1" name="ShopServerSmsRecipients" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsCancelled" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="FallbackDebtorId" type="xs:int" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents