Import Data Request
The import data request format and details are as follows:
Import Data Request Data Model
Element Name | Element Type | Mandatory | Element Description |
---|---|---|---|
UserName | string | Yes | The login ID of the user. |
Password | string | Yes | The password of the specified user. |
Enterprise | string | Yes | The name of the enterprise. |
ImportType | string | Yes | Specifies the type of import that is to be triggered. The valid values are:
|
FileName | string | Yes | The file name that is attached to the request to trigger the import. |
BinaryData | base64Binary | Yes | The binary data of the attached file. |
Note:
- Sample requests like FullEnterpriseDataImport.xml and PartialEnterpriseDataImport.xml for the import data operation are available in the $AC_HOME/samples/wsrequests/ directory for your reference.
- UserInfo element, which includes UserName, Password, and Enterprise, is optional if you provide JSessionID when invoking the request. If you do not provide JSessionID then the UserInfo element becomes mandatory.