Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
typeflat

Die Anfrage ist ein Element The request comprises a vco:ViewOrderRequest, die Antwort ist ein Element element; the response comprises a vco:OrderResponse element.

...

Rule: ViewOrder

Ein veloconnect-konformer Server reagiert auf eine Anfrage ViewOrderRequest wie folgt:

...

Zur Anfrage wird ermittelt, ob zu diesem Transaktionskontext eine Transaktionsinstanz existiert. Falls keine existiert wird der ResponseCode 420 zurückgeliefert.

...

A Veloconnect-compliant server responds to a ViewOrderRequest as follows:

  1. Determined as part of the request is whether a transaction instance exists for this transaction context. If not, then ResponseCode 420 is returned.

  2. The OrderResponseLine elements from the transaction context are inserted into the response, which is supplied with ResponseCode 200 to the client. The transaction instance's state remains unchanged.