When you initiate a process in bundled mode, you work with a single archive file that can contain more than one data file, allowing you to manipulate several data files at a time. This is the default mode for performing processes.

For example, the following export request is in the bundled mode. It generates two different files that are combined into a single archive file:

{
  "fileName" : "mydataExport.zip",
  "items" : [
    {
      "id" : "Id1",
      "format" : "xml"
    },
    {
      "id" : "Id2",
      "format" : "json"
    }
  ]
}

As displayed in the above example, the request contains the fileName parameter, which represents the name of the archive file. It also contains the items, id and format parameters, which are described in the Process parameters section.


Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices