BaseResponse FinalizeImport()
Used to finalize the data import process.
NOTE
When the datasource being imported does not contain any data, this function will return a message that indicates the empty datasource cannot be imported.
Inputs: FinalizeImportRequest
FinalizeImportRequest Structure
Properties | Attribute type | Description |
---|---|---|
APIKeyHeader: string | Message Header | A value used to authorize the access of this web function. |
TransactionID: string | Message Header | A value that indicates the current transaction. |
Outputs: BaseResponse
BaseResponse Structure
Properties | Attribute type | Description |
---|---|---|
APIKeyHeader: string | Message Header | A value that indicates whether the API key is valid. |
Message: string | Message Header | Returns 'Success' if the data import was successfully finalized, otherwise returns an error code. |
Back to top