This section describes the method for configuring a new application.
Status addApplicationInfo(String name, FieldArray fieldArray,
String zoneName)
Parameters
|
Parameters
|
Notes
|
Required?
|
|
String name
|
Name of the application in the format application name for global
applications or organization name/application name for organization
applications.
|
Y
|
|
FieldArray fieldArray
|
Array of fields where each field contains the details of the application
field.
|
Y
|
|
String zoneName
|
Name of the zone to which the application is added. If the zone
name is not specified, then the application is added to the default
zone.
|
N
|
Data returned
|
Return Type
|
Notes
|
|
Status
|
Status of the method invocation.
|