Back

BaseResponse ExecuteDataFileImport()

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

Inputs: DataStreamTransferRequest

DataStreamTransferRequest 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: boolMessage HeaderA true or false value indicates whether this request is an incremental import to previous request. This is used when client import large data. Therefore, the data has to be break into small chunks.
Data: Stream (File Stream)Message MemberThe actual data.
ColumnName: string []Message HeaderThe column names of the actual data.
ColumnType: string []Message HeaderThe types of each data column.

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.