BaseResponse CancelImport()
Used to cancel the data import process.
Inputs: CancelImportRequest
CancelImportRequest 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 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 canceled, otherwise returns an error code. |
Back to top