The method imports or updates the specified entities.
For the import of an application structure, see Deep Import.
Request
Import
Parameters
username (String): Name of the user (syntax: system name / client number / user name / department)
When only one client is installed, the system name is optional.
password (String): Password of the user specified in username
mainType (String): Name of the main type of the entities you want to import
If the format is XML, you can omit this parameter because the main type is provided in the xml for each entity.
format (String): Data format, must be XML or CSV
Siehe auch: Formats in Serialization.
failOnError (optional, Boolean): Flag indicating whether the processing of the command shall continue or abort in case of an error:If ‑failonerror option set to true, the processing of the command will stop if an error occurs.If ‑failonerror option set as false (default value), the processing will continue even in the case of an error.
data (CSV or XML): The data in xml or csv which should be imported. If format is xml the xml string has to be passed as CDATA with syntax <![CDATA[xml data]]>
Entities are imported in the order you have specified in your body, one after the other. If the entity does not exist, it will be created. If it exists, all provided properties will be updated - properties not provided in the input data will remain unchanged.
Response
See section Result object on WebService