Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The GetItemDetailsList operation allows multiple GetItemDetails requests to be issued as part of one operation.

The request comprises a vco:GetItemDetailsListRequest element which extends vct:RequestType with a sequence comprising at least one vco:RequestEntry element. The element vco:RequestEntry contains cac:SellersItemIdentfication as a child element, as well as the optional element cbc:Quantity.

Die Anfrage ist ein Element vco:GetItemDetailsListRequest; dieses erweitert den Typ vct:RequestType um eine

Rule: Serialization of GetItemDetailsListRequest

In addition to the parameters of RequestType, the following parameters are used:

  • For every vco:RequestEntry element not containing a cbc:Quantity child element: SellersItemIdentification

  • For every vco:RequestEntry element containing a cbc:Quantity child element, the rule for serialization of vco:OrderRequestLines serialization of vco:OrderRequestLines is to be used analogously, i.e. the Quantity.X and quantityUnitCode.X parameters are employed, with X being the respective order number.

Die URL oder URL-S-Bindung der GetItemDetailsList-Operation darf nur unter den Voraussetzungen der Regel zur Serialisierung von vco:OrderRequestLines implementiert werden.

Die Antwort ist ein Element vco:GetItemDetailsListResponse, welches den Typ vct:ResponseType um eine Folge von mindestens einem Element vco:ItemDetail erweitert.

Rule: GetItemDetailsList

A Veloconnect-compliant server must implement the GetItemDetailsList operation, and responds to vco:GetItemDetailsListRequest as follows: Rule: GetItemDetails is applied to the contents of every vco:RequestEntry element. The cac:Item and vco:Availability / vco:RequestReplacement / vco:ItemUnknown elements generated in this process are packed into a vco:ItemDetail element, and supplied in the same sequence to the client.

  • No labels