User Tools

Site Tools


en:webservice:version010000:structure:getb2borderstatus

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:webservice:version010000:structure:getb2borderstatus [2013/05/31 12:44] – created sebastianraringen:webservice:version010000:structure:getb2borderstatus [2013/06/05 10:11] (current) sebastianraring
Line 1: Line 1:
 +====== GetB2BOrderStatus ======
  
 +===== request =====
 +
 +^ manufacturer ^^
 +^ type | string |
 +^ occurs | 0..1 |
 +^ description | the supplier code (see [[en:companies:index|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]]) |
 +
 +<code xml>
 +<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>
 +</code>
 +
 +===== response =====
 +
 +^ return ^^
 +^ type | string |
 +^ occurs | 1 |
 +^ description | [[en:lensinfo:version000300:index|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]]) |
 +
 +<code xml>
 +<xsd:element name="GetB2BOrderStatusResponse">
 +  <xsd:complexType>
 +    <xsd:sequence>
 +      <xsd:element name="return" type="xsd:string" />
 +    </xsd:sequence>
 +  </xsd:complexType>
 +</xsd:element>
 +</code>
en/webservice/version010000/structure/getb2borderstatus.txt · Last modified: 2013/06/05 10:11 by sebastianraring