DataImport Object
DataImport Object Formats
DataImport Object Properties
 Required properties are in Bold.
Property | Type | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ImportID | string | Specifies the data import ID associated with the import request. This ID is automatically assigned by the system when the import data is submitted. | |||||||||||||||||||||
MimeType | string | Identifies the HTTP mime type of the imported data file. | |||||||||||||||||||||
ObjType | string | Identifies the object type that was imported. This value is determined by the value of the first sheet name of the MS Excel file. Valid values are:
| |||||||||||||||||||||
OriginalName | string | Identifies the original file name of the uploaded data import file. | |||||||||||||||||||||
ProcessingStart | string | Contains the date and time, in UTC format, when system started processing the data import file. This property will only be present in the document once processing has started. | |||||||||||||||||||||
ProcessingEnd | string | Contains the date and time, in UTC format, when the system completed processing of the data import file. This property will only be present in the document one processing has completed. | |||||||||||||||||||||
Results | object | Contains processing error messages.
| |||||||||||||||||||||
Size | integer | Identifies the size, in bytes, of the uploaded MS Excel spreadsheet. | |||||||||||||||||||||
Status | integer | Identifies the current processing status of the imported data file. Valid values are:
If the Status is 1004, it is important to review the Results property to determine how many records were successfully processed. | |||||||||||||||||||||
SubmitDate | string | Contains the date and time, in UTC format, when the data import file was submitted for processing. |