Docusign CSharp Docs
|
Represents a collection of functions to interact with the API endpoints More...
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< Notary > | CreateNotaryWithHttpInfo (Notary notary=null) |
Add a notary to the system Registers the current user as a notary. More... | |
async System.Threading.Tasks.Task< Notary > | CreateNotaryAsync (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< NotaryJurisdiction > | CreateNotaryJurisdictionsWithHttpInfo (NotaryJurisdiction notaryJurisdiction=null) |
Add a notary jurisdiction to the system Creates a jurisdiction object. More... | |
async System.Threading.Tasks.Task< NotaryJurisdiction > | CreateNotaryJurisdictionsAsync (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< NotaryResult > | GetNotaryWithHttpInfo (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< NotaryResult > | GetNotaryAsync (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 `jurisdictionId` must be a jurisdiction that the notary is registered for. More... | |
ApiResponse< NotaryJurisdiction > | 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 `jurisdictionId` must be a jurisdiction that the notary is registered for. More... | |
async System.Threading.Tasks.Task< NotaryJurisdiction > | 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 `jurisdictionId` 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 `jurisdictionId` 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< NotaryJurisdictionList > | 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. More... | |
async System.Threading.Tasks.Task< NotaryJurisdictionList > | 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. 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< NotaryJournalList > | ListNotaryJournalsWithHttpInfo (NotaryApi.ListNotaryJournalsOptions options=null) |
Get notary jurisdictions for a user More... | |
async System.Threading.Tasks.Task< NotaryJournalList > | ListNotaryJournalsAsync (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< Notary > | UpdateNotaryWithHttpInfo (Notary notary=null) |
Update a notary Updates notary information for the current user. More... | |
async System.Threading.Tasks.Task< Notary > | UpdateNotaryAsync (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 `jurisdictionId` path parameter must be a jurisdiction that the notary is registered for. - The `jurisdictionId` path parameter must match the request body's `jurisdiction.jurisdictionId`. The request body must have a full `jurisdiction` object for the jurisdiction property. The best way to do this is to use `getNotaryJurisdiction` to obtain the current values and update the properties you want to change. For example, assume `getNotaryJurisdiction` returns this: ``` { "jurisdiction": { "jurisdictionId": "15", "name": "Iowa", "county": "", "enabled": "true", "countyInSeal": "false", "commissionIdInSeal": "true", "stateNameInSeal": "true", "notaryPublicInSeal": "true", "allowSystemCreatedSeal": "true", "allowUserUploadedSeal": "false" }, "commissionId": "123456", "commissionExpiration": "2020-08-31T07:00:00.0000000Z", "registeredName": "Bob Notary", "county": "Adams", "sealType": "system_created" } ``` If you want to change the name of the notary from "Bob Notary" to "Robert Notary", your request body would be: ``` { "jurisdiction": { "jurisdictionId": "15", "name": "Iowa", "county": "", "enabled": "true", "countyInSeal": "false", "commissionIdInSeal": "true", "stateNameInSeal": "true", "notaryPublicInSeal": "true", "allowSystemCreatedSeal": "true", "allowUserUploadedSeal": "false" }, "commissionId": "123456", "commissionExpiration": "2020-08-31T07:00:00.0000000Z", "registeredName": "Robert Notary", "county": "Adams", "sealType": "system_created" } ``` More... | |
ApiResponse< NotaryJurisdiction > | 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 `jurisdictionId` path parameter must be a jurisdiction that the notary is registered for. - The `jurisdictionId` path parameter must match the request body's `jurisdiction.jurisdictionId`. The request body must have a full `jurisdiction` object for the jurisdiction property. The best way to do this is to use `getNotaryJurisdiction` to obtain the current values and update the properties you want to change. For example, assume `getNotaryJurisdiction` returns this: ``` { "jurisdiction": { "jurisdictionId": "15", "name": "Iowa", "county": "", "enabled": "true", "countyInSeal": "false", "commissionIdInSeal": "true", "stateNameInSeal": "true", "notaryPublicInSeal": "true", "allowSystemCreatedSeal": "true", "allowUserUploadedSeal": "false" }, "commissionId": "123456", "commissionExpiration": "2020-08-31T07:00:00.0000000Z", "registeredName": "Bob Notary", "county": "Adams", "sealType": "system_created" } ``` If you want to change the name of the notary from "Bob Notary" to "Robert Notary", your request body would be: ``` { "jurisdiction": { "jurisdictionId": "15", "name": "Iowa", "county": "", "enabled": "true", "countyInSeal": "false", "commissionIdInSeal": "true", "stateNameInSeal": "true", "notaryPublicInSeal": "true", "allowSystemCreatedSeal": "true", "allowUserUploadedSeal": "false" }, "commissionId": "123456", "commissionExpiration": "2020-08-31T07:00:00.0000000Z", "registeredName": "Robert Notary", "county": "Adams", "sealType": "system_created" } ``` More... | |
async System.Threading.Tasks.Task< NotaryJurisdiction > | 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 `jurisdictionId` path parameter must be a jurisdiction that the notary is registered for. - The `jurisdictionId` path parameter must match the request body's `jurisdiction.jurisdictionId`. The request body must have a full `jurisdiction` object for the jurisdiction property. The best way to do this is to use `getNotaryJurisdiction` to obtain the current values and update the properties you want to change. For example, assume `getNotaryJurisdiction` returns this: ``` { "jurisdiction": { "jurisdictionId": "15", "name": "Iowa", "county": "", "enabled": "true", "countyInSeal": "false", "commissionIdInSeal": "true", "stateNameInSeal": "true", "notaryPublicInSeal": "true", "allowSystemCreatedSeal": "true", "allowUserUploadedSeal": "false" }, "commissionId": "123456", "commissionExpiration": "2020-08-31T07:00:00.0000000Z", "registeredName": "Bob Notary", "county": "Adams", "sealType": "system_created" } ``` If you want to change the name of the notary from "Bob Notary" to "Robert Notary", your request body would be: ``` { "jurisdiction": { "jurisdictionId": "15", "name": "Iowa", "county": "", "enabled": "true", "countyInSeal": "false", "commissionIdInSeal": "true", "stateNameInSeal": "true", "notaryPublicInSeal": "true", "allowSystemCreatedSeal": "true", "allowUserUploadedSeal": "false" }, "commissionId": "123456", "commissionExpiration": "2020-08-31T07:00:00.0000000Z", "registeredName": "Robert Notary", "county": "Adams", "sealType": "system_created" } ``` 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 `jurisdictionId` path parameter must be a jurisdiction that the notary is registered for. - The `jurisdictionId` path parameter must match the request body's `jurisdiction.jurisdictionId`. The request body must have a full `jurisdiction` object for the jurisdiction property. The best way to do this is to use `getNotaryJurisdiction` to obtain the current values and update the properties you want to change. For example, assume `getNotaryJurisdiction` returns this: ``` { "jurisdiction": { "jurisdictionId": "15", "name": "Iowa", "county": "", "enabled": "true", "countyInSeal": "false", "commissionIdInSeal": "true", "stateNameInSeal": "true", "notaryPublicInSeal": "true", "allowSystemCreatedSeal": "true", "allowUserUploadedSeal": "false" }, "commissionId": "123456", "commissionExpiration": "2020-08-31T07:00:00.0000000Z", "registeredName": "Bob Notary", "county": "Adams", "sealType": "system_created" } ``` If you want to change the name of the notary from "Bob Notary" to "Robert Notary", your request body would be: ``` { "jurisdiction": { "jurisdictionId": "15", "name": "Iowa", "county": "", "enabled": "true", "countyInSeal": "false", "commissionIdInSeal": "true", "stateNameInSeal": "true", "notaryPublicInSeal": "true", "allowSystemCreatedSeal": "true", "allowUserUploadedSeal": "false" }, "commissionId": "123456", "commissionExpiration": "2020-08-31T07:00:00.0000000Z", "registeredName": "Robert Notary", "county": "Adams", "sealType": "system_created" } ``` More... | |
Public Member Functions inherited from DocuSign.eSign.Api.INotaryApi | |
NotaryResult | GetNotary (NotaryApi.GetNotaryOptions options=null) |
Get notary settings for a user More... | |
ApiResponse< NotaryResult > | GetNotaryWithHttpInfo (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< NotaryJournalList > | ListNotaryJournalsWithHttpInfo (NotaryApi.ListNotaryJournalsOptions options=null) |
Get notary jurisdictions for a user More... | |
System.Threading.Tasks.Task< NotaryResult > | GetNotaryAsync (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< NotaryJournalList > | ListNotaryJournalsAsync (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... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the NotaryApi class using AplClient object
aplClient | An instance of AplClient |
Add a notary to the system Registers the current user as a notary.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
notary | (optional) |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Add a notary to the system Registers the current user as a notary.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
notary | (optional) |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Add a notary to the system Registers the current user as a notary.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
notary | (optional) |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Add a notary jurisdiction to the system Creates a jurisdiction object.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
notaryJurisdiction | (optional) |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Add a notary jurisdiction to the system Creates a jurisdiction object.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
notaryJurisdiction | (optional) |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Add a notary jurisdiction to the system Creates a jurisdiction object.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
notaryJurisdiction | (optional) |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Add a notary jurisdiction to the system Creates a jurisdiction object.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
notaryJurisdiction | (optional) |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Add a notary to the system Registers the current user as a notary.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
notary | (optional) |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Delete a notary jurisdiction a specified user. Deletes the specified jurisdiction.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
jurisdictionId |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Delete a notary jurisdiction a specified user. Deletes the specified jurisdiction.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
jurisdictionId |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Delete a notary jurisdiction a specified user. Deletes the specified jurisdiction.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
jurisdictionId |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Delete a notary jurisdiction a specified user. Deletes the specified jurisdiction.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
jurisdictionId |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
|
inline |
Get notary settings for a user Gets settings for a notary user. The current user must be a notary.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
options | Options for modifying the behavior of the function. |
|
inline |
Get notary settings for a user Gets settings for a notary user. The current user must be a notary.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
options | Options for modifying the behavior of the function. |
|
inline |
Get notary settings for a user Gets settings for a notary user. The current user must be a notary.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
options | Options for modifying the behavior of the function. |
|
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 `jurisdictionId` must be a jurisdiction that the notary is registered for.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
jurisdictionId |
Implements DocuSign.eSign.Api.INotaryApi.
|
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 `jurisdictionId` must be a jurisdiction that the notary is registered for.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
jurisdictionId |
Implements DocuSign.eSign.Api.INotaryApi.
|
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 `jurisdictionId` must be a jurisdiction that the notary is registered for.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
jurisdictionId |
Implements DocuSign.eSign.Api.INotaryApi.
|
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.INotaryApi.
|
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.INotaryApi.
|
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Get notary seal for a jurisdiction
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
jurisdictionId |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Get notary seal for a jurisdiction
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
jurisdictionId |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Get notary seal for a jurisdiction
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
jurisdictionId |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Get notary seal for a jurisdiction
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
jurisdictionId |
Implements DocuSign.eSign.Api.INotaryApi.
|
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.INotaryApi.
|
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 `jurisdictionId` must be a jurisdiction that the notary is registered for.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
jurisdictionId |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Get notary settings for a user Gets settings for a notary user. The current user must be a notary.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
options | Options for modifying the behavior of the function. |
|
inline |
Get notary jurisdictions for a user
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
options | Options for modifying the behavior of the function. |
|
inline |
Get notary jurisdictions for a user
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
options | Options for modifying the behavior of the function. |
|
inline |
Get notary jurisdictions for a user
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
options | Options for modifying the behavior of the function. |
|
inline |
Get notary jurisdictions for a user
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
options | Options for modifying the behavior of the function. |
Update a notary Updates notary information for the current user.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
notary | (optional) |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Update a notary Updates notary information for the current user.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
notary | (optional) |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Update a notary Updates notary information for the current user.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
notary | (optional) |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Update a notary jurisdiction Updates the jurisdiction information about a notary. The following restrictions apply: - The current user must be a notary. - The `jurisdictionId` path parameter must be a jurisdiction that the notary is registered for. - The `jurisdictionId` path parameter must match the request body's `jurisdiction.jurisdictionId`. The request body must have a full `jurisdiction` object for the jurisdiction property. The best way to do this is to use `getNotaryJurisdiction` to obtain the current values and update the properties you want to change. For example, assume `getNotaryJurisdiction` returns this: ``` { "jurisdiction": { "jurisdictionId": "15", "name": "Iowa", "county": "", "enabled": "true", "countyInSeal": "false", "commissionIdInSeal": "true", "stateNameInSeal": "true", "notaryPublicInSeal": "true", "allowSystemCreatedSeal": "true", "allowUserUploadedSeal": "false" }, "commissionId": "123456", "commissionExpiration": "2020-08-31T07:00:00.0000000Z", "registeredName": "Bob Notary", "county": "Adams", "sealType": "system_created" } ``` If you want to change the name of the notary from "Bob Notary" to "Robert Notary", your request body would be: ``` { "jurisdiction": { "jurisdictionId": "15", "name": "Iowa", "county": "", "enabled": "true", "countyInSeal": "false", "commissionIdInSeal": "true", "stateNameInSeal": "true", "notaryPublicInSeal": "true", "allowSystemCreatedSeal": "true", "allowUserUploadedSeal": "false" }, "commissionId": "123456", "commissionExpiration": "2020-08-31T07:00:00.0000000Z", "registeredName": "Robert Notary", "county": "Adams", "sealType": "system_created" } ```
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
jurisdictionId | |
notaryJurisdiction | (optional) |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Update a notary jurisdiction Updates the jurisdiction information about a notary. The following restrictions apply: - The current user must be a notary. - The `jurisdictionId` path parameter must be a jurisdiction that the notary is registered for. - The `jurisdictionId` path parameter must match the request body's `jurisdiction.jurisdictionId`. The request body must have a full `jurisdiction` object for the jurisdiction property. The best way to do this is to use `getNotaryJurisdiction` to obtain the current values and update the properties you want to change. For example, assume `getNotaryJurisdiction` returns this: ``` { "jurisdiction": { "jurisdictionId": "15", "name": "Iowa", "county": "", "enabled": "true", "countyInSeal": "false", "commissionIdInSeal": "true", "stateNameInSeal": "true", "notaryPublicInSeal": "true", "allowSystemCreatedSeal": "true", "allowUserUploadedSeal": "false" }, "commissionId": "123456", "commissionExpiration": "2020-08-31T07:00:00.0000000Z", "registeredName": "Bob Notary", "county": "Adams", "sealType": "system_created" } ``` If you want to change the name of the notary from "Bob Notary" to "Robert Notary", your request body would be: ``` { "jurisdiction": { "jurisdictionId": "15", "name": "Iowa", "county": "", "enabled": "true", "countyInSeal": "false", "commissionIdInSeal": "true", "stateNameInSeal": "true", "notaryPublicInSeal": "true", "allowSystemCreatedSeal": "true", "allowUserUploadedSeal": "false" }, "commissionId": "123456", "commissionExpiration": "2020-08-31T07:00:00.0000000Z", "registeredName": "Robert Notary", "county": "Adams", "sealType": "system_created" } ```
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
jurisdictionId | |
notaryJurisdiction | (optional) |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Update a notary jurisdiction Updates the jurisdiction information about a notary. The following restrictions apply: - The current user must be a notary. - The `jurisdictionId` path parameter must be a jurisdiction that the notary is registered for. - The `jurisdictionId` path parameter must match the request body's `jurisdiction.jurisdictionId`. The request body must have a full `jurisdiction` object for the jurisdiction property. The best way to do this is to use `getNotaryJurisdiction` to obtain the current values and update the properties you want to change. For example, assume `getNotaryJurisdiction` returns this: ``` { "jurisdiction": { "jurisdictionId": "15", "name": "Iowa", "county": "", "enabled": "true", "countyInSeal": "false", "commissionIdInSeal": "true", "stateNameInSeal": "true", "notaryPublicInSeal": "true", "allowSystemCreatedSeal": "true", "allowUserUploadedSeal": "false" }, "commissionId": "123456", "commissionExpiration": "2020-08-31T07:00:00.0000000Z", "registeredName": "Bob Notary", "county": "Adams", "sealType": "system_created" } ``` If you want to change the name of the notary from "Bob Notary" to "Robert Notary", your request body would be: ``` { "jurisdiction": { "jurisdictionId": "15", "name": "Iowa", "county": "", "enabled": "true", "countyInSeal": "false", "commissionIdInSeal": "true", "stateNameInSeal": "true", "notaryPublicInSeal": "true", "allowSystemCreatedSeal": "true", "allowUserUploadedSeal": "false" }, "commissionId": "123456", "commissionExpiration": "2020-08-31T07:00:00.0000000Z", "registeredName": "Robert Notary", "county": "Adams", "sealType": "system_created" } ```
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
jurisdictionId | |
notaryJurisdiction | (optional) |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Update a notary jurisdiction Updates the jurisdiction information about a notary. The following restrictions apply: - The current user must be a notary. - The `jurisdictionId` path parameter must be a jurisdiction that the notary is registered for. - The `jurisdictionId` path parameter must match the request body's `jurisdiction.jurisdictionId`. The request body must have a full `jurisdiction` object for the jurisdiction property. The best way to do this is to use `getNotaryJurisdiction` to obtain the current values and update the properties you want to change. For example, assume `getNotaryJurisdiction` returns this: ``` { "jurisdiction": { "jurisdictionId": "15", "name": "Iowa", "county": "", "enabled": "true", "countyInSeal": "false", "commissionIdInSeal": "true", "stateNameInSeal": "true", "notaryPublicInSeal": "true", "allowSystemCreatedSeal": "true", "allowUserUploadedSeal": "false" }, "commissionId": "123456", "commissionExpiration": "2020-08-31T07:00:00.0000000Z", "registeredName": "Bob Notary", "county": "Adams", "sealType": "system_created" } ``` If you want to change the name of the notary from "Bob Notary" to "Robert Notary", your request body would be: ``` { "jurisdiction": { "jurisdictionId": "15", "name": "Iowa", "county": "", "enabled": "true", "countyInSeal": "false", "commissionIdInSeal": "true", "stateNameInSeal": "true", "notaryPublicInSeal": "true", "allowSystemCreatedSeal": "true", "allowUserUploadedSeal": "false" }, "commissionId": "123456", "commissionExpiration": "2020-08-31T07:00:00.0000000Z", "registeredName": "Robert Notary", "county": "Adams", "sealType": "system_created" } ```
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
jurisdictionId | |
notaryJurisdiction | (optional) |
Implements DocuSign.eSign.Api.INotaryApi.
|
inline |
Update a notary Updates notary information for the current user.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
notary | (optional) |
Implements DocuSign.eSign.Api.INotaryApi.
|
getset |
Gets or sets the ApiClient object
An instance of the ApiClient
|
getset |
Provides a factory method hook for the creation of exceptions.