DocuSign CSharp Docs
Classes | Public Member Functions | Properties | List of all members
DocuSign.eSign.Api.NotaryApi Class Reference

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

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

Classes

class  GetNotaryOptions
 Get notary settings for a user Gets settings for a notary user. The current user must be a notary. More...
 
class  ListNotaryJournalsOptions
 Get notary jurisdictions for a user More...
 

Public Member Functions

 NotaryApi (DocuSignClient aplClient)
 Initializes a new instance of the NotaryApi class using AplClient object More...
 
String GetBasePath ()
 Gets the base path of the API client. More...
 
Notary CreateNotary (Notary notary=null)
 Add a notary to the system Registers the current user as a notary. More...
 
ApiResponse< NotaryCreateNotaryWithHttpInfo (Notary notary=null)
 Add a notary to the system Registers the current user as a notary. More...
 
async System.Threading.Tasks.Task< NotaryCreateNotaryAsync (Notary notary=null)
 Add a notary to the system Registers the current user as a notary. More...
 
async System.Threading.Tasks.Task< ApiResponse< Notary > > CreateNotaryAsyncWithHttpInfo (Notary notary=null)
 Add a notary to the system Registers the current user as a notary. More...
 
NotaryJurisdiction CreateNotaryJurisdictions (NotaryJurisdiction notaryJurisdiction=null)
 Add a notary jurisdiction to the system Creates a jurisdiction object. More...
 
ApiResponse< NotaryJurisdictionCreateNotaryJurisdictionsWithHttpInfo (NotaryJurisdiction notaryJurisdiction=null)
 Add a notary jurisdiction to the system Creates a jurisdiction object. More...
 
async System.Threading.Tasks.Task< NotaryJurisdictionCreateNotaryJurisdictionsAsync (NotaryJurisdiction notaryJurisdiction=null)
 Add a notary jurisdiction to the system Creates a jurisdiction object. More...
 
async System.Threading.Tasks.Task< ApiResponse< NotaryJurisdiction > > CreateNotaryJurisdictionsAsyncWithHttpInfo (NotaryJurisdiction notaryJurisdiction=null)
 Add a notary jurisdiction to the system Creates a jurisdiction object. More...
 
void DeleteNotaryJurisdiction (string jurisdictionId)
 Delete a notary jurisdiction a specified user. Deletes the specified jurisdiction. More...
 
ApiResponse< Object > DeleteNotaryJurisdictionWithHttpInfo (string jurisdictionId)
 Delete a notary jurisdiction a specified user. Deletes the specified jurisdiction. More...
 
async System.Threading.Tasks.Task DeleteNotaryJurisdictionAsync (string jurisdictionId)
 Delete a notary jurisdiction a specified user. Deletes the specified jurisdiction. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > DeleteNotaryJurisdictionAsyncWithHttpInfo (string jurisdictionId)
 Delete a notary jurisdiction a specified user. Deletes the specified jurisdiction. More...
 
NotaryResult GetNotary (NotaryApi.GetNotaryOptions options=null)
 Get notary settings for a user Gets settings for a notary user. The current user must be a notary. More...
 
ApiResponse< NotaryResultGetNotaryWithHttpInfo (NotaryApi.GetNotaryOptions options=null)
 Get notary settings for a user Gets settings for a notary user. The current user must be a notary. More...
 
async System.Threading.Tasks.Task< NotaryResultGetNotaryAsync (NotaryApi.GetNotaryOptions options=null)
 Get notary settings for a user Gets settings for a notary user. The current user must be a notary. More...
 
async System.Threading.Tasks.Task< ApiResponse< NotaryResult > > GetNotaryAsyncWithHttpInfo (NotaryApi.GetNotaryOptions options=null)
 Get notary settings for a user Gets settings for a notary user. The current user must be a notary. More...
 
NotaryJurisdiction 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. More...
 
ApiResponse< NotaryJurisdictionGetNotaryJurisdictionWithHttpInfo (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. More...
 
async System.Threading.Tasks.Task< NotaryJurisdictionGetNotaryJurisdictionAsync (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. More...
 
async System.Threading.Tasks.Task< ApiResponse< NotaryJurisdiction > > 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. More...
 
void GetNotaryJurisdictionSeal (string jurisdictionId)
 Get notary seal for a jurisdiction More...
 
ApiResponse< Object > GetNotaryJurisdictionSealWithHttpInfo (string jurisdictionId)
 Get notary seal for a jurisdiction More...
 
async System.Threading.Tasks.Task GetNotaryJurisdictionSealAsync (string jurisdictionId)
 Get notary seal for a jurisdiction More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > GetNotaryJurisdictionSealAsyncWithHttpInfo (string jurisdictionId)
 Get notary seal for a jurisdiction More...
 
NotaryJurisdictionList 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. More...
 
ApiResponse< NotaryJurisdictionListGetNotaryJurisdictionsWithHttpInfo ()
 Get notary jurisdictions for a user Returns a list of jurisdictions that the notary is registered in. The current user must be a notary. More...
 
async System.Threading.Tasks.Task< NotaryJurisdictionListGetNotaryJurisdictionsAsync ()
 Get notary jurisdictions for a user Returns a list of jurisdictions that the notary is registered in. The current user must be a notary. More...
 
async System.Threading.Tasks.Task< ApiResponse< NotaryJurisdictionList > > 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. 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...
 
async System.Threading.Tasks.Task< NotaryJournalListListNotaryJournalsAsync (NotaryApi.ListNotaryJournalsOptions options=null)
 Get notary jurisdictions for a user More...
 
async System.Threading.Tasks.Task< ApiResponse< NotaryJournalList > > ListNotaryJournalsAsyncWithHttpInfo (NotaryApi.ListNotaryJournalsOptions options=null)
 Get notary jurisdictions for a user More...
 
Notary UpdateNotary (Notary notary=null)
 Update a notary Updates notary information for the current user. More...
 
ApiResponse< NotaryUpdateNotaryWithHttpInfo (Notary notary=null)
 Update a notary Updates notary information for the current user. More...
 
async System.Threading.Tasks.Task< NotaryUpdateNotaryAsync (Notary notary=null)
 Update a notary Updates notary information for the current user. More...
 
async System.Threading.Tasks.Task< ApiResponse< Notary > > UpdateNotaryAsyncWithHttpInfo (Notary notary=null)
 Update a notary Updates notary information for the current user. More...
 
NotaryJurisdiction 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; More...
 
ApiResponse< NotaryJurisdictionUpdateNotaryJurisdictionWithHttpInfo (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; More...
 
async System.Threading.Tasks.Task< NotaryJurisdictionUpdateNotaryJurisdictionAsync (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; More...
 
async System.Threading.Tasks.Task< ApiResponse< NotaryJurisdiction > > 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; More...
 
- Public Member Functions inherited from DocuSign.eSign.Api.INotaryApi
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...
 
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...
 
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< 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...
 

Properties

DocuSignClient ApiClient [get, set]
 Gets or sets the ApiClient object More...
 
DocuSign.eSign.Client.ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 
- 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

Constructor & Destructor Documentation

◆ NotaryApi()

DocuSign.eSign.Api.NotaryApi.NotaryApi ( DocuSignClient  aplClient)
inline

Initializes a new instance of the NotaryApi class using AplClient object

Parameters
aplClientAn instance of AplClient
Returns

Member Function Documentation

◆ CreateNotary()

Notary DocuSign.eSign.Api.NotaryApi.CreateNotary ( Notary  notary = null)
inline

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
Notary

Implements DocuSign.eSign.Api.INotaryApi.

◆ CreateNotaryAsync()

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

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

Implements DocuSign.eSign.Api.INotaryApi.

◆ CreateNotaryAsyncWithHttpInfo()

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

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)

Implements DocuSign.eSign.Api.INotaryApi.

◆ CreateNotaryJurisdictions()

NotaryJurisdiction DocuSign.eSign.Api.NotaryApi.CreateNotaryJurisdictions ( NotaryJurisdiction  notaryJurisdiction = null)
inline

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
NotaryJurisdiction

Implements DocuSign.eSign.Api.INotaryApi.

◆ CreateNotaryJurisdictionsAsync()

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

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

Implements DocuSign.eSign.Api.INotaryApi.

◆ CreateNotaryJurisdictionsAsyncWithHttpInfo()

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

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)

Implements DocuSign.eSign.Api.INotaryApi.

◆ CreateNotaryJurisdictionsWithHttpInfo()

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

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 NotaryJurisdiction

Implements DocuSign.eSign.Api.INotaryApi.

◆ CreateNotaryWithHttpInfo()

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

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 Notary

Implements DocuSign.eSign.Api.INotaryApi.

◆ DeleteNotaryJurisdiction()

void DocuSign.eSign.Api.NotaryApi.DeleteNotaryJurisdiction ( string  jurisdictionId)
inline

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

Implements DocuSign.eSign.Api.INotaryApi.

◆ DeleteNotaryJurisdictionAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.NotaryApi.DeleteNotaryJurisdictionAsync ( string  jurisdictionId)
inline

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

Implements DocuSign.eSign.Api.INotaryApi.

◆ DeleteNotaryJurisdictionAsyncWithHttpInfo()

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

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

Implements DocuSign.eSign.Api.INotaryApi.

◆ DeleteNotaryJurisdictionWithHttpInfo()

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

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)

Implements DocuSign.eSign.Api.INotaryApi.

◆ GetBasePath()

String DocuSign.eSign.Api.NotaryApi.GetBasePath ( )
inline

Gets the base path of the API client.

The base path

Implements DocuSign.eSign.Client.IApiAccessor.

◆ GetNotary()

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

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
NotaryResult

◆ GetNotaryAsync()

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

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()

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

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.NotaryApi.GetNotaryJurisdiction ( string  jurisdictionId)
inline

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
NotaryJurisdiction

Implements DocuSign.eSign.Api.INotaryApi.

◆ GetNotaryJurisdictionAsync()

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

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

Implements DocuSign.eSign.Api.INotaryApi.

◆ GetNotaryJurisdictionAsyncWithHttpInfo()

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

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)

Implements DocuSign.eSign.Api.INotaryApi.

◆ GetNotaryJurisdictions()

NotaryJurisdictionList DocuSign.eSign.Api.NotaryApi.GetNotaryJurisdictions ( )
inline

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
NotaryJurisdictionList

Implements DocuSign.eSign.Api.INotaryApi.

◆ GetNotaryJurisdictionsAsync()

async System.Threading.Tasks.Task<NotaryJurisdictionList> DocuSign.eSign.Api.NotaryApi.GetNotaryJurisdictionsAsync ( )
inline

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

Implements DocuSign.eSign.Api.INotaryApi.

◆ GetNotaryJurisdictionsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<NotaryJurisdictionList> > DocuSign.eSign.Api.NotaryApi.GetNotaryJurisdictionsAsyncWithHttpInfo ( )
inline

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)

Implements DocuSign.eSign.Api.INotaryApi.

◆ GetNotaryJurisdictionSeal()

void DocuSign.eSign.Api.NotaryApi.GetNotaryJurisdictionSeal ( string  jurisdictionId)
inline

Get notary seal for a jurisdiction

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

Implements DocuSign.eSign.Api.INotaryApi.

◆ GetNotaryJurisdictionSealAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.NotaryApi.GetNotaryJurisdictionSealAsync ( string  jurisdictionId)
inline

Get notary seal for a jurisdiction

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

Implements DocuSign.eSign.Api.INotaryApi.

◆ GetNotaryJurisdictionSealAsyncWithHttpInfo()

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

Get notary seal for a jurisdiction

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

Implements DocuSign.eSign.Api.INotaryApi.

◆ GetNotaryJurisdictionSealWithHttpInfo()

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

Get notary seal for a jurisdiction

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

Implements DocuSign.eSign.Api.INotaryApi.

◆ GetNotaryJurisdictionsWithHttpInfo()

ApiResponse<NotaryJurisdictionList> DocuSign.eSign.Api.NotaryApi.GetNotaryJurisdictionsWithHttpInfo ( )
inline

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 NotaryJurisdictionList

Implements DocuSign.eSign.Api.INotaryApi.

◆ GetNotaryJurisdictionWithHttpInfo()

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

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 NotaryJurisdiction

Implements DocuSign.eSign.Api.INotaryApi.

◆ GetNotaryWithHttpInfo()

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

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 NotaryResult

◆ ListNotaryJournals()

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

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
NotaryJournalList

◆ ListNotaryJournalsAsync()

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

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()

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

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.NotaryApi.ListNotaryJournalsWithHttpInfo ( NotaryApi.ListNotaryJournalsOptions  options = null)
inline

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 NotaryJournalList

◆ UpdateNotary()

Notary DocuSign.eSign.Api.NotaryApi.UpdateNotary ( Notary  notary = null)
inline

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
Notary

Implements DocuSign.eSign.Api.INotaryApi.

◆ UpdateNotaryAsync()

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

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

Implements DocuSign.eSign.Api.INotaryApi.

◆ UpdateNotaryAsyncWithHttpInfo()

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

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)

Implements DocuSign.eSign.Api.INotaryApi.

◆ UpdateNotaryJurisdiction()

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

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
NotaryJurisdiction

Implements DocuSign.eSign.Api.INotaryApi.

◆ UpdateNotaryJurisdictionAsync()

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

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

Implements DocuSign.eSign.Api.INotaryApi.

◆ UpdateNotaryJurisdictionAsyncWithHttpInfo()

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

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)

Implements DocuSign.eSign.Api.INotaryApi.

◆ UpdateNotaryJurisdictionWithHttpInfo()

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

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 NotaryJurisdiction

Implements DocuSign.eSign.Api.INotaryApi.

◆ UpdateNotaryWithHttpInfo()

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

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 Notary

Implements DocuSign.eSign.Api.INotaryApi.

Property Documentation

◆ ApiClient

DocuSignClient DocuSign.eSign.Api.NotaryApi.ApiClient
getset

Gets or sets the ApiClient object

An instance of the ApiClient

◆ ExceptionFactory

DocuSign.eSign.Client.ExceptionFactory DocuSign.eSign.Api.NotaryApi.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


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