Required. JSON array, where each object specifies details of a package to install.
        
    [{
        "id": "String",
        "load_demo_data": Boolean,
        "notes": "String",
        "requested_customized_version": "String",
        "requested_version": "String",
        "type": "String"
    }]
        
    
id Required. Sys_id of the application or identifier of the plugin to install.
load_demo_data Flag that indicates whether demo data is loaded when installing the package.
Valid values:
 true: Demo data should be loaded.
 false: Demo data should not be loaded.
Default: false
notes User specified notes about the package.
Default: null
requested_customized_version Only applicable when packages.type is set to application. Version of the store application customization package to install, such as 1.0.2 or 2.3.
requested_customized_version Only applicable when packages.type is set to application. Version of the store application customization package to install, such as 1.0.2 or 2.3.

Default: None. If this is not set, then the system does not look for customizations for the application.

requested_version Required if type is set to application; ignored if set to plugin. Version of the package to install, such as 1.0.2 or 2.3.
type Required. Type of package.
Valid values:
  • application
  • plugin