http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
ViewSaleOrderApprovalRowInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : ViewSaleOrderApprovalRowInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Base Type
Extension of SaleOrderApprovalRowInfo Complex Type
Diagram
ApprovalState Element SaleOrderDescription Element SaleOrderNumber Element SupplierName Element SupplierNumber Element CustomerName Element CustomerNumber Element StoreDescription Element StoreNumber Element CancellationRequestSent Element DateCancelled Element DateAccepted Element ThirdRequestSent Element SecondRequestSent Element FirstRequestSent Element NumberOfSendRequests Element SupplierId Element CustomerId Element SaleOrderId Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewSaleOrderApprovalRowInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
CustomerId xs:int
SupplierId xs:int
FirstRequestSent xs:dateTime
SecondRequestSent xs:dateTime
ThirdRequestSent xs:dateTime
DateAccepted xs:dateTime
DateCancelled xs:dateTime
StoreNumber xs:short
StoreDescription optional xs:string
CustomerName optional xs:string
SupplierName optional xs:string
SaleOrderDescription optional xs:string
Used By
ViewSaleOrderApprovalRowInfo Element
Source
<xs:complexType name="ViewSaleOrderApprovalRowInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:SaleOrderApprovalRowInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="StoreNumber" type="xs:short" />
        <xs:element minOccurs="0" maxOccurs="1" name="StoreDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerNumber" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="CustomerName" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="SupplierNumber" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="SupplierName" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="SaleOrderNumber" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="SaleOrderDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="ApprovalState" type="tns:SaleOrderGeneralApprovalStatus" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents