Back

BaseResponse ExecuteDataObjectImport()

Used to transfer data to the web service when data is wrapped in a data object.

NOTE

In IIS7, the ‘Maximum Allowed Content Length’ setting in Request Filter settings defaults to 30,000,000 bytes. A 404.13 error indicates that the data being imported exceeds that value.

Inputs: DataObjectTransferRequest

DataObjectTransferRequest Structure

PropertiesAttribute typeDescription
APIKeyHeader: stringMessage HeaderA value used to authorize the access of this web function.
TransactionID: stringMessage HeaderA value that indicates the current transaction.
IncrementalImport: BooleanMessage HeaderA true or false value indicates whether this request is part of a previous import request. This is used when importing large data sets that must be broken into smaller chunks.
Data: IDataRow[]Message MemberThe actual data.
ColumnName: string []Message HeaderThe column names of the actual data.
ColumnType: string []Message HeaderThe types of each data column.

iDataRow Data Structure

PropertiesAttribute typeDescription
IDataRowValue: IDataObj[]A list of IDataObj. Each IDataRow represents one data row record in the datasource table.

iDataObj Data Structure

PropertiesAttribute typeDescription
IDataObjValue: stringEach IDataObj represents one column value of one data row in the datasource table.

Outputs: BaseResponse

BaseResponse Structure

PropertiesAttribute typeDescription
APIKeyHeader: stringMessage HeaderA value that indicates whether the API key is valid.
Message: stringMessage HeaderReturns 'Success' if the data transfer was successful, otherwise returns an error code.
Back to top

Copyright © 2025

Explorance Inc. All rights reserved.