Method UpdateGlobalImportSettings
UpdateGlobalImportSettings(String, GlobalImportSettingsContract)
Update global import settings
Declaration
void UpdateGlobalImportSettings(string connectionId, GlobalImportSettingsContract globalImportSettings)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
GlobalImportSettingsContract | globalImportSettings | GlobalImportSettings to set |
Examples
POST http://YourServerName/InfoShare/Json/Common/UpdateGlobalImportSettings
Example for update global import settings.{
"connectionId": "eb5718e6-8fd6-460b-9da3-4fb0434e81a8",
"globalImportSettings": {
"ImportTemplateRequired": true,
"NeedsClientSideSigning": false }
}
Response:
{ }
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | The administrative context {administrativeContext} is already checked out by user {displayLoginName} (10129) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |