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

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

Inheritance diagram for DocuSign.eSign.Api.INotaryApi:
DocuSign.eSign.Client.IApiAccessor DocuSign.eSign.Api.NotaryApi

Public Member Functions

Notary CreateNotary (Notary notary=null)
 Add a notary to the system More...
 
ApiResponse< NotaryCreateNotaryWithHttpInfo (Notary notary=null)
 Add a notary to the system More...
 
NotaryJurisdiction CreateNotaryJurisdictions (NotaryJurisdiction notaryJurisdiction=null)
 Add a notary jurisdiction to the system More...
 
ApiResponse< NotaryJurisdictionCreateNotaryJurisdictionsWithHttpInfo (NotaryJurisdiction notaryJurisdiction=null)
 Add a notary jurisdiction to the system More...
 
void DeleteNotaryJurisdiction (string jurisdictionId)
 Delete a notary jurisdiction a specified user. More...
 
ApiResponse< Object > DeleteNotaryJurisdictionWithHttpInfo (string jurisdictionId)
 Delete a notary jurisdiction a specified user. More...
 
NotaryResult GetNotary (NotaryApi.GetNotaryOptions options=null)
 Get notary settings for a user More...
 
ApiResponse< NotaryResultGetNotaryWithHttpInfo (NotaryApi.GetNotaryOptions options=null)
 Get notary settings for a user More...
 
NotaryJurisdiction GetNotaryJurisdiction (string jurisdictionId)
 Get notary a jurisdiction for a user More...
 
ApiResponse< NotaryJurisdictionGetNotaryJurisdictionWithHttpInfo (string jurisdictionId)
 Get notary a jurisdiction for a user More...
 
void GetNotaryJurisdictionSeal (string jurisdictionId)
 Get notary seal for a jurisdiction More...
 
ApiResponse< Object > GetNotaryJurisdictionSealWithHttpInfo (string jurisdictionId)
 Get notary seal for a jurisdiction More...
 
NotaryJurisdictionList GetNotaryJurisdictions ()
 Get notary jurisdictions for a user More...
 
ApiResponse< NotaryJurisdictionListGetNotaryJurisdictionsWithHttpInfo ()
 Get notary jurisdictions for a user More...
 
NotaryJournalList ListNotaryJournals (NotaryApi.ListNotaryJournalsOptions options=null)
 Get notary jurisdictions for a user More...
 
ApiResponse< NotaryJournalListListNotaryJournalsWithHttpInfo (NotaryApi.ListNotaryJournalsOptions options=null)
 Get notary jurisdictions for a user More...
 
Notary UpdateNotary (Notary notary=null)
 Update a notary More...
 
ApiResponse< NotaryUpdateNotaryWithHttpInfo (Notary notary=null)
 Update a notary More...
 
NotaryJurisdiction UpdateNotaryJurisdiction (string jurisdictionId, NotaryJurisdiction notaryJurisdiction=null)
 Update a notary jurisdiction More...
 
ApiResponse< NotaryJurisdictionUpdateNotaryJurisdictionWithHttpInfo (string jurisdictionId, NotaryJurisdiction notaryJurisdiction=null)
 Update a notary jurisdiction More...
 
System.Threading.Tasks.Task< NotaryCreateNotaryAsync (Notary notary=null)
 Add a notary to the system More...
 
System.Threading.Tasks.Task< ApiResponse< Notary > > CreateNotaryAsyncWithHttpInfo (Notary notary=null)
 Add a notary to the system More...
 
System.Threading.Tasks.Task< NotaryJurisdictionCreateNotaryJurisdictionsAsync (NotaryJurisdiction notaryJurisdiction=null)
 Add a notary jurisdiction to the system More...
 
System.Threading.Tasks.Task< ApiResponse< NotaryJurisdiction > > CreateNotaryJurisdictionsAsyncWithHttpInfo (NotaryJurisdiction notaryJurisdiction=null)
 Add a notary jurisdiction to the system More...
 
System.Threading.Tasks.Task DeleteNotaryJurisdictionAsync (string jurisdictionId)
 Delete a notary jurisdiction a specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< Object > > DeleteNotaryJurisdictionAsyncWithHttpInfo (string jurisdictionId)
 Delete a notary jurisdiction a specified user. More...
 
System.Threading.Tasks.Task< NotaryResultGetNotaryAsync (NotaryApi.GetNotaryOptions options=null)
 Get notary settings for a user More...
 
System.Threading.Tasks.Task< ApiResponse< NotaryResult > > GetNotaryAsyncWithHttpInfo (NotaryApi.GetNotaryOptions options=null)
 Get notary settings for a user More...
 
System.Threading.Tasks.Task< NotaryJurisdictionGetNotaryJurisdictionAsync (string jurisdictionId)
 Get notary a jurisdiction for a user More...
 
System.Threading.Tasks.Task< ApiResponse< NotaryJurisdiction > > GetNotaryJurisdictionAsyncWithHttpInfo (string jurisdictionId)
 Get notary a jurisdiction for a user More...
 
System.Threading.Tasks.Task GetNotaryJurisdictionSealAsync (string jurisdictionId)
 Get notary seal for a jurisdiction More...
 
System.Threading.Tasks.Task< ApiResponse< Object > > GetNotaryJurisdictionSealAsyncWithHttpInfo (string jurisdictionId)
 Get notary seal for a jurisdiction More...
 
System.Threading.Tasks.Task< NotaryJurisdictionListGetNotaryJurisdictionsAsync ()
 Get notary jurisdictions for a user More...
 
System.Threading.Tasks.Task< ApiResponse< NotaryJurisdictionList > > GetNotaryJurisdictionsAsyncWithHttpInfo ()
 Get notary jurisdictions for a user More...
 
System.Threading.Tasks.Task< NotaryJournalListListNotaryJournalsAsync (NotaryApi.ListNotaryJournalsOptions options=null)
 Get notary jurisdictions for a user More...
 
System.Threading.Tasks.Task< ApiResponse< NotaryJournalList > > ListNotaryJournalsAsyncWithHttpInfo (NotaryApi.ListNotaryJournalsOptions options=null)
 Get notary jurisdictions for a user More...
 
System.Threading.Tasks.Task< NotaryUpdateNotaryAsync (Notary notary=null)
 Update a notary More...
 
System.Threading.Tasks.Task< ApiResponse< Notary > > UpdateNotaryAsyncWithHttpInfo (Notary notary=null)
 Update a notary More...
 
System.Threading.Tasks.Task< NotaryJurisdictionUpdateNotaryJurisdictionAsync (string jurisdictionId, NotaryJurisdiction notaryJurisdiction=null)
 Update a notary jurisdiction More...
 
System.Threading.Tasks.Task< ApiResponse< NotaryJurisdiction > > UpdateNotaryJurisdictionAsyncWithHttpInfo (string jurisdictionId, NotaryJurisdiction notaryJurisdiction=null)
 Update a notary jurisdiction 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

◆ CreateNotary()

Notary DocuSign.eSign.Api.INotaryApi.CreateNotary ( Notary  notary = null)

Add a notary to the system

Registers the current user as a notary.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
notary(optional)
Returns

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ CreateNotaryAsync()

System.Threading.Tasks.Task<Notary> DocuSign.eSign.Api.INotaryApi.CreateNotaryAsync ( Notary  notary = null)

Add a notary to the system

Registers the current user as a notary.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
notary(optional)
Returns
Task of Notary

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ CreateNotaryAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<Notary> > DocuSign.eSign.Api.INotaryApi.CreateNotaryAsyncWithHttpInfo ( Notary  notary = null)

Add a notary to the system

Registers the current user as a notary.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
notary(optional)
Returns
Task of ApiResponse (Notary)

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ CreateNotaryJurisdictions()

NotaryJurisdiction DocuSign.eSign.Api.INotaryApi.CreateNotaryJurisdictions ( NotaryJurisdiction  notaryJurisdiction = null)

Add a notary jurisdiction to the system

Creates a jurisdiction object.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
notaryJurisdiction(optional)
Returns

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ CreateNotaryJurisdictionsAsync()

System.Threading.Tasks.Task<NotaryJurisdiction> DocuSign.eSign.Api.INotaryApi.CreateNotaryJurisdictionsAsync ( NotaryJurisdiction  notaryJurisdiction = null)

Add a notary jurisdiction to the system

Creates a jurisdiction object.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
notaryJurisdiction(optional)
Returns
Task of NotaryJurisdiction

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ CreateNotaryJurisdictionsAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<NotaryJurisdiction> > DocuSign.eSign.Api.INotaryApi.CreateNotaryJurisdictionsAsyncWithHttpInfo ( NotaryJurisdiction  notaryJurisdiction = null)

Add a notary jurisdiction to the system

Creates a jurisdiction object.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
notaryJurisdiction(optional)
Returns
Task of ApiResponse (NotaryJurisdiction)

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ CreateNotaryJurisdictionsWithHttpInfo()

ApiResponse<NotaryJurisdiction> DocuSign.eSign.Api.INotaryApi.CreateNotaryJurisdictionsWithHttpInfo ( NotaryJurisdiction  notaryJurisdiction = null)

Add a notary jurisdiction to the system

Creates a jurisdiction object.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
notaryJurisdiction(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ CreateNotaryWithHttpInfo()

ApiResponse<Notary> DocuSign.eSign.Api.INotaryApi.CreateNotaryWithHttpInfo ( Notary  notary = null)

Add a notary to the system

Registers the current user as a notary.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
notary(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ DeleteNotaryJurisdiction()

void DocuSign.eSign.Api.INotaryApi.DeleteNotaryJurisdiction ( string  jurisdictionId)

Delete a notary jurisdiction a specified user.

Deletes the specified jurisdiction.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
jurisdictionId
Returns

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ DeleteNotaryJurisdictionAsync()

System.Threading.Tasks.Task DocuSign.eSign.Api.INotaryApi.DeleteNotaryJurisdictionAsync ( string  jurisdictionId)

Delete a notary jurisdiction a specified user.

Deletes the specified jurisdiction.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
jurisdictionId
Returns
Task of void

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ DeleteNotaryJurisdictionAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.INotaryApi.DeleteNotaryJurisdictionAsyncWithHttpInfo ( string  jurisdictionId)

Delete a notary jurisdiction a specified user.

Deletes the specified jurisdiction.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
jurisdictionId
Returns
Task of ApiResponse

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ DeleteNotaryJurisdictionWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.INotaryApi.DeleteNotaryJurisdictionWithHttpInfo ( string  jurisdictionId)

Delete a notary jurisdiction a specified user.

Deletes the specified jurisdiction.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
jurisdictionId
Returns
ApiResponse of Object(void)

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ GetNotary()

NotaryResult DocuSign.eSign.Api.INotaryApi.GetNotary ( NotaryApi.GetNotaryOptions  options = null)

Get notary settings for a user

Gets settings for a notary user. The current user must be a notary.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
optionsOptions for modifying the behavior of the function.
Returns

◆ GetNotaryAsync()

System.Threading.Tasks.Task<NotaryResult> DocuSign.eSign.Api.INotaryApi.GetNotaryAsync ( NotaryApi.GetNotaryOptions  options = null)

Get notary settings for a user

Gets settings for a notary user. The current user must be a notary.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
optionsOptions for modifying the behavior of the function.
Returns
Task of NotaryResult

◆ GetNotaryAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<NotaryResult> > DocuSign.eSign.Api.INotaryApi.GetNotaryAsyncWithHttpInfo ( NotaryApi.GetNotaryOptions  options = null)

Get notary settings for a user

Gets settings for a notary user. The current user must be a notary.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (NotaryResult)

◆ GetNotaryJurisdiction()

NotaryJurisdiction DocuSign.eSign.Api.INotaryApi.GetNotaryJurisdiction ( string  jurisdictionId)

Get notary a jurisdiction for a user

Gets a jurisdiction object for the current user. The following restrictions apply: - The current user must be a notary. - The &#x60;jurisdictionId&#x60; must be a jurisdiction that the notary is registered for.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
jurisdictionId
Returns

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ GetNotaryJurisdictionAsync()

System.Threading.Tasks.Task<NotaryJurisdiction> DocuSign.eSign.Api.INotaryApi.GetNotaryJurisdictionAsync ( string  jurisdictionId)

Get notary a jurisdiction for a user

Gets a jurisdiction object for the current user. The following restrictions apply: - The current user must be a notary. - The &#x60;jurisdictionId&#x60; must be a jurisdiction that the notary is registered for.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
jurisdictionId
Returns
Task of NotaryJurisdiction

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ GetNotaryJurisdictionAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<NotaryJurisdiction> > DocuSign.eSign.Api.INotaryApi.GetNotaryJurisdictionAsyncWithHttpInfo ( string  jurisdictionId)

Get notary a jurisdiction for a user

Gets a jurisdiction object for the current user. The following restrictions apply: - The current user must be a notary. - The &#x60;jurisdictionId&#x60; must be a jurisdiction that the notary is registered for.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
jurisdictionId
Returns
Task of ApiResponse (NotaryJurisdiction)

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ GetNotaryJurisdictions()

NotaryJurisdictionList DocuSign.eSign.Api.INotaryApi.GetNotaryJurisdictions ( )

Get notary jurisdictions for a user

Returns a list of jurisdictions that the notary is registered in. The current user must be a notary.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Returns

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ GetNotaryJurisdictionsAsync()

System.Threading.Tasks.Task<NotaryJurisdictionList> DocuSign.eSign.Api.INotaryApi.GetNotaryJurisdictionsAsync ( )

Get notary jurisdictions for a user

Returns a list of jurisdictions that the notary is registered in. The current user must be a notary.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Returns
Task of NotaryJurisdictionList

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ GetNotaryJurisdictionsAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<NotaryJurisdictionList> > DocuSign.eSign.Api.INotaryApi.GetNotaryJurisdictionsAsyncWithHttpInfo ( )

Get notary jurisdictions for a user

Returns a list of jurisdictions that the notary is registered in. The current user must be a notary.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Returns
Task of ApiResponse (NotaryJurisdictionList)

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ GetNotaryJurisdictionSeal()

void DocuSign.eSign.Api.INotaryApi.GetNotaryJurisdictionSeal ( string  jurisdictionId)

Get notary seal for a jurisdiction

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
jurisdictionId
Returns

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ GetNotaryJurisdictionSealAsync()

System.Threading.Tasks.Task DocuSign.eSign.Api.INotaryApi.GetNotaryJurisdictionSealAsync ( string  jurisdictionId)

Get notary seal for a jurisdiction

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
jurisdictionId
Returns
Task of void

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ GetNotaryJurisdictionSealAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.INotaryApi.GetNotaryJurisdictionSealAsyncWithHttpInfo ( string  jurisdictionId)

Get notary seal for a jurisdiction

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
jurisdictionId
Returns
Task of ApiResponse

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ GetNotaryJurisdictionSealWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.INotaryApi.GetNotaryJurisdictionSealWithHttpInfo ( string  jurisdictionId)

Get notary seal for a jurisdiction

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
jurisdictionId
Returns
ApiResponse of Object(void)

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ GetNotaryJurisdictionsWithHttpInfo()

ApiResponse<NotaryJurisdictionList> DocuSign.eSign.Api.INotaryApi.GetNotaryJurisdictionsWithHttpInfo ( )

Get notary jurisdictions for a user

Returns a list of jurisdictions that the notary is registered in. The current user must be a notary.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ GetNotaryJurisdictionWithHttpInfo()

ApiResponse<NotaryJurisdiction> DocuSign.eSign.Api.INotaryApi.GetNotaryJurisdictionWithHttpInfo ( string  jurisdictionId)

Get notary a jurisdiction for a user

Gets a jurisdiction object for the current user. The following restrictions apply: - The current user must be a notary. - The &#x60;jurisdictionId&#x60; must be a jurisdiction that the notary is registered for.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
jurisdictionId
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ GetNotaryWithHttpInfo()

ApiResponse<NotaryResult> DocuSign.eSign.Api.INotaryApi.GetNotaryWithHttpInfo ( NotaryApi.GetNotaryOptions  options = null)

Get notary settings for a user

Gets settings for a notary user. The current user must be a notary.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

◆ ListNotaryJournals()

NotaryJournalList DocuSign.eSign.Api.INotaryApi.ListNotaryJournals ( NotaryApi.ListNotaryJournalsOptions  options = null)

Get notary jurisdictions for a user

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
optionsOptions for modifying the behavior of the function.
Returns

◆ ListNotaryJournalsAsync()

System.Threading.Tasks.Task<NotaryJournalList> DocuSign.eSign.Api.INotaryApi.ListNotaryJournalsAsync ( NotaryApi.ListNotaryJournalsOptions  options = null)

Get notary jurisdictions for a user

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
optionsOptions for modifying the behavior of the function.
Returns
Task of NotaryJournalList

◆ ListNotaryJournalsAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<NotaryJournalList> > DocuSign.eSign.Api.INotaryApi.ListNotaryJournalsAsyncWithHttpInfo ( NotaryApi.ListNotaryJournalsOptions  options = null)

Get notary jurisdictions for a user

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (NotaryJournalList)

◆ ListNotaryJournalsWithHttpInfo()

ApiResponse<NotaryJournalList> DocuSign.eSign.Api.INotaryApi.ListNotaryJournalsWithHttpInfo ( NotaryApi.ListNotaryJournalsOptions  options = null)

Get notary jurisdictions for a user

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

◆ UpdateNotary()

Notary DocuSign.eSign.Api.INotaryApi.UpdateNotary ( Notary  notary = null)

Update a notary

Updates notary information for the current user.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
notary(optional)
Returns

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ UpdateNotaryAsync()

System.Threading.Tasks.Task<Notary> DocuSign.eSign.Api.INotaryApi.UpdateNotaryAsync ( Notary  notary = null)

Update a notary

Updates notary information for the current user.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
notary(optional)
Returns
Task of Notary

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ UpdateNotaryAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<Notary> > DocuSign.eSign.Api.INotaryApi.UpdateNotaryAsyncWithHttpInfo ( Notary  notary = null)

Update a notary

Updates notary information for the current user.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
notary(optional)
Returns
Task of ApiResponse (Notary)

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ UpdateNotaryJurisdiction()

NotaryJurisdiction DocuSign.eSign.Api.INotaryApi.UpdateNotaryJurisdiction ( string  jurisdictionId,
NotaryJurisdiction  notaryJurisdiction = null 
)

Update a notary jurisdiction

Updates the jurisdiction information about a notary. The following restrictions apply: - The current user must be a notary. - The &#x60;jurisdictionId&#x60; path parameter must be a jurisdiction that the notary is registered for. - The &#x60;jurisdictionId&#x60; path parameter must match the request body&#39;s &#x60;jurisdiction.jurisdictionId&#x60;. The request body must have a full &#x60;jurisdiction&#x60; object for the jurisdiction property. The best way to do this is to use &#x60;getNotaryJurisdiction&#x60; to obtain the current values and update the properties you want to change. For example, assume &#x60;getNotaryJurisdiction&#x60; returns this: &#x60;&#x60;&#x60; { &quot;jurisdiction&quot;: { &quot;jurisdictionId&quot;: &quot;15&quot;, &quot;name&quot;: &quot;Iowa&quot;, &quot;county&quot;: &quot;&quot;, &quot;enabled&quot;: &quot;true&quot;, &quot;countyInSeal&quot;: &quot;false&quot;, &quot;commissionIdInSeal&quot;: &quot;true&quot;, &quot;stateNameInSeal&quot;: &quot;true&quot;, &quot;notaryPublicInSeal&quot;: &quot;true&quot;, &quot;allowSystemCreatedSeal&quot;: &quot;true&quot;, &quot;allowUserUploadedSeal&quot;: &quot;false&quot; }, &quot;commissionId&quot;: &quot;123456&quot;, &quot;commissionExpiration&quot;: &quot;2020-08-31T07:00:00.0000000Z&quot;, &quot;registeredName&quot;: &quot;Bob Notary&quot;, &quot;county&quot;: &quot;Adams&quot;, &quot;sealType&quot;: &quot;system_created&quot; } &#x60;&#x60;&#x60; If you want to change the name of the notary from &quot;Bob Notary&quot; to &quot;Robert Notary&quot;, your request body would be: &#x60;&#x60;&#x60; { &quot;jurisdiction&quot;: { &quot;jurisdictionId&quot;: &quot;15&quot;, &quot;name&quot;: &quot;Iowa&quot;, &quot;county&quot;: &quot;&quot;, &quot;enabled&quot;: &quot;true&quot;, &quot;countyInSeal&quot;: &quot;false&quot;, &quot;commissionIdInSeal&quot;: &quot;true&quot;, &quot;stateNameInSeal&quot;: &quot;true&quot;, &quot;notaryPublicInSeal&quot;: &quot;true&quot;, &quot;allowSystemCreatedSeal&quot;: &quot;true&quot;, &quot;allowUserUploadedSeal&quot;: &quot;false&quot; }, &quot;commissionId&quot;: &quot;123456&quot;, &quot;commissionExpiration&quot;: &quot;2020-08-31T07:00:00.0000000Z&quot;, &quot;registeredName&quot;: &quot;Robert Notary&quot;, &quot;county&quot;: &quot;Adams&quot;, &quot;sealType&quot;: &quot;system_created&quot; } &#x60;&#x60;&#x60;

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
jurisdictionId
notaryJurisdiction(optional)
Returns

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ UpdateNotaryJurisdictionAsync()

System.Threading.Tasks.Task<NotaryJurisdiction> DocuSign.eSign.Api.INotaryApi.UpdateNotaryJurisdictionAsync ( string  jurisdictionId,
NotaryJurisdiction  notaryJurisdiction = null 
)

Update a notary jurisdiction

Updates the jurisdiction information about a notary. The following restrictions apply: - The current user must be a notary. - The &#x60;jurisdictionId&#x60; path parameter must be a jurisdiction that the notary is registered for. - The &#x60;jurisdictionId&#x60; path parameter must match the request body&#39;s &#x60;jurisdiction.jurisdictionId&#x60;. The request body must have a full &#x60;jurisdiction&#x60; object for the jurisdiction property. The best way to do this is to use &#x60;getNotaryJurisdiction&#x60; to obtain the current values and update the properties you want to change. For example, assume &#x60;getNotaryJurisdiction&#x60; returns this: &#x60;&#x60;&#x60; { &quot;jurisdiction&quot;: { &quot;jurisdictionId&quot;: &quot;15&quot;, &quot;name&quot;: &quot;Iowa&quot;, &quot;county&quot;: &quot;&quot;, &quot;enabled&quot;: &quot;true&quot;, &quot;countyInSeal&quot;: &quot;false&quot;, &quot;commissionIdInSeal&quot;: &quot;true&quot;, &quot;stateNameInSeal&quot;: &quot;true&quot;, &quot;notaryPublicInSeal&quot;: &quot;true&quot;, &quot;allowSystemCreatedSeal&quot;: &quot;true&quot;, &quot;allowUserUploadedSeal&quot;: &quot;false&quot; }, &quot;commissionId&quot;: &quot;123456&quot;, &quot;commissionExpiration&quot;: &quot;2020-08-31T07:00:00.0000000Z&quot;, &quot;registeredName&quot;: &quot;Bob Notary&quot;, &quot;county&quot;: &quot;Adams&quot;, &quot;sealType&quot;: &quot;system_created&quot; } &#x60;&#x60;&#x60; If you want to change the name of the notary from &quot;Bob Notary&quot; to &quot;Robert Notary&quot;, your request body would be: &#x60;&#x60;&#x60; { &quot;jurisdiction&quot;: { &quot;jurisdictionId&quot;: &quot;15&quot;, &quot;name&quot;: &quot;Iowa&quot;, &quot;county&quot;: &quot;&quot;, &quot;enabled&quot;: &quot;true&quot;, &quot;countyInSeal&quot;: &quot;false&quot;, &quot;commissionIdInSeal&quot;: &quot;true&quot;, &quot;stateNameInSeal&quot;: &quot;true&quot;, &quot;notaryPublicInSeal&quot;: &quot;true&quot;, &quot;allowSystemCreatedSeal&quot;: &quot;true&quot;, &quot;allowUserUploadedSeal&quot;: &quot;false&quot; }, &quot;commissionId&quot;: &quot;123456&quot;, &quot;commissionExpiration&quot;: &quot;2020-08-31T07:00:00.0000000Z&quot;, &quot;registeredName&quot;: &quot;Robert Notary&quot;, &quot;county&quot;: &quot;Adams&quot;, &quot;sealType&quot;: &quot;system_created&quot; } &#x60;&#x60;&#x60;

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
jurisdictionId
notaryJurisdiction(optional)
Returns
Task of NotaryJurisdiction

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ UpdateNotaryJurisdictionAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<NotaryJurisdiction> > DocuSign.eSign.Api.INotaryApi.UpdateNotaryJurisdictionAsyncWithHttpInfo ( string  jurisdictionId,
NotaryJurisdiction  notaryJurisdiction = null 
)

Update a notary jurisdiction

Updates the jurisdiction information about a notary. The following restrictions apply: - The current user must be a notary. - The &#x60;jurisdictionId&#x60; path parameter must be a jurisdiction that the notary is registered for. - The &#x60;jurisdictionId&#x60; path parameter must match the request body&#39;s &#x60;jurisdiction.jurisdictionId&#x60;. The request body must have a full &#x60;jurisdiction&#x60; object for the jurisdiction property. The best way to do this is to use &#x60;getNotaryJurisdiction&#x60; to obtain the current values and update the properties you want to change. For example, assume &#x60;getNotaryJurisdiction&#x60; returns this: &#x60;&#x60;&#x60; { &quot;jurisdiction&quot;: { &quot;jurisdictionId&quot;: &quot;15&quot;, &quot;name&quot;: &quot;Iowa&quot;, &quot;county&quot;: &quot;&quot;, &quot;enabled&quot;: &quot;true&quot;, &quot;countyInSeal&quot;: &quot;false&quot;, &quot;commissionIdInSeal&quot;: &quot;true&quot;, &quot;stateNameInSeal&quot;: &quot;true&quot;, &quot;notaryPublicInSeal&quot;: &quot;true&quot;, &quot;allowSystemCreatedSeal&quot;: &quot;true&quot;, &quot;allowUserUploadedSeal&quot;: &quot;false&quot; }, &quot;commissionId&quot;: &quot;123456&quot;, &quot;commissionExpiration&quot;: &quot;2020-08-31T07:00:00.0000000Z&quot;, &quot;registeredName&quot;: &quot;Bob Notary&quot;, &quot;county&quot;: &quot;Adams&quot;, &quot;sealType&quot;: &quot;system_created&quot; } &#x60;&#x60;&#x60; If you want to change the name of the notary from &quot;Bob Notary&quot; to &quot;Robert Notary&quot;, your request body would be: &#x60;&#x60;&#x60; { &quot;jurisdiction&quot;: { &quot;jurisdictionId&quot;: &quot;15&quot;, &quot;name&quot;: &quot;Iowa&quot;, &quot;county&quot;: &quot;&quot;, &quot;enabled&quot;: &quot;true&quot;, &quot;countyInSeal&quot;: &quot;false&quot;, &quot;commissionIdInSeal&quot;: &quot;true&quot;, &quot;stateNameInSeal&quot;: &quot;true&quot;, &quot;notaryPublicInSeal&quot;: &quot;true&quot;, &quot;allowSystemCreatedSeal&quot;: &quot;true&quot;, &quot;allowUserUploadedSeal&quot;: &quot;false&quot; }, &quot;commissionId&quot;: &quot;123456&quot;, &quot;commissionExpiration&quot;: &quot;2020-08-31T07:00:00.0000000Z&quot;, &quot;registeredName&quot;: &quot;Robert Notary&quot;, &quot;county&quot;: &quot;Adams&quot;, &quot;sealType&quot;: &quot;system_created&quot; } &#x60;&#x60;&#x60;

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
jurisdictionId
notaryJurisdiction(optional)
Returns
Task of ApiResponse (NotaryJurisdiction)

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ UpdateNotaryJurisdictionWithHttpInfo()

ApiResponse<NotaryJurisdiction> DocuSign.eSign.Api.INotaryApi.UpdateNotaryJurisdictionWithHttpInfo ( string  jurisdictionId,
NotaryJurisdiction  notaryJurisdiction = null 
)

Update a notary jurisdiction

Updates the jurisdiction information about a notary. The following restrictions apply: - The current user must be a notary. - The &#x60;jurisdictionId&#x60; path parameter must be a jurisdiction that the notary is registered for. - The &#x60;jurisdictionId&#x60; path parameter must match the request body&#39;s &#x60;jurisdiction.jurisdictionId&#x60;. The request body must have a full &#x60;jurisdiction&#x60; object for the jurisdiction property. The best way to do this is to use &#x60;getNotaryJurisdiction&#x60; to obtain the current values and update the properties you want to change. For example, assume &#x60;getNotaryJurisdiction&#x60; returns this: &#x60;&#x60;&#x60; { &quot;jurisdiction&quot;: { &quot;jurisdictionId&quot;: &quot;15&quot;, &quot;name&quot;: &quot;Iowa&quot;, &quot;county&quot;: &quot;&quot;, &quot;enabled&quot;: &quot;true&quot;, &quot;countyInSeal&quot;: &quot;false&quot;, &quot;commissionIdInSeal&quot;: &quot;true&quot;, &quot;stateNameInSeal&quot;: &quot;true&quot;, &quot;notaryPublicInSeal&quot;: &quot;true&quot;, &quot;allowSystemCreatedSeal&quot;: &quot;true&quot;, &quot;allowUserUploadedSeal&quot;: &quot;false&quot; }, &quot;commissionId&quot;: &quot;123456&quot;, &quot;commissionExpiration&quot;: &quot;2020-08-31T07:00:00.0000000Z&quot;, &quot;registeredName&quot;: &quot;Bob Notary&quot;, &quot;county&quot;: &quot;Adams&quot;, &quot;sealType&quot;: &quot;system_created&quot; } &#x60;&#x60;&#x60; If you want to change the name of the notary from &quot;Bob Notary&quot; to &quot;Robert Notary&quot;, your request body would be: &#x60;&#x60;&#x60; { &quot;jurisdiction&quot;: { &quot;jurisdictionId&quot;: &quot;15&quot;, &quot;name&quot;: &quot;Iowa&quot;, &quot;county&quot;: &quot;&quot;, &quot;enabled&quot;: &quot;true&quot;, &quot;countyInSeal&quot;: &quot;false&quot;, &quot;commissionIdInSeal&quot;: &quot;true&quot;, &quot;stateNameInSeal&quot;: &quot;true&quot;, &quot;notaryPublicInSeal&quot;: &quot;true&quot;, &quot;allowSystemCreatedSeal&quot;: &quot;true&quot;, &quot;allowUserUploadedSeal&quot;: &quot;false&quot; }, &quot;commissionId&quot;: &quot;123456&quot;, &quot;commissionExpiration&quot;: &quot;2020-08-31T07:00:00.0000000Z&quot;, &quot;registeredName&quot;: &quot;Robert Notary&quot;, &quot;county&quot;: &quot;Adams&quot;, &quot;sealType&quot;: &quot;system_created&quot; } &#x60;&#x60;&#x60;

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
jurisdictionId
notaryJurisdiction(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.NotaryApi.

◆ UpdateNotaryWithHttpInfo()

ApiResponse<Notary> DocuSign.eSign.Api.INotaryApi.UpdateNotaryWithHttpInfo ( Notary  notary = null)

Update a notary

Updates notary information for the current user.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
notary(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.NotaryApi.


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