SOAP API method Import_addData
Description
data is added the first line will be used as header to create the columns.
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object Import. The method only applies to the import with this id.
- Parameter 'data' : string
- Lines of data to be imported
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'value' : boolean
Structure 'login'
This structure login was mentioned above. This structure has the following properties:
- Property 'username' : string
- The username of the login attempt
- Property 'account' : string
- The account name of the login attempt
- Property 'password' : string
- The password for the login attempt