http://retail3000.net/Retail3000Webservice/PosComponents
ViewTransportDeclarationInfo Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : ViewTransportDeclarationInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Base Type
Extension of TransportDeclarationInfo Complex Type
Diagram
CountryDescription Element CustomerName Element CustomerNumber Element StoreDescription Element Signatory Element RegistrationNumber Element DestinationCity Element DestinationCountryId Element CustomerId Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewTransportDeclarationInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
CustomerId xs:int
DestinationCity optional xs:string
RegistrationNumber optional xs:string
Signatory optional xs:string
StoreDescription optional xs:string
CustomerName optional xs:string
CountryDescription optional xs:string
Used By
ViewTransportDeclarationInfo Element
Source
<xs:complexType name="ViewTransportDeclarationInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:TransportDeclarationInfo">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="1" name="StoreDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerNumber" type="xs:long" />
        <xs:element minOccurs="0" maxOccurs="1" name="CustomerName" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="CountryDescription" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents