Method FinishMasterDataImport
FinishMasterDataImport(String, RequestSettingsContract, String, String, Boolean)
Finishes a master data import
Declaration
RequestResultContract FinishMasterDataImport(string connectionId, RequestSettingsContract requestSettings, string name, string transaction, bool cleanupTransactionBackup)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
RequestSettingsContract | requestSettings | Request settings, e.g. Language |
System.String | name | The name of the object for which the master data import is to be finished |
System.String | transaction | If a transaction was started, you must specify here how it is to be finished, possible values that will be accepted: |
System.Boolean | cleanupTransactionBackup | Specifies whether backups should be deleted when finished. Default value: |
Returns
Type | Description |
---|---|
RequestResultContract | Returns the result of the query |
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |