Method UpdateProcessSettings
UpdateProcessSettings(String, ProcessSettingsContract)
Update process settings
Declaration
void UpdateProcessSettings(string connectionId, ProcessSettingsContract processSettings)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
ProcessSettingsContract | processSettings | ProcessSettings to update |
Examples
POST http://YourServerName/InfoShare/Json/Common/UpdateProcessSettings
Example for update process settings.{
"connectionId": "eb5718e6-8fd6-460b-9da3-4fb0434e81a8",
"processSettings": {
"EscalationMailTemplateId": "6dab65c0-eee0-e911-a94b-00155d290a08",
"EscalationManagerTime": "0001-01-01T07:00:00",
"MailTemplateId": "b37e4739-84d0-e911-a93a-00155d290a08" }
}
Response:
{ }
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | String was not recognized as a valid DateTime: {dateTimeValue}. Expected format {expectedFormat} (10059) |
ServiceException | The administrative context {administrativeContext} is already checked out by user {displayLoginName} (10129) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |