| Name | Description | Type | Additional information |
|---|---|---|---|
| file_content |
The file content, as a Byte Array. Alternative to db_file_id - supply one or the other. Requires file_name to also be provided (the file name can't be inferred from the content) |
Collection of byte | |
| file_name |
The file name, required when file_content is provided (ignored otherwise) |
string | |
| db_file_id |
Foreign key to db_file containing the import data (id of a file uploaded earlier via api/DbFile). Alternative to file_content - supply one or the other |
globally unique identifier | |
| template_name |
The exact name of the template to use for this import_type (ASG-4066). Required only when more than one template exists for this import_type - if exactly one template exists, it's used automatically and template_name can be omitted. |
string |