DocuSign CSharp Docs
Public Member Functions | List of all members
DocuSign.eSign.Api.IConnectApi Interface Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for DocuSign.eSign.Api.IConnectApi:
DocuSign.eSign.Client.IApiAccessor DocuSign.eSign.Api.ConnectApi

Public Member Functions

ConnectCustomConfiguration CreateConfiguration (string accountId, ConnectCustomConfiguration connectCustomConfiguration=null)
 Creates a connect configuration for the specified account. More...
 
ApiResponse< ConnectCustomConfigurationCreateConfigurationWithHttpInfo (string accountId, ConnectCustomConfiguration connectCustomConfiguration=null)
 Creates a connect configuration for the specified account. More...
 
ConnectOAuthConfig CreateConnectOAuthConfig (string accountId, ConnectOAuthConfig connectOAuthConfig=null)
 Sets the Connect OAuth Config for the account. More...
 
ApiResponse< ConnectOAuthConfigCreateConnectOAuthConfigWithHttpInfo (string accountId, ConnectOAuthConfig connectOAuthConfig=null)
 Sets the Connect OAuth Config for the account. More...
 
void DeleteConfiguration (string accountId, string connectId)
 Deletes the specified connect configuration. More...
 
ApiResponse< Object > DeleteConfigurationWithHttpInfo (string accountId, string connectId)
 Deletes the specified connect configuration. More...
 
void DeleteConnectOAuthConfig (string accountId)
 Sets the Connect OAuth Config for the account. More...
 
ApiResponse< Object > DeleteConnectOAuthConfigWithHttpInfo (string accountId)
 Sets the Connect OAuth Config for the account. More...
 
ConnectDeleteFailureResult DeleteEventFailureLog (string accountId, string failureId)
 Deletes a Connect failure log entry. More...
 
ApiResponse< ConnectDeleteFailureResultDeleteEventFailureLogWithHttpInfo (string accountId, string failureId)
 Deletes a Connect failure log entry. More...
 
void DeleteEventLog (string accountId, string logId)
 Deletes a specified Connect log entry. More...
 
ApiResponse< Object > DeleteEventLogWithHttpInfo (string accountId, string logId)
 Deletes a specified Connect log entry. More...
 
void DeleteEventLogs (string accountId)
 Gets a list of Connect log entries. More...
 
ApiResponse< Object > DeleteEventLogsWithHttpInfo (string accountId)
 Gets a list of Connect log entries. More...
 
MobileNotifierConfigurationInformation DeleteMobileNotifiers (string accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation=null)
 Reserved More...
 
ApiResponse< MobileNotifierConfigurationInformationDeleteMobileNotifiersWithHttpInfo (string accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation=null)
 Reserved More...
 
ConnectConfigResults GetConfiguration (string accountId, string connectId)
 Get a Connect Configuration Information More...
 
ApiResponse< ConnectConfigResultsGetConfigurationWithHttpInfo (string accountId, string connectId)
 Get a Connect Configuration Information More...
 
IntegratedConnectUserInfoList GetConnectAllUsers (string accountId, string connectId, ConnectApi.GetConnectAllUsersOptions options=null)
 Returns all users from the configured Connect service. More...
 
ApiResponse< IntegratedConnectUserInfoListGetConnectAllUsersWithHttpInfo (string accountId, string connectId, ConnectApi.GetConnectAllUsersOptions options=null)
 Returns all users from the configured Connect service. More...
 
ConnectOAuthConfig GetConnectOAuthConfig (string accountId)
 Sets the Connect OAuth Config for the account. More...
 
ApiResponse< ConnectOAuthConfigGetConnectOAuthConfigWithHttpInfo (string accountId)
 Sets the Connect OAuth Config for the account. More...
 
ConnectLog GetEventLog (string accountId, string logId, ConnectApi.GetEventLogOptions options=null)
 Get the specified Connect log entry. More...
 
ApiResponse< ConnectLogGetEventLogWithHttpInfo (string accountId, string logId, ConnectApi.GetEventLogOptions options=null)
 Get the specified Connect log entry. More...
 
ConnectConfigResults ListConfigurations (string accountId)
 Get Connect Configuration Information More...
 
ApiResponse< ConnectConfigResultsListConfigurationsWithHttpInfo (string accountId)
 Get Connect Configuration Information More...
 
ConnectLogs ListEventFailureLogs (string accountId, ConnectApi.ListEventFailureLogsOptions options=null)
 Gets the Connect failure log information. More...
 
ApiResponse< ConnectLogsListEventFailureLogsWithHttpInfo (string accountId, ConnectApi.ListEventFailureLogsOptions options=null)
 Gets the Connect failure log information. More...
 
ConnectLogs ListEventLogs (string accountId, ConnectApi.ListEventLogsOptions options=null)
 Gets the Connect log. More...
 
ApiResponse< ConnectLogsListEventLogsWithHttpInfo (string accountId, ConnectApi.ListEventLogsOptions options=null)
 Gets the Connect log. More...
 
MobileNotifierConfigurationInformation ListMobileNotifiers (string accountId)
 Reserved More...
 
ApiResponse< MobileNotifierConfigurationInformationListMobileNotifiersWithHttpInfo (string accountId)
 Reserved More...
 
IntegratedUserInfoList ListUsers (string accountId, string connectId, ConnectApi.ListUsersOptions options=null)
 Returns users from the configured Connect service. More...
 
ApiResponse< IntegratedUserInfoListListUsersWithHttpInfo (string accountId, string connectId, ConnectApi.ListUsersOptions options=null)
 Returns users from the configured Connect service. More...
 
ConnectFailureResults RetryEventForEnvelope (string accountId, string envelopeId)
 Republishes Connect information for the specified envelope. More...
 
ApiResponse< ConnectFailureResultsRetryEventForEnvelopeWithHttpInfo (string accountId, string envelopeId)
 Republishes Connect information for the specified envelope. More...
 
ConnectFailureResults RetryEventForEnvelopes (string accountId, ConnectFailureFilter connectFailureFilter=null)
 Republishes Connect information for multiple envelopes. More...
 
ApiResponse< ConnectFailureResultsRetryEventForEnvelopesWithHttpInfo (string accountId, ConnectFailureFilter connectFailureFilter=null)
 Republishes Connect information for multiple envelopes. More...
 
ConnectCustomConfiguration UpdateConfiguration (string accountId, ConnectCustomConfiguration connectCustomConfiguration=null)
 Updates a specified Connect configuration. More...
 
ApiResponse< ConnectCustomConfigurationUpdateConfigurationWithHttpInfo (string accountId, ConnectCustomConfiguration connectCustomConfiguration=null)
 Updates a specified Connect configuration. More...
 
ConnectOAuthConfig UpdateConnectOAuthConfig (string accountId, ConnectOAuthConfig connectOAuthConfig=null)
 Updates the existing Connect OAuth Config for the account. More...
 
ApiResponse< ConnectOAuthConfigUpdateConnectOAuthConfigWithHttpInfo (string accountId, ConnectOAuthConfig connectOAuthConfig=null)
 Updates the existing Connect OAuth Config for the account. More...
 
MobileNotifierConfigurationInformation UpdateMobileNotifiers (string accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation=null)
 Reserved More...
 
ApiResponse< MobileNotifierConfigurationInformationUpdateMobileNotifiersWithHttpInfo (string accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation=null)
 Reserved More...
 
System.Threading.Tasks.Task< ConnectCustomConfigurationCreateConfigurationAsync (string accountId, ConnectCustomConfiguration connectCustomConfiguration=null)
 Creates a connect configuration for the specified account. More...
 
System.Threading.Tasks.Task< ApiResponse< ConnectCustomConfiguration > > CreateConfigurationAsyncWithHttpInfo (string accountId, ConnectCustomConfiguration connectCustomConfiguration=null)
 Creates a connect configuration for the specified account. More...
 
System.Threading.Tasks.Task< ConnectOAuthConfigCreateConnectOAuthConfigAsync (string accountId, ConnectOAuthConfig connectOAuthConfig=null)
 Sets the Connect OAuth Config for the account. More...
 
System.Threading.Tasks.Task< ApiResponse< ConnectOAuthConfig > > CreateConnectOAuthConfigAsyncWithHttpInfo (string accountId, ConnectOAuthConfig connectOAuthConfig=null)
 Sets the Connect OAuth Config for the account. More...
 
System.Threading.Tasks.Task DeleteConfigurationAsync (string accountId, string connectId)
 Deletes the specified connect configuration. More...
 
System.Threading.Tasks.Task< ApiResponse< Object > > DeleteConfigurationAsyncWithHttpInfo (string accountId, string connectId)
 Deletes the specified connect configuration. More...
 
System.Threading.Tasks.Task DeleteConnectOAuthConfigAsync (string accountId)
 Sets the Connect OAuth Config for the account. More...
 
System.Threading.Tasks.Task< ApiResponse< Object > > DeleteConnectOAuthConfigAsyncWithHttpInfo (string accountId)
 Sets the Connect OAuth Config for the account. More...
 
System.Threading.Tasks.Task< ConnectDeleteFailureResultDeleteEventFailureLogAsync (string accountId, string failureId)
 Deletes a Connect failure log entry. More...
 
System.Threading.Tasks.Task< ApiResponse< ConnectDeleteFailureResult > > DeleteEventFailureLogAsyncWithHttpInfo (string accountId, string failureId)
 Deletes a Connect failure log entry. More...
 
System.Threading.Tasks.Task DeleteEventLogAsync (string accountId, string logId)
 Deletes a specified Connect log entry. More...
 
System.Threading.Tasks.Task< ApiResponse< Object > > DeleteEventLogAsyncWithHttpInfo (string accountId, string logId)
 Deletes a specified Connect log entry. More...
 
System.Threading.Tasks.Task DeleteEventLogsAsync (string accountId)
 Gets a list of Connect log entries. More...
 
System.Threading.Tasks.Task< ApiResponse< Object > > DeleteEventLogsAsyncWithHttpInfo (string accountId)
 Gets a list of Connect log entries. More...
 
System.Threading.Tasks.Task< MobileNotifierConfigurationInformationDeleteMobileNotifiersAsync (string accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation=null)
 Reserved More...
 
System.Threading.Tasks.Task< ApiResponse< MobileNotifierConfigurationInformation > > DeleteMobileNotifiersAsyncWithHttpInfo (string accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation=null)
 Reserved More...
 
System.Threading.Tasks.Task< ConnectConfigResultsGetConfigurationAsync (string accountId, string connectId)
 Get a Connect Configuration Information More...
 
System.Threading.Tasks.Task< ApiResponse< ConnectConfigResults > > GetConfigurationAsyncWithHttpInfo (string accountId, string connectId)
 Get a Connect Configuration Information More...
 
System.Threading.Tasks.Task< IntegratedConnectUserInfoListGetConnectAllUsersAsync (string accountId, string connectId, ConnectApi.GetConnectAllUsersOptions options=null)
 Returns all users from the configured Connect service. More...
 
System.Threading.Tasks.Task< ApiResponse< IntegratedConnectUserInfoList > > GetConnectAllUsersAsyncWithHttpInfo (string accountId, string connectId, ConnectApi.GetConnectAllUsersOptions options=null)
 Returns all users from the configured Connect service. More...
 
System.Threading.Tasks.Task< ConnectOAuthConfigGetConnectOAuthConfigAsync (string accountId)
 Sets the Connect OAuth Config for the account. More...
 
System.Threading.Tasks.Task< ApiResponse< ConnectOAuthConfig > > GetConnectOAuthConfigAsyncWithHttpInfo (string accountId)
 Sets the Connect OAuth Config for the account. More...
 
System.Threading.Tasks.Task< ConnectLogGetEventLogAsync (string accountId, string logId, ConnectApi.GetEventLogOptions options=null)
 Get the specified Connect log entry. More...
 
System.Threading.Tasks.Task< ApiResponse< ConnectLog > > GetEventLogAsyncWithHttpInfo (string accountId, string logId, ConnectApi.GetEventLogOptions options=null)
 Get the specified Connect log entry. More...
 
System.Threading.Tasks.Task< ConnectConfigResultsListConfigurationsAsync (string accountId)
 Get Connect Configuration Information More...
 
System.Threading.Tasks.Task< ApiResponse< ConnectConfigResults > > ListConfigurationsAsyncWithHttpInfo (string accountId)
 Get Connect Configuration Information More...
 
System.Threading.Tasks.Task< ConnectLogsListEventFailureLogsAsync (string accountId, ConnectApi.ListEventFailureLogsOptions options=null)
 Gets the Connect failure log information. More...
 
System.Threading.Tasks.Task< ApiResponse< ConnectLogs > > ListEventFailureLogsAsyncWithHttpInfo (string accountId, ConnectApi.ListEventFailureLogsOptions options=null)
 Gets the Connect failure log information. More...
 
System.Threading.Tasks.Task< ConnectLogsListEventLogsAsync (string accountId, ConnectApi.ListEventLogsOptions options=null)
 Gets the Connect log. More...
 
System.Threading.Tasks.Task< ApiResponse< ConnectLogs > > ListEventLogsAsyncWithHttpInfo (string accountId, ConnectApi.ListEventLogsOptions options=null)
 Gets the Connect log. More...
 
System.Threading.Tasks.Task< MobileNotifierConfigurationInformationListMobileNotifiersAsync (string accountId)
 Reserved More...
 
System.Threading.Tasks.Task< ApiResponse< MobileNotifierConfigurationInformation > > ListMobileNotifiersAsyncWithHttpInfo (string accountId)
 Reserved More...
 
System.Threading.Tasks.Task< IntegratedUserInfoListListUsersAsync (string accountId, string connectId, ConnectApi.ListUsersOptions options=null)
 Returns users from the configured Connect service. More...
 
System.Threading.Tasks.Task< ApiResponse< IntegratedUserInfoList > > ListUsersAsyncWithHttpInfo (string accountId, string connectId, ConnectApi.ListUsersOptions options=null)
 Returns users from the configured Connect service. More...
 
System.Threading.Tasks.Task< ConnectFailureResultsRetryEventForEnvelopeAsync (string accountId, string envelopeId)
 Republishes Connect information for the specified envelope. More...
 
System.Threading.Tasks.Task< ApiResponse< ConnectFailureResults > > RetryEventForEnvelopeAsyncWithHttpInfo (string accountId, string envelopeId)
 Republishes Connect information for the specified envelope. More...
 
System.Threading.Tasks.Task< ConnectFailureResultsRetryEventForEnvelopesAsync (string accountId, ConnectFailureFilter connectFailureFilter=null)
 Republishes Connect information for multiple envelopes. More...
 
System.Threading.Tasks.Task< ApiResponse< ConnectFailureResults > > RetryEventForEnvelopesAsyncWithHttpInfo (string accountId, ConnectFailureFilter connectFailureFilter=null)
 Republishes Connect information for multiple envelopes. More...
 
System.Threading.Tasks.Task< ConnectCustomConfigurationUpdateConfigurationAsync (string accountId, ConnectCustomConfiguration connectCustomConfiguration=null)
 Updates a specified Connect configuration. More...
 
System.Threading.Tasks.Task< ApiResponse< ConnectCustomConfiguration > > UpdateConfigurationAsyncWithHttpInfo (string accountId, ConnectCustomConfiguration connectCustomConfiguration=null)
 Updates a specified Connect configuration. More...
 
System.Threading.Tasks.Task< ConnectOAuthConfigUpdateConnectOAuthConfigAsync (string accountId, ConnectOAuthConfig connectOAuthConfig=null)
 Updates the existing Connect OAuth Config for the account. More...
 
System.Threading.Tasks.Task< ApiResponse< ConnectOAuthConfig > > UpdateConnectOAuthConfigAsyncWithHttpInfo (string accountId, ConnectOAuthConfig connectOAuthConfig=null)
 Updates the existing Connect OAuth Config for the account. More...
 
System.Threading.Tasks.Task< MobileNotifierConfigurationInformationUpdateMobileNotifiersAsync (string accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation=null)
 Reserved More...
 
System.Threading.Tasks.Task< ApiResponse< MobileNotifierConfigurationInformation > > UpdateMobileNotifiersAsyncWithHttpInfo (string accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation=null)
 Reserved More...
 
- Public Member Functions inherited from DocuSign.eSign.Client.IApiAccessor
String GetBasePath ()
 Gets the base path of the API client. More...
 

Additional Inherited Members

- Properties inherited from DocuSign.eSign.Client.IApiAccessor
DocuSignClient ApiClient [get, set]
 Gets or sets the ApiClient object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Member Function Documentation

◆ CreateConfiguration()

ConnectCustomConfiguration DocuSign.eSign.Api.IConnectApi.CreateConfiguration ( string  accountId,
ConnectCustomConfiguration  connectCustomConfiguration = null 
)

Creates a connect configuration for the specified account.

Creates a DocuSign Custom Connect definition for your account. DocuSign Connect enables the sending of real-time data updates to external applications. These updates are generated by user transactions as the envelope progresses through actions to completion. The Connect Service provides updated information about the status of these transactions and returns updates that include the actual content of document form fields. Be aware that, these updates might or might not include the document itself. For more information about Connect, see the [ML:DocuSign Connect Service Guide]. ###### Note: Connect must be enabled for your account to use this function. This cannot be used to set up Connect configurations for Salesforce or eOriginal.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectCustomConfiguration(optional)
Returns

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ CreateConfigurationAsync()

System.Threading.Tasks.Task<ConnectCustomConfiguration> DocuSign.eSign.Api.IConnectApi.CreateConfigurationAsync ( string  accountId,
ConnectCustomConfiguration  connectCustomConfiguration = null 
)

Creates a connect configuration for the specified account.

Creates a DocuSign Custom Connect definition for your account. DocuSign Connect enables the sending of real-time data updates to external applications. These updates are generated by user transactions as the envelope progresses through actions to completion. The Connect Service provides updated information about the status of these transactions and returns updates that include the actual content of document form fields. Be aware that, these updates might or might not include the document itself. For more information about Connect, see the [ML:DocuSign Connect Service Guide]. ###### Note: Connect must be enabled for your account to use this function. This cannot be used to set up Connect configurations for Salesforce or eOriginal.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectCustomConfiguration(optional)
Returns
Task of ConnectCustomConfiguration

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ CreateConfigurationAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ConnectCustomConfiguration> > DocuSign.eSign.Api.IConnectApi.CreateConfigurationAsyncWithHttpInfo ( string  accountId,
ConnectCustomConfiguration  connectCustomConfiguration = null 
)

Creates a connect configuration for the specified account.

Creates a DocuSign Custom Connect definition for your account. DocuSign Connect enables the sending of real-time data updates to external applications. These updates are generated by user transactions as the envelope progresses through actions to completion. The Connect Service provides updated information about the status of these transactions and returns updates that include the actual content of document form fields. Be aware that, these updates might or might not include the document itself. For more information about Connect, see the [ML:DocuSign Connect Service Guide]. ###### Note: Connect must be enabled for your account to use this function. This cannot be used to set up Connect configurations for Salesforce or eOriginal.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectCustomConfiguration(optional)
Returns
Task of ApiResponse (ConnectCustomConfiguration)

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ CreateConfigurationWithHttpInfo()

ApiResponse<ConnectCustomConfiguration> DocuSign.eSign.Api.IConnectApi.CreateConfigurationWithHttpInfo ( string  accountId,
ConnectCustomConfiguration  connectCustomConfiguration = null 
)

Creates a connect configuration for the specified account.

Creates a DocuSign Custom Connect definition for your account. DocuSign Connect enables the sending of real-time data updates to external applications. These updates are generated by user transactions as the envelope progresses through actions to completion. The Connect Service provides updated information about the status of these transactions and returns updates that include the actual content of document form fields. Be aware that, these updates might or might not include the document itself. For more information about Connect, see the [ML:DocuSign Connect Service Guide]. ###### Note: Connect must be enabled for your account to use this function. This cannot be used to set up Connect configurations for Salesforce or eOriginal.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectCustomConfiguration(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ CreateConnectOAuthConfig()

ConnectOAuthConfig DocuSign.eSign.Api.IConnectApi.CreateConnectOAuthConfig ( string  accountId,
ConnectOAuthConfig  connectOAuthConfig = null 
)

Sets the Connect OAuth Config for the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectOAuthConfig(optional)
Returns

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ CreateConnectOAuthConfigAsync()

System.Threading.Tasks.Task<ConnectOAuthConfig> DocuSign.eSign.Api.IConnectApi.CreateConnectOAuthConfigAsync ( string  accountId,
ConnectOAuthConfig  connectOAuthConfig = null 
)

Sets the Connect OAuth Config for the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectOAuthConfig(optional)
Returns
Task of ConnectOAuthConfig

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ CreateConnectOAuthConfigAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ConnectOAuthConfig> > DocuSign.eSign.Api.IConnectApi.CreateConnectOAuthConfigAsyncWithHttpInfo ( string  accountId,
ConnectOAuthConfig  connectOAuthConfig = null 
)

Sets the Connect OAuth Config for the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectOAuthConfig(optional)
Returns
Task of ApiResponse (ConnectOAuthConfig)

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ CreateConnectOAuthConfigWithHttpInfo()

ApiResponse<ConnectOAuthConfig> DocuSign.eSign.Api.IConnectApi.CreateConnectOAuthConfigWithHttpInfo ( string  accountId,
ConnectOAuthConfig  connectOAuthConfig = null 
)

Sets the Connect OAuth Config for the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectOAuthConfig(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteConfiguration()

void DocuSign.eSign.Api.IConnectApi.DeleteConfiguration ( string  accountId,
string  connectId 
)

Deletes the specified connect configuration.

Deletes the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectIdThe ID of the custom Connect configuration being accessed.
Returns

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteConfigurationAsync()

System.Threading.Tasks.Task DocuSign.eSign.Api.IConnectApi.DeleteConfigurationAsync ( string  accountId,
string  connectId 
)

Deletes the specified connect configuration.

Deletes the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectIdThe ID of the custom Connect configuration being accessed.
Returns
Task of void

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteConfigurationAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.IConnectApi.DeleteConfigurationAsyncWithHttpInfo ( string  accountId,
string  connectId 
)

Deletes the specified connect configuration.

Deletes the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectIdThe ID of the custom Connect configuration being accessed.
Returns
Task of ApiResponse

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteConfigurationWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.IConnectApi.DeleteConfigurationWithHttpInfo ( string  accountId,
string  connectId 
)

Deletes the specified connect configuration.

Deletes the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectIdThe ID of the custom Connect configuration being accessed.
Returns
ApiResponse of Object(void)

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteConnectOAuthConfig()

void DocuSign.eSign.Api.IConnectApi.DeleteConnectOAuthConfig ( string  accountId)

Sets the Connect OAuth Config for the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteConnectOAuthConfigAsync()

System.Threading.Tasks.Task DocuSign.eSign.Api.IConnectApi.DeleteConnectOAuthConfigAsync ( string  accountId)

Sets the Connect OAuth Config for the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
Task of void

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteConnectOAuthConfigAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.IConnectApi.DeleteConnectOAuthConfigAsyncWithHttpInfo ( string  accountId)

Sets the Connect OAuth Config for the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
Task of ApiResponse

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteConnectOAuthConfigWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.IConnectApi.DeleteConnectOAuthConfigWithHttpInfo ( string  accountId)

Sets the Connect OAuth Config for the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
ApiResponse of Object(void)

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteEventFailureLog()

ConnectDeleteFailureResult DocuSign.eSign.Api.IConnectApi.DeleteEventFailureLog ( string  accountId,
string  failureId 
)

Deletes a Connect failure log entry.

Deletes the Connect failure log information for the specified entry.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
failureIdThe ID of the failed connect log entry.
Returns

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteEventFailureLogAsync()

System.Threading.Tasks.Task<ConnectDeleteFailureResult> DocuSign.eSign.Api.IConnectApi.DeleteEventFailureLogAsync ( string  accountId,
string  failureId 
)

Deletes a Connect failure log entry.

Deletes the Connect failure log information for the specified entry.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
failureIdThe ID of the failed connect log entry.
Returns
Task of ConnectDeleteFailureResult

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteEventFailureLogAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ConnectDeleteFailureResult> > DocuSign.eSign.Api.IConnectApi.DeleteEventFailureLogAsyncWithHttpInfo ( string  accountId,
string  failureId 
)

Deletes a Connect failure log entry.

Deletes the Connect failure log information for the specified entry.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
failureIdThe ID of the failed connect log entry.
Returns
Task of ApiResponse (ConnectDeleteFailureResult)

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteEventFailureLogWithHttpInfo()

ApiResponse<ConnectDeleteFailureResult> DocuSign.eSign.Api.IConnectApi.DeleteEventFailureLogWithHttpInfo ( string  accountId,
string  failureId 
)

Deletes a Connect failure log entry.

Deletes the Connect failure log information for the specified entry.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
failureIdThe ID of the failed connect log entry.
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteEventLog()

void DocuSign.eSign.Api.IConnectApi.DeleteEventLog ( string  accountId,
string  logId 
)

Deletes a specified Connect log entry.

Deletes a specified entry from the Connect Log.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
logIdThe ID of the connect log entry
Returns

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteEventLogAsync()

System.Threading.Tasks.Task DocuSign.eSign.Api.IConnectApi.DeleteEventLogAsync ( string  accountId,
string  logId 
)

Deletes a specified Connect log entry.

Deletes a specified entry from the Connect Log.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
logIdThe ID of the connect log entry
Returns
Task of void

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteEventLogAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.IConnectApi.DeleteEventLogAsyncWithHttpInfo ( string  accountId,
string  logId 
)

Deletes a specified Connect log entry.

Deletes a specified entry from the Connect Log.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
logIdThe ID of the connect log entry
Returns
Task of ApiResponse

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteEventLogs()

void DocuSign.eSign.Api.IConnectApi.DeleteEventLogs ( string  accountId)

Gets a list of Connect log entries.

Retrieves a list of connect log entries for your account. ###### Note: The &#x60;enableLog&#x60; property in the Connect configuration must be set to true to enable logging. If logging is not enabled, then no log entries are recorded.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteEventLogsAsync()

System.Threading.Tasks.Task DocuSign.eSign.Api.IConnectApi.DeleteEventLogsAsync ( string  accountId)

Gets a list of Connect log entries.

Retrieves a list of connect log entries for your account. ###### Note: The &#x60;enableLog&#x60; property in the Connect configuration must be set to true to enable logging. If logging is not enabled, then no log entries are recorded.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
Task of void

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteEventLogsAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.IConnectApi.DeleteEventLogsAsyncWithHttpInfo ( string  accountId)

Gets a list of Connect log entries.

Retrieves a list of connect log entries for your account. ###### Note: The &#x60;enableLog&#x60; property in the Connect configuration must be set to true to enable logging. If logging is not enabled, then no log entries are recorded.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
Task of ApiResponse

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteEventLogsWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.IConnectApi.DeleteEventLogsWithHttpInfo ( string  accountId)

Gets a list of Connect log entries.

Retrieves a list of connect log entries for your account. ###### Note: The &#x60;enableLog&#x60; property in the Connect configuration must be set to true to enable logging. If logging is not enabled, then no log entries are recorded.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
ApiResponse of Object(void)

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteEventLogWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.IConnectApi.DeleteEventLogWithHttpInfo ( string  accountId,
string  logId 
)

Deletes a specified Connect log entry.

Deletes a specified entry from the Connect Log.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
logIdThe ID of the connect log entry
Returns
ApiResponse of Object(void)

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteMobileNotifiers()

MobileNotifierConfigurationInformation DocuSign.eSign.Api.IConnectApi.DeleteMobileNotifiers ( string  accountId,
MobileNotifierConfigurationInformation  mobileNotifierConfigurationInformation = null 
)

Reserved

Reserved:

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
mobileNotifierConfigurationInformation(optional)
Returns

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteMobileNotifiersAsync()

System.Threading.Tasks.Task<MobileNotifierConfigurationInformation> DocuSign.eSign.Api.IConnectApi.DeleteMobileNotifiersAsync ( string  accountId,
MobileNotifierConfigurationInformation  mobileNotifierConfigurationInformation = null 
)

Reserved

Reserved:

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
mobileNotifierConfigurationInformation(optional)
Returns
Task of MobileNotifierConfigurationInformation

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteMobileNotifiersAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<MobileNotifierConfigurationInformation> > DocuSign.eSign.Api.IConnectApi.DeleteMobileNotifiersAsyncWithHttpInfo ( string  accountId,
MobileNotifierConfigurationInformation  mobileNotifierConfigurationInformation = null 
)

Reserved

Reserved:

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
mobileNotifierConfigurationInformation(optional)
Returns
Task of ApiResponse (MobileNotifierConfigurationInformation)

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ DeleteMobileNotifiersWithHttpInfo()

ApiResponse<MobileNotifierConfigurationInformation> DocuSign.eSign.Api.IConnectApi.DeleteMobileNotifiersWithHttpInfo ( string  accountId,
MobileNotifierConfigurationInformation  mobileNotifierConfigurationInformation = null 
)

Reserved

Reserved:

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
mobileNotifierConfigurationInformation(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ GetConfiguration()

ConnectConfigResults DocuSign.eSign.Api.IConnectApi.GetConfiguration ( string  accountId,
string  connectId 
)

Get a Connect Configuration Information

Retrieves the information for the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectIdThe ID of the custom Connect configuration being accessed.
Returns

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ GetConfigurationAsync()

System.Threading.Tasks.Task<ConnectConfigResults> DocuSign.eSign.Api.IConnectApi.GetConfigurationAsync ( string  accountId,
string  connectId 
)

Get a Connect Configuration Information

Retrieves the information for the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectIdThe ID of the custom Connect configuration being accessed.
Returns
Task of ConnectConfigResults

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ GetConfigurationAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ConnectConfigResults> > DocuSign.eSign.Api.IConnectApi.GetConfigurationAsyncWithHttpInfo ( string  accountId,
string  connectId 
)

Get a Connect Configuration Information

Retrieves the information for the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectIdThe ID of the custom Connect configuration being accessed.
Returns
Task of ApiResponse (ConnectConfigResults)

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ GetConfigurationWithHttpInfo()

ApiResponse<ConnectConfigResults> DocuSign.eSign.Api.IConnectApi.GetConfigurationWithHttpInfo ( string  accountId,
string  connectId 
)

Get a Connect Configuration Information

Retrieves the information for the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectIdThe ID of the custom Connect configuration being accessed.
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ GetConnectAllUsers()

IntegratedConnectUserInfoList DocuSign.eSign.Api.IConnectApi.GetConnectAllUsers ( string  accountId,
string  connectId,
ConnectApi.GetConnectAllUsersOptions  options = null 
)

Returns all users from the configured Connect service.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectIdThe ID of the custom Connect configuration being accessed.
optionsOptions for modifying the behavior of the function.
Returns

◆ GetConnectAllUsersAsync()

System.Threading.Tasks.Task<IntegratedConnectUserInfoList> DocuSign.eSign.Api.IConnectApi.GetConnectAllUsersAsync ( string  accountId,
string  connectId,
ConnectApi.GetConnectAllUsersOptions  options = null 
)

Returns all users from the configured Connect service.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectIdThe ID of the custom Connect configuration being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of IntegratedConnectUserInfoList

◆ GetConnectAllUsersAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<IntegratedConnectUserInfoList> > DocuSign.eSign.Api.IConnectApi.GetConnectAllUsersAsyncWithHttpInfo ( string  accountId,
string  connectId,
ConnectApi.GetConnectAllUsersOptions  options = null 
)

Returns all users from the configured Connect service.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectIdThe ID of the custom Connect configuration being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (IntegratedConnectUserInfoList)

◆ GetConnectAllUsersWithHttpInfo()

ApiResponse<IntegratedConnectUserInfoList> DocuSign.eSign.Api.IConnectApi.GetConnectAllUsersWithHttpInfo ( string  accountId,
string  connectId,
ConnectApi.GetConnectAllUsersOptions  options = null 
)

Returns all users from the configured Connect service.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectIdThe ID of the custom Connect configuration being accessed.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

◆ GetConnectOAuthConfig()

ConnectOAuthConfig DocuSign.eSign.Api.IConnectApi.GetConnectOAuthConfig ( string  accountId)

Sets the Connect OAuth Config for the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ GetConnectOAuthConfigAsync()

System.Threading.Tasks.Task<ConnectOAuthConfig> DocuSign.eSign.Api.IConnectApi.GetConnectOAuthConfigAsync ( string  accountId)

Sets the Connect OAuth Config for the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
Task of ConnectOAuthConfig

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ GetConnectOAuthConfigAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ConnectOAuthConfig> > DocuSign.eSign.Api.IConnectApi.GetConnectOAuthConfigAsyncWithHttpInfo ( string  accountId)

Sets the Connect OAuth Config for the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
Task of ApiResponse (ConnectOAuthConfig)

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ GetConnectOAuthConfigWithHttpInfo()

ApiResponse<ConnectOAuthConfig> DocuSign.eSign.Api.IConnectApi.GetConnectOAuthConfigWithHttpInfo ( string  accountId)

Sets the Connect OAuth Config for the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ GetEventLog()

ConnectLog DocuSign.eSign.Api.IConnectApi.GetEventLog ( string  accountId,
string  logId,
ConnectApi.GetEventLogOptions  options = null 
)

Get the specified Connect log entry.

Retrieves the specified Connect log entry for your account. ###### Note: The &#x60;enableLog&#x60; setting in the Connect configuration must be set to true to enable logging. If logging is not enabled, then no log entries are recorded.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
logIdThe ID of the connect log entry
optionsOptions for modifying the behavior of the function.
Returns

◆ GetEventLogAsync()

System.Threading.Tasks.Task<ConnectLog> DocuSign.eSign.Api.IConnectApi.GetEventLogAsync ( string  accountId,
string  logId,
ConnectApi.GetEventLogOptions  options = null 
)

Get the specified Connect log entry.

Retrieves the specified Connect log entry for your account. ###### Note: The &#x60;enableLog&#x60; setting in the Connect configuration must be set to true to enable logging. If logging is not enabled, then no log entries are recorded.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
logIdThe ID of the connect log entry
optionsOptions for modifying the behavior of the function.
Returns
Task of ConnectLog

◆ GetEventLogAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ConnectLog> > DocuSign.eSign.Api.IConnectApi.GetEventLogAsyncWithHttpInfo ( string  accountId,
string  logId,
ConnectApi.GetEventLogOptions  options = null 
)

Get the specified Connect log entry.

Retrieves the specified Connect log entry for your account. ###### Note: The &#x60;enableLog&#x60; setting in the Connect configuration must be set to true to enable logging. If logging is not enabled, then no log entries are recorded.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
logIdThe ID of the connect log entry
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (ConnectLog)

◆ GetEventLogWithHttpInfo()

ApiResponse<ConnectLog> DocuSign.eSign.Api.IConnectApi.GetEventLogWithHttpInfo ( string  accountId,
string  logId,
ConnectApi.GetEventLogOptions  options = null 
)

Get the specified Connect log entry.

Retrieves the specified Connect log entry for your account. ###### Note: The &#x60;enableLog&#x60; setting in the Connect configuration must be set to true to enable logging. If logging is not enabled, then no log entries are recorded.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
logIdThe ID of the connect log entry
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

◆ ListConfigurations()

ConnectConfigResults DocuSign.eSign.Api.IConnectApi.ListConfigurations ( string  accountId)

Get Connect Configuration Information

Retrieves all the DocuSign Custom Connect definitions for the specified account. ###### Note: Connect must be enabled for your account to use this function. This does not retrieve information for Connect configurations for Box, eOriginal, or Salesforce.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ ListConfigurationsAsync()

System.Threading.Tasks.Task<ConnectConfigResults> DocuSign.eSign.Api.IConnectApi.ListConfigurationsAsync ( string  accountId)

Get Connect Configuration Information

Retrieves all the DocuSign Custom Connect definitions for the specified account. ###### Note: Connect must be enabled for your account to use this function. This does not retrieve information for Connect configurations for Box, eOriginal, or Salesforce.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
Task of ConnectConfigResults

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ ListConfigurationsAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ConnectConfigResults> > DocuSign.eSign.Api.IConnectApi.ListConfigurationsAsyncWithHttpInfo ( string  accountId)

Get Connect Configuration Information

Retrieves all the DocuSign Custom Connect definitions for the specified account. ###### Note: Connect must be enabled for your account to use this function. This does not retrieve information for Connect configurations for Box, eOriginal, or Salesforce.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
Task of ApiResponse (ConnectConfigResults)

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ ListConfigurationsWithHttpInfo()

ApiResponse<ConnectConfigResults> DocuSign.eSign.Api.IConnectApi.ListConfigurationsWithHttpInfo ( string  accountId)

Get Connect Configuration Information

Retrieves all the DocuSign Custom Connect definitions for the specified account. ###### Note: Connect must be enabled for your account to use this function. This does not retrieve information for Connect configurations for Box, eOriginal, or Salesforce.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ ListEventFailureLogs()

ConnectLogs DocuSign.eSign.Api.IConnectApi.ListEventFailureLogs ( string  accountId,
ConnectApi.ListEventFailureLogsOptions  options = null 
)

Gets the Connect failure log information.

Retrieves the Connect Failure Log information. It can be used to determine which envelopes failed to post, so a republish request can be created.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns

◆ ListEventFailureLogsAsync()

System.Threading.Tasks.Task<ConnectLogs> DocuSign.eSign.Api.IConnectApi.ListEventFailureLogsAsync ( string  accountId,
ConnectApi.ListEventFailureLogsOptions  options = null 
)

Gets the Connect failure log information.

Retrieves the Connect Failure Log information. It can be used to determine which envelopes failed to post, so a republish request can be created.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns
Task of ConnectLogs

◆ ListEventFailureLogsAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ConnectLogs> > DocuSign.eSign.Api.IConnectApi.ListEventFailureLogsAsyncWithHttpInfo ( string  accountId,
ConnectApi.ListEventFailureLogsOptions  options = null 
)

Gets the Connect failure log information.

Retrieves the Connect Failure Log information. It can be used to determine which envelopes failed to post, so a republish request can be created.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (ConnectLogs)

◆ ListEventFailureLogsWithHttpInfo()

ApiResponse<ConnectLogs> DocuSign.eSign.Api.IConnectApi.ListEventFailureLogsWithHttpInfo ( string  accountId,
ConnectApi.ListEventFailureLogsOptions  options = null 
)

Gets the Connect failure log information.

Retrieves the Connect Failure Log information. It can be used to determine which envelopes failed to post, so a republish request can be created.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

◆ ListEventLogs()

ConnectLogs DocuSign.eSign.Api.IConnectApi.ListEventLogs ( string  accountId,
ConnectApi.ListEventLogsOptions  options = null 
)

Gets the Connect log.

Retrieves a list of connect log entries for your account. ###### Note: The &#x60;enableLog&#x60; setting in the Connect configuration must be set to true to enable logging. If logging is not enabled, then no log entries are recorded.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns

◆ ListEventLogsAsync()

System.Threading.Tasks.Task<ConnectLogs> DocuSign.eSign.Api.IConnectApi.ListEventLogsAsync ( string  accountId,
ConnectApi.ListEventLogsOptions  options = null 
)

Gets the Connect log.

Retrieves a list of connect log entries for your account. ###### Note: The &#x60;enableLog&#x60; setting in the Connect configuration must be set to true to enable logging. If logging is not enabled, then no log entries are recorded.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns
Task of ConnectLogs

◆ ListEventLogsAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ConnectLogs> > DocuSign.eSign.Api.IConnectApi.ListEventLogsAsyncWithHttpInfo ( string  accountId,
ConnectApi.ListEventLogsOptions  options = null 
)

Gets the Connect log.

Retrieves a list of connect log entries for your account. ###### Note: The &#x60;enableLog&#x60; setting in the Connect configuration must be set to true to enable logging. If logging is not enabled, then no log entries are recorded.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (ConnectLogs)

◆ ListEventLogsWithHttpInfo()

ApiResponse<ConnectLogs> DocuSign.eSign.Api.IConnectApi.ListEventLogsWithHttpInfo ( string  accountId,
ConnectApi.ListEventLogsOptions  options = null 
)

Gets the Connect log.

Retrieves a list of connect log entries for your account. ###### Note: The &#x60;enableLog&#x60; setting in the Connect configuration must be set to true to enable logging. If logging is not enabled, then no log entries are recorded.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

◆ ListMobileNotifiers()

MobileNotifierConfigurationInformation DocuSign.eSign.Api.IConnectApi.ListMobileNotifiers ( string  accountId)

Reserved

Reserved:

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ ListMobileNotifiersAsync()

System.Threading.Tasks.Task<MobileNotifierConfigurationInformation> DocuSign.eSign.Api.IConnectApi.ListMobileNotifiersAsync ( string  accountId)

Reserved

Reserved:

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
Task of MobileNotifierConfigurationInformation

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ ListMobileNotifiersAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<MobileNotifierConfigurationInformation> > DocuSign.eSign.Api.IConnectApi.ListMobileNotifiersAsyncWithHttpInfo ( string  accountId)

Reserved

Reserved:

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
Task of ApiResponse (MobileNotifierConfigurationInformation)

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ ListMobileNotifiersWithHttpInfo()

ApiResponse<MobileNotifierConfigurationInformation> DocuSign.eSign.Api.IConnectApi.ListMobileNotifiersWithHttpInfo ( string  accountId)

Reserved

Reserved:

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ ListUsers()

IntegratedUserInfoList DocuSign.eSign.Api.IConnectApi.ListUsers ( string  accountId,
string  connectId,
ConnectApi.ListUsersOptions  options = null 
)

Returns users from the configured Connect service.

Returns users from the configured Connect service.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectIdThe ID of the custom Connect configuration being accessed.
optionsOptions for modifying the behavior of the function.
Returns

◆ ListUsersAsync()

System.Threading.Tasks.Task<IntegratedUserInfoList> DocuSign.eSign.Api.IConnectApi.ListUsersAsync ( string  accountId,
string  connectId,
ConnectApi.ListUsersOptions  options = null 
)

Returns users from the configured Connect service.

Returns users from the configured Connect service.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectIdThe ID of the custom Connect configuration being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of IntegratedUserInfoList

◆ ListUsersAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<IntegratedUserInfoList> > DocuSign.eSign.Api.IConnectApi.ListUsersAsyncWithHttpInfo ( string  accountId,
string  connectId,
ConnectApi.ListUsersOptions  options = null 
)

Returns users from the configured Connect service.

Returns users from the configured Connect service.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectIdThe ID of the custom Connect configuration being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (IntegratedUserInfoList)

◆ ListUsersWithHttpInfo()

ApiResponse<IntegratedUserInfoList> DocuSign.eSign.Api.IConnectApi.ListUsersWithHttpInfo ( string  accountId,
string  connectId,
ConnectApi.ListUsersOptions  options = null 
)

Returns users from the configured Connect service.

Returns users from the configured Connect service.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectIdThe ID of the custom Connect configuration being accessed.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

◆ RetryEventForEnvelope()

ConnectFailureResults DocuSign.eSign.Api.IConnectApi.RetryEventForEnvelope ( string  accountId,
string  envelopeId 
)

Republishes Connect information for the specified envelope.

Republishes Connect information for the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ RetryEventForEnvelopeAsync()

System.Threading.Tasks.Task<ConnectFailureResults> DocuSign.eSign.Api.IConnectApi.RetryEventForEnvelopeAsync ( string  accountId,
string  envelopeId 
)

Republishes Connect information for the specified envelope.

Republishes Connect information for the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ConnectFailureResults

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ RetryEventForEnvelopeAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ConnectFailureResults> > DocuSign.eSign.Api.IConnectApi.RetryEventForEnvelopeAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)

Republishes Connect information for the specified envelope.

Republishes Connect information for the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse (ConnectFailureResults)

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ RetryEventForEnvelopes()

ConnectFailureResults DocuSign.eSign.Api.IConnectApi.RetryEventForEnvelopes ( string  accountId,
ConnectFailureFilter  connectFailureFilter = null 
)

Republishes Connect information for multiple envelopes.

Republishes Connect information for the specified set of envelopes. The primary use is to republish Connect post failures by including envelope IDs for the envelopes that failed to post in the request. The list of envelope IDs that failed to post correctly can be retrieved by calling to [ML:GetConnectLog] retrieve the failure log.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectFailureFilter(optional)
Returns

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ RetryEventForEnvelopesAsync()

System.Threading.Tasks.Task<ConnectFailureResults> DocuSign.eSign.Api.IConnectApi.RetryEventForEnvelopesAsync ( string  accountId,
ConnectFailureFilter  connectFailureFilter = null 
)

Republishes Connect information for multiple envelopes.

Republishes Connect information for the specified set of envelopes. The primary use is to republish Connect post failures by including envelope IDs for the envelopes that failed to post in the request. The list of envelope IDs that failed to post correctly can be retrieved by calling to [ML:GetConnectLog] retrieve the failure log.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectFailureFilter(optional)
Returns
Task of ConnectFailureResults

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ RetryEventForEnvelopesAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ConnectFailureResults> > DocuSign.eSign.Api.IConnectApi.RetryEventForEnvelopesAsyncWithHttpInfo ( string  accountId,
ConnectFailureFilter  connectFailureFilter = null 
)

Republishes Connect information for multiple envelopes.

Republishes Connect information for the specified set of envelopes. The primary use is to republish Connect post failures by including envelope IDs for the envelopes that failed to post in the request. The list of envelope IDs that failed to post correctly can be retrieved by calling to [ML:GetConnectLog] retrieve the failure log.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectFailureFilter(optional)
Returns
Task of ApiResponse (ConnectFailureResults)

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ RetryEventForEnvelopesWithHttpInfo()

ApiResponse<ConnectFailureResults> DocuSign.eSign.Api.IConnectApi.RetryEventForEnvelopesWithHttpInfo ( string  accountId,
ConnectFailureFilter  connectFailureFilter = null 
)

Republishes Connect information for multiple envelopes.

Republishes Connect information for the specified set of envelopes. The primary use is to republish Connect post failures by including envelope IDs for the envelopes that failed to post in the request. The list of envelope IDs that failed to post correctly can be retrieved by calling to [ML:GetConnectLog] retrieve the failure log.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectFailureFilter(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ RetryEventForEnvelopeWithHttpInfo()

ApiResponse<ConnectFailureResults> DocuSign.eSign.Api.IConnectApi.RetryEventForEnvelopeWithHttpInfo ( string  accountId,
string  envelopeId 
)

Republishes Connect information for the specified envelope.

Republishes Connect information for the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ UpdateConfiguration()

ConnectCustomConfiguration DocuSign.eSign.Api.IConnectApi.UpdateConfiguration ( string  accountId,
ConnectCustomConfiguration  connectCustomConfiguration = null 
)

Updates a specified Connect configuration.

Updates the specified DocuSign Connect configuration in your account. ###### Note: Connect must be enabled for your account to use this function. This cannot be used to update Connect configurations for Box, eOriginal, or Salesforce.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectCustomConfiguration(optional)
Returns

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ UpdateConfigurationAsync()

System.Threading.Tasks.Task<ConnectCustomConfiguration> DocuSign.eSign.Api.IConnectApi.UpdateConfigurationAsync ( string  accountId,
ConnectCustomConfiguration  connectCustomConfiguration = null 
)

Updates a specified Connect configuration.

Updates the specified DocuSign Connect configuration in your account. ###### Note: Connect must be enabled for your account to use this function. This cannot be used to update Connect configurations for Box, eOriginal, or Salesforce.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectCustomConfiguration(optional)
Returns
Task of ConnectCustomConfiguration

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ UpdateConfigurationAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ConnectCustomConfiguration> > DocuSign.eSign.Api.IConnectApi.UpdateConfigurationAsyncWithHttpInfo ( string  accountId,
ConnectCustomConfiguration  connectCustomConfiguration = null 
)

Updates a specified Connect configuration.

Updates the specified DocuSign Connect configuration in your account. ###### Note: Connect must be enabled for your account to use this function. This cannot be used to update Connect configurations for Box, eOriginal, or Salesforce.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectCustomConfiguration(optional)
Returns
Task of ApiResponse (ConnectCustomConfiguration)

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ UpdateConfigurationWithHttpInfo()

ApiResponse<ConnectCustomConfiguration> DocuSign.eSign.Api.IConnectApi.UpdateConfigurationWithHttpInfo ( string  accountId,
ConnectCustomConfiguration  connectCustomConfiguration = null 
)

Updates a specified Connect configuration.

Updates the specified DocuSign Connect configuration in your account. ###### Note: Connect must be enabled for your account to use this function. This cannot be used to update Connect configurations for Box, eOriginal, or Salesforce.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectCustomConfiguration(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ UpdateConnectOAuthConfig()

ConnectOAuthConfig DocuSign.eSign.Api.IConnectApi.UpdateConnectOAuthConfig ( string  accountId,
ConnectOAuthConfig  connectOAuthConfig = null 
)

Updates the existing Connect OAuth Config for the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectOAuthConfig(optional)
Returns

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ UpdateConnectOAuthConfigAsync()

System.Threading.Tasks.Task<ConnectOAuthConfig> DocuSign.eSign.Api.IConnectApi.UpdateConnectOAuthConfigAsync ( string  accountId,
ConnectOAuthConfig  connectOAuthConfig = null 
)

Updates the existing Connect OAuth Config for the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectOAuthConfig(optional)
Returns
Task of ConnectOAuthConfig

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ UpdateConnectOAuthConfigAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ConnectOAuthConfig> > DocuSign.eSign.Api.IConnectApi.UpdateConnectOAuthConfigAsyncWithHttpInfo ( string  accountId,
ConnectOAuthConfig  connectOAuthConfig = null 
)

Updates the existing Connect OAuth Config for the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectOAuthConfig(optional)
Returns
Task of ApiResponse (ConnectOAuthConfig)

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ UpdateConnectOAuthConfigWithHttpInfo()

ApiResponse<ConnectOAuthConfig> DocuSign.eSign.Api.IConnectApi.UpdateConnectOAuthConfigWithHttpInfo ( string  accountId,
ConnectOAuthConfig  connectOAuthConfig = null 
)

Updates the existing Connect OAuth Config for the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectOAuthConfig(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ UpdateMobileNotifiers()

MobileNotifierConfigurationInformation DocuSign.eSign.Api.IConnectApi.UpdateMobileNotifiers ( string  accountId,
MobileNotifierConfigurationInformation  mobileNotifierConfigurationInformation = null 
)

Reserved

Reserved:

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
mobileNotifierConfigurationInformation(optional)
Returns

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ UpdateMobileNotifiersAsync()

System.Threading.Tasks.Task<MobileNotifierConfigurationInformation> DocuSign.eSign.Api.IConnectApi.UpdateMobileNotifiersAsync ( string  accountId,
MobileNotifierConfigurationInformation  mobileNotifierConfigurationInformation = null 
)

Reserved

Reserved:

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
mobileNotifierConfigurationInformation(optional)
Returns
Task of MobileNotifierConfigurationInformation

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ UpdateMobileNotifiersAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<MobileNotifierConfigurationInformation> > DocuSign.eSign.Api.IConnectApi.UpdateMobileNotifiersAsyncWithHttpInfo ( string  accountId,
MobileNotifierConfigurationInformation  mobileNotifierConfigurationInformation = null 
)

Reserved

Reserved:

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
mobileNotifierConfigurationInformation(optional)
Returns
Task of ApiResponse (MobileNotifierConfigurationInformation)

Implemented in DocuSign.eSign.Api.ConnectApi.

◆ UpdateMobileNotifiersWithHttpInfo()

ApiResponse<MobileNotifierConfigurationInformation> DocuSign.eSign.Api.IConnectApi.UpdateMobileNotifiersWithHttpInfo ( string  accountId,
MobileNotifierConfigurationInformation  mobileNotifierConfigurationInformation = null 
)

Reserved

Reserved:

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
mobileNotifierConfigurationInformation(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.ConnectApi.


The documentation for this interface was generated from the following file: