User Tools

Site Tools


en:webservice:version010000:simpletypes:orderstatustype

Differences

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

Link to this comparison view

en:webservice:version010000:simpletypes:orderstatustype [2013/05/29 16:13] – created sebastianraringen:webservice:version010000:simpletypes:orderstatustype [2013/05/31 12:52] (current) sebastianraring
Line 1: Line 1:
 +====== orderstatus (Ws_OrderStatusType) ======
 +
 +[[en:webservice:version010000:structure:uploadordertoplatform|UploadOrderToPlatform]]
 +
 +^ values ^ description ^
 +| OPEN | the order is not send to the supplier as productive order yet or should be send once more |
 +| ORDERED | the order is already ordered; it should be not possible to order it again |
 +
 +<code xml>
 +<xsd:simpleType name="Ws_OrderStatusType">
 +  <xsd:restriction base="xsd:string">
 +    <xsd:enumeration value="OPEN" />
 +    <xsd:enumeration value="ORDERED" />
 +  </xsd:restriction>
 +</xsd:simpleType>
 +</code>
  
en/webservice/version010000/simpletypes/orderstatustype.txt · Last modified: 2013/05/31 12:52 by sebastianraring