User Tools

Site Tools

Translations of this page:

en:webservice:version000900:structure:sendb2border

Table of Contents

SendB2BOrder

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
password
type string
occurs 1
description the password that was given to the customer to access this webservice; this is transfered in plaintext
b2bxmlorder
type string
occurs 1
description the order in B2BOptic LensOrder 1.6.0 format; the xml document is included in a CDATA-section (http://www.w3.org/TR/REC-xml/#dt-cdsection)
<xsd:element name="SendB2BOrder">
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="b2b:Ws_AuthenticationType">
        <xsd:sequence>
          <xsd:element name="b2bxmlorder" 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="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="SendB2BOrderResponse">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="return" type="xsd:string" />
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
en/webservice/version000900/structure/sendb2border.txt · Last modified: 2013/06/04 10:21 by sebastianraring