Method StartMasterDataImport
StartMasterDataImport(String, RequestSettingsContract, String, String)
Starts import from master data
Declaration
RequestResultContract StartMasterDataImport(string connectionId, RequestSettingsContract requestSettings, string name, string transaction)
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 should be started |
System.String | transaction | If a transaction is to be started, possible values that will be accepted: |
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) |