User Tools

Site Tools

Translations of this page:

en:webservice:version010000:structure:getb2borderstatus

Table of Contents

GetB2BOrderStatus

request

manufacturer
type string
occurs 0..1
description the supplier code (see company list)
customerid
type string
occurs 1
description the username that was given to the customer to access this webservice; usually this is the customer number
username
type string
occurs 0..1
description the username that was given to the customer to access this webservice; this is only used if a username and a customer number needs to be transmitted
password
type string
occurs 1
description the password that was given to the customer to access this webservice; this is transfered in plaintext
b2bxmlrequest
type string
occurs 1
description the filter request in B2BOptic LensRequest x.x.x format; the xml document is included in a CDATA-section (http://www.w3.org/TR/REC-xml/#dt-cdsection)
<xsd:element name="GetB2BOrderStatus">
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="b2b:Ws_AuthenticationType">
        <xsd:sequence>
          <xsd:element name="b2bxmlrequest" type="xsd:string" />
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
<xsd:complexType name="Ws_AuthenticationType">
  <xsd:sequence>
    <xsd:element name="manufacturer" type="xsd:string" minOccurs="0" />
    <xsd:element name="customerid" type="xsd:string" />
    <xsd:element name="username" type="xsd:string" minOccurs="0" />
    <xsd:element name="password" type="xsd:string" />
  </xsd:sequence>
</xsd:complexType>

response

return
type string
occurs 1
description B2BOptic LensInfo 0.3.0 as response to the order; the xml document is included in a CDATA-section (http://www.w3.org/TR/REC-xml/#dt-cdsection)
<xsd:element name="GetB2BOrderStatusResponse">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="return" type="xsd:string" />
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
en/webservice/version010000/structure/getb2borderstatus.txt · Last modified: 2013/06/05 10:11 by sebastianraring