Benutzer-Werkzeuge

Webseiten-Werkzeuge


en:webservice:version010000:simpletypes:orderstatustype

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

en:webservice:version010000:simpletypes:orderstatustype [2013/05/29 16:13] – created sebastianraringen:webservice:version010000:simpletypes:orderstatustype [2013/05/31 12:52] (aktuell) sebastianraring
Zeile 1: Zeile 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>