| Name | Type | Description | Notes |
|---|---|---|---|
| fileUrl | String | Mandatory if fileBody is not defined. URL of the file to be imported (no local file). Possible file formats: .txt, .csv | [optional] |
| fileBody | String | Mandatory if fileUrl is not defined. CSV content to be imported. Use semicolon to separate multiple attributes | [optional] |
| listIds | [Number] | Mandatory if newList is not defined. Ids of the lists in which the contacts shall be imported. For example, [2, 4, 7]. | [optional] |
| notifyUrl | String | URL that will be called once the export process is finished | [optional] |
| newList | RequestContactImportNewList | [optional] | |
| emailBlacklist | Boolean | To blacklist all the contacts for email | [optional] [default to false] |
| smsBlacklist | Boolean | To blacklist all the contacts for sms | [optional] [default to false] |
| updateExistingContacts | Boolean | To facilitate the choice to update the existing contacts | [optional] [default to true] |