SOAP API method Import_interval
Description
If this is a periodic import, this method returns the interval at which this periodic import should run, otherwise it returns false
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object Import. The method only applies to the import with this id.
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'dateinterval' : Structure of type 'dateinterval'
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
Structure 'dateinterval'
This structure dateinterval was mentioned above. This structure has the following properties:
- Property 'count' : int
- The count of the dateinterval.
- Property 'unit' : string
- The unit of the dateinterval.