Mode |
Description |
'read' |
Returns the general information (order number and delivery date) if only the order number is set.
Returns additionally the article/item information if the position number(s) within is/are set (see examples).
|
'read+' |
Returns the next general order information (order number and delivery date) whose order number is following the delivered
order number if only the order number is set.
Returns the next article/item information of an order whose position number is following the delivered position number if
the position number within is set (see examples).
|
'read-' |
Returns the preceding general order information (order number and delivery date) whose order number is following the delivered
order number if only the order number is set.
Returns the preceding article/item information of an order whose position number is preceding the delivered position number
if the position number within the request is set (see examples).
|
'readall' |
Returns all available orderings (including the assigned article/item information) if only the order number is set to 0.
Returns a complete ordering (including the assigned article/item information) if the order number is > 0.
|
'delete' |
Delete one or more article(s)/item(s) from an ordering.
It is not possible to delete an orderig with the mode <'delete'>.
For that use the mode <'deleteall'>.
|
'deleteall' |
Deletes an ordering as whole if the order number is > 0.
Delete all orderings (including all article/item information) if the ordner number is set to 0.
|