Create a multi-level insert operation for two Web service mobile business objects (MBOs).
In this example, you have two MBOs, Order and OrderItem, that both have defined create (insert) operations: the OrderItem.create operation requires the Order.id, but Order.id is assigned by the enterprise information system (EIS) and not available until the order is created in the EIS. You can create a multilevel insert operation to address this problem. When creating the multilevel insert (create) operation: