Order services – SERVICES

Order services are only used for transferring additional options for the order such as an assembly service.

ORDER / ORDER_DATA / HISTORY

Node Mandatory Data type (Length) Description
SERVICES N Starts the service information of the order; if the node is provided, there is at least one sub-element.
Element: SERVICE Y typeService Starts an order-related service; may occur as often as needed
Sub-element: CODE Y String Service code
Sub-element: DESC Y String(100) Description of the service
Sub-element: PRICE Y FLOAT Cost of the service with 2 decimal digits
Attribute: currency N String(3) Currency of the service costs

Superordinate element:

Example XML

<SERVICES> <SERVICE> <CODE>5489</CODE> <DESC>Assembly service</DESC> <PRICE>19.00</PRICE> </SERVICE> </SERVICES>