Sha256: 6fba30d3bf6da4b15ced478cf283184f1d7531bd59c2b9a80238bcafd95126cc
Contents?: true
Size: 801 Bytes
Versions: 13
Compression:
Stored size: 801 Bytes
Contents
# SibApiV3Sdk::RequestContactImport ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **file_url** | **String** | Mandatory if fileBody not defined. URL of the file to be imported (no local file). Possible file types: .txt, .csv | [optional] **file_body** | **String** | Mandatory if fileUrl is not defined. CSV content to be imported. Use semicolon to separate multiple attributes | [optional] **list_ids** | **Array<Integer>** | Manadatory if newList is not defined. Ids of the lists in which to add the contacts | [optional] **notify_url** | **String** | URL that will be called once the export process is finished | [optional] **new_list** | [**RequestContactImportNewList**](RequestContactImportNewList.md) | | [optional]
Version data entries
13 entries across 13 versions & 1 rubygems