Action unknown: exportreexport1
en:webservice:version010100: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 |
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 |
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="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="SendB2BOrderResponse"> <xsd:complexType> <xsd:sequence> <xsd:element name="return" type="xsd:string" /> </xsd:sequence> </xsd:complexType> </xsd:element>
en/webservice/version010100/structure/sendb2border.txt · Last modified: 2014/01/02 16:26 by sebastianraring