This API expose all the functionnalities for the eZmax and eZsign applications.
This C# SDK is automatically generated by the OpenAPI Generator project:
- API version: 1.2.0
- SDK version: 1.2.0
- Generator version: 7.4.0
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen For more information, please visit https://www.ezmax.ca/en/contact
- RestSharp - 106.13.0 or later
- Json.NET - 13.0.2 or later
- JsonSubTypes - 1.8.0 or later
- System.ComponentModel.Annotations - 5.0.0 or later
The DLLs included in the package may not be the latest version. We recommend using NuGet to obtain the latest version of the packages:
Install-Package RestSharp
Install-Package Newtonsoft.Json
Install-Package JsonSubTypes
Install-Package System.ComponentModel.Annotations
NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See RestSharp#742. NOTE: RestSharp for .Net Core creates a new socket for each api call, which can lead to a socket exhaustion problem. See RestSharp#1406.
Run the following command to generate the DLL
- [Mac/Linux]
/bin/sh build.sh
- [Windows]
build.bat
Then include the DLL (under the bin
folder) in the C# project, and use the namespaces:
using eZmaxApi.Api;
using eZmaxApi.Client;
using eZmaxApi.Model;
A .nuspec
is included with the project. You can follow the Nuget quickstart to create and publish packages.
This .nuspec
uses placeholders from the .csproj
, so build the .csproj
directly:
nuget pack -Build -OutputDirectory out eZmaxApi.csproj
Then, publish to a local feed or other host and consume the new package via Nuget as usual.
To use the API client with a HTTP proxy, setup a System.Net.WebProxy
Configuration c = new Configuration();
System.Net.WebProxy webProxy = new System.Net.WebProxy("http://myProxyUrl:80/");
webProxy.Credentials = System.Net.CredentialCache.DefaultCredentials;
c.Proxy = webProxy;
using System.Collections.Generic;
using System.Diagnostics;
using eZmaxApi.Api;
using eZmaxApi.Client;
using eZmaxApi.Model;
namespace Example
{
public class Example
{
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest";
var apiInstance = new GlobalCustomerApi(config);
var pksCustomerCode = "pksCustomerCode_example"; // string |
var sInfrastructureproductCode = "appcluster01"; // string? | The infrastructure product Code If undefined, \"appcluster01\" is assumed (optional)
try
{
// Get customer endpoint
GlobalCustomerGetEndpointV1Response result = apiInstance.GlobalCustomerGetEndpointV1(pksCustomerCode, sInfrastructureproductCode);
Debug.WriteLine(result);
}
catch (ApiException e)
{
Debug.Print("Exception when calling GlobalCustomerApi.GlobalCustomerGetEndpointV1: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
}
}
}
All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Class | Method | HTTP request | Description |
---|---|---|---|
GlobalCustomerApi | GlobalCustomerGetEndpointV1 | GET /1/customer/{pksCustomerCode}/endpoint | Get customer endpoint |
GlobalEzmaxclientApi | GlobalEzmaxclientVersionV1 | GET /1/ezmaxclient/{pksEzmaxclientOs}/version | Retrieve the latest version of the Ezmaxclient |
GlobalEzmaxcustomerApi | GlobalEzmaxcustomerGetConfigurationV1 | GET /1/ezmaxcustomer/{pksEzmaxcustomerCode}/getConfiguration | Get ezmaxcustomer configuration |
ModuleEzsignApi | EzsignSuggestSignersV1 | GET /1/module/ezsign/suggestSigners | Suggest signers |
ModuleEzsignApi | EzsignSuggestTemplatesV1 | GET /1/module/ezsign/suggestTemplates | Suggest templates |
ModuleReportApi | ReportGetReportFromCacheV1 | GET /1/module/report/getReportFromCache/{sReportgroupCacheID} | Retrieve report from cache |
ModuleUserApi | UserCreateEzsignuserV1 | POST /1/module/user/createezsignuser | Create a new User of type Ezsignuser |
ObjectActivesessionApi | ActivesessionGetCurrentV1 | GET /1/object/activesession/getCurrent | Get Current Activesession |
ObjectActivesessionApi | ActivesessionGetListV1 | GET /1/object/activesession/getList | Retrieve Activesession list |
ObjectApikeyApi | ApikeyCreateObjectV2 | POST /2/object/apikey | Create a new Apikey |
ObjectApikeyApi | ApikeyEditObjectV1 | PUT /1/object/apikey/{pkiApikeyID} | Edit an existing Apikey |
ObjectApikeyApi | ApikeyEditPermissionsV1 | PUT /1/object/apikey/{pkiApikeyID}/editPermissions | Edit multiple Permissions |
ObjectApikeyApi | ApikeyGetCorsV1 | GET /1/object/apikey/{pkiApikeyID}/getCors | Retrieve an existing Apikey's cors |
ObjectApikeyApi | ApikeyGetListV1 | GET /1/object/apikey/getList | Retrieve Apikey list |
ObjectApikeyApi | ApikeyGetObjectV2 | GET /2/object/apikey/{pkiApikeyID} | Retrieve an existing Apikey |
ObjectApikeyApi | ApikeyGetPermissionsV1 | GET /1/object/apikey/{pkiApikeyID}/getPermissions | Retrieve an existing Apikey's Permissions |
ObjectApikeyApi | ApikeyGetSubnetsV1 | GET /1/object/apikey/{pkiApikeyID}/getSubnets | Retrieve an existing Apikey's subnets |
ObjectApikeyApi | ApikeyRegenerateV1 | POST /1/object/apikey/{pkiApikeyID}/regenerate | Regenerate the Apikey |
ObjectAttachmentApi | AttachmentDownloadV1 | GET /1/object/attachment/{pkiAttachmentID}/download | Retrieve the content |
ObjectAttachmentApi | AttachmentGetAttachmentlogsV1 | GET /1/object/attachment/{pkiAttachmentID}/getAttachmentlogs | Retrieve the Attachmentlogs |
ObjectAttachmentApi | AttachmentGetDownloadUrlV1 | GET /1/object/attachment/{pkiAttachmentID}/getDownloadUrl | Retrieve a URL to download attachments. |
ObjectBillingentityexternalApi | BillingentityexternalGetAutocompleteV2 | GET /2/object/billingentityexternal/getAutocomplete/{sSelector} | Retrieve Billingentityexternals and IDs |
ObjectBillingentityinternalApi | BillingentityinternalCreateObjectV1 | POST /1/object/billingentityinternal | Create a new Billingentityinternal |
ObjectBillingentityinternalApi | BillingentityinternalEditObjectV1 | PUT /1/object/billingentityinternal/{pkiBillingentityinternalID} | Edit an existing Billingentityinternal |
ObjectBillingentityinternalApi | BillingentityinternalGetAutocompleteV2 | GET /2/object/billingentityinternal/getAutocomplete/{sSelector} | Retrieve Billingentityinternals and IDs |
ObjectBillingentityinternalApi | BillingentityinternalGetListV1 | GET /1/object/billingentityinternal/getList | Retrieve Billingentityinternal list |
ObjectBillingentityinternalApi | BillingentityinternalGetObjectV2 | GET /2/object/billingentityinternal/{pkiBillingentityinternalID} | Retrieve an existing Billingentityinternal |
ObjectBrandingApi | BrandingCreateObjectV1 | POST /1/object/branding | Create a new Branding |
ObjectBrandingApi | BrandingEditObjectV1 | PUT /1/object/branding/{pkiBrandingID} | Edit an existing Branding |
ObjectBrandingApi | BrandingGetAutocompleteV2 | GET /2/object/branding/getAutocomplete/{sSelector} | Retrieve Brandings and IDs |
ObjectBrandingApi | BrandingGetListV1 | GET /1/object/branding/getList | Retrieve Branding list |
ObjectBrandingApi | BrandingGetObjectV2 | GET /2/object/branding/{pkiBrandingID} | Retrieve an existing Branding |
ObjectBuyercontractApi | BuyercontractGetCommunicationListV1 | GET /1/object/buyercontract/{pkiBuyercontractID}/getCommunicationList | Retrieve Communication list |
ObjectClonehistoryApi | ClonehistoryGetListV1 | GET /1/object/clonehistory/getList | Retrieve Clonehistory list |
ObjectCommunicationApi | CommunicationSendV1 | POST /1/object/communication/send | Send a new Communication |
ObjectCompanyApi | CompanyGetAutocompleteV2 | GET /2/object/company/getAutocomplete/{sSelector} | Retrieve Companys and IDs |
ObjectCorsApi | CorsCreateObjectV1 | POST /1/object/cors | Create a new Cors |
ObjectCorsApi | CorsDeleteObjectV1 | DELETE /1/object/cors/{pkiCorsID} | Delete an existing Cors |
ObjectCorsApi | CorsEditObjectV1 | PUT /1/object/cors/{pkiCorsID} | Edit an existing Cors |
ObjectCorsApi | CorsGetObjectV2 | GET /2/object/cors/{pkiCorsID} | Retrieve an existing Cors |
ObjectCountryApi | CountryGetAutocompleteV2 | GET /2/object/country/getAutocomplete/{sSelector} | Retrieve Countries and IDs |
ObjectCreditcardclientApi | CreditcardclientCreateObjectV1 | POST /1/object/creditcardclient | Create a new Creditcardclient |
ObjectCreditcardclientApi | CreditcardclientDeleteObjectV1 | DELETE /1/object/creditcardclient/{pkiCreditcardclientID} | Delete an existing Creditcardclient |
ObjectCreditcardclientApi | CreditcardclientEditObjectV1 | PUT /1/object/creditcardclient/{pkiCreditcardclientID} | Edit an existing Creditcardclient |
ObjectCreditcardclientApi | CreditcardclientGetAutocompleteV2 | GET /2/object/creditcardclient/getAutocomplete/{sSelector} | Retrieve Creditcardclients and IDs |
ObjectCreditcardclientApi | CreditcardclientGetListV1 | GET /1/object/creditcardclient/getList | Retrieve Creditcardclient list |
ObjectCreditcardclientApi | CreditcardclientGetObjectV2 | GET /2/object/creditcardclient/{pkiCreditcardclientID} | Retrieve an existing Creditcardclient |
ObjectCreditcardtypeApi | CreditcardtypeGetAutocompleteV2 | GET /2/object/creditcardtype/getAutocomplete/{sSelector} | Retrieve Creditcardtypes and IDs |
ObjectDepartmentApi | DepartmentGetAutocompleteV2 | GET /2/object/department/getAutocomplete/{sSelector} | Retrieve Departments and IDs |
ObjectDiscussionApi | DiscussionCreateObjectV1 | POST /1/object/discussion | Create a new Discussion |
ObjectDiscussionApi | DiscussionDeleteObjectV1 | DELETE /1/object/discussion/{pkiDiscussionID} | Delete an existing Discussion |
ObjectDiscussionApi | DiscussionGetObjectV2 | GET /2/object/discussion/{pkiDiscussionID} | Retrieve an existing Discussion |
ObjectDiscussionApi | DiscussionPatchObjectV1 | PATCH /1/object/discussion/{pkiDiscussionID} | Patch an existing Discussion |
ObjectDiscussionApi | DiscussionUpdateDiscussionreadstatusV1 | POST /1/object/discussion/{pkiDiscussionID}/updateDiscussionreadstatus | Update the read status of the discussion |
ObjectDiscussionmembershipApi | DiscussionmembershipCreateObjectV1 | POST /1/object/discussionmembership | Create a new Discussionmembership |
ObjectDiscussionmembershipApi | DiscussionmembershipDeleteObjectV1 | DELETE /1/object/discussionmembership/{pkiDiscussionmembershipID} | Delete an existing Discussionmembership |
ObjectDiscussionmessageApi | DiscussionmessageCreateObjectV1 | POST /1/object/discussionmessage | Create a new Discussionmessage |
ObjectDiscussionmessageApi | DiscussionmessageDeleteObjectV1 | DELETE /1/object/discussionmessage/{pkiDiscussionmessageID} | Delete an existing Discussionmessage |
ObjectDiscussionmessageApi | DiscussionmessagePatchObjectV1 | PATCH /1/object/discussionmessage/{pkiDiscussionmessageID} | Patch an existing Discussionmessage |
ObjectElectronicfundstransferApi | ElectronicfundstransferGetCommunicationListV1 | GET /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationList | Retrieve Communication list |
ObjectEmailtypeApi | EmailtypeGetAutocompleteV2 | GET /2/object/emailtype/getAutocomplete/{sSelector} | Retrieve Emailtypes and IDs |
ObjectEzmaxinvoicingApi | EzmaxinvoicingGetAutocompleteV2 | GET /2/object/ezmaxinvoicing/getAutocomplete/{sSelector} | Retrieve Ezmaxinvoicings and IDs |
ObjectEzmaxinvoicingApi | EzmaxinvoicingGetObjectV2 | GET /2/object/ezmaxinvoicing/{pkiEzmaxinvoicingID} | Retrieve an existing Ezmaxinvoicing |
ObjectEzmaxinvoicingApi | EzmaxinvoicingGetProvisionalV1 | GET /1/object/ezmaxinvoicing/getProvisional | Retrieve provisional Ezmaxinvoicing |
ObjectEzmaxproductApi | EzmaxproductGetAutocompleteV2 | GET /2/object/ezmaxproduct/getAutocomplete/{sSelector} | Retrieve Ezmaxproducts and IDs |
ObjectEzsignbulksendApi | EzsignbulksendCreateEzsignbulksendtransmissionV1 | POST /1/object/ezsignbulksend/{pkiEzsignbulksendID}/createEzsignbulksendtransmission | Create a new Ezsignbulksendtransmission in the Ezsignbulksend |
ObjectEzsignbulksendApi | EzsignbulksendCreateObjectV1 | POST /1/object/ezsignbulksend | Create a new Ezsignbulksend |
ObjectEzsignbulksendApi | EzsignbulksendDeleteObjectV1 | DELETE /1/object/ezsignbulksend/{pkiEzsignbulksendID} | Delete an existing Ezsignbulksend |
ObjectEzsignbulksendApi | EzsignbulksendEditObjectV1 | PUT /1/object/ezsignbulksend/{pkiEzsignbulksendID} | Edit an existing Ezsignbulksend |
ObjectEzsignbulksendApi | EzsignbulksendGetCsvTemplateV1 | GET /1/object/ezsignbulksend/{pkiEzsignbulksendID}/getCsvTemplate | Retrieve an existing Ezsignbulksend's empty Csv template |
ObjectEzsignbulksendApi | EzsignbulksendGetEzsignbulksendtransmissionsV1 | GET /1/object/ezsignbulksend/{pkiEzsignbulksendID}/getEzsignbulksendtransmissions | Retrieve an existing Ezsignbulksend's Ezsignbulksendtransmissions |
ObjectEzsignbulksendApi | EzsignbulksendGetEzsignsignaturesAutomaticV1 | GET /1/object/ezsignbulksend/{pkiEzsignbulksendID}/getEzsignsignaturesAutomatic | Retrieve an existing Ezsignbulksend's automatic Ezsignsignatures |
ObjectEzsignbulksendApi | EzsignbulksendGetFormsDataV1 | GET /1/object/ezsignbulksend/{pkiEzsignbulksendID}/getFormsData | Retrieve an existing Ezsignbulksend's forms data |
ObjectEzsignbulksendApi | EzsignbulksendGetListV1 | GET /1/object/ezsignbulksend/getList | Retrieve Ezsignbulksend list |
ObjectEzsignbulksendApi | EzsignbulksendGetObjectV2 | GET /2/object/ezsignbulksend/{pkiEzsignbulksendID} | Retrieve an existing Ezsignbulksend |
ObjectEzsignbulksendApi | EzsignbulksendReorderV1 | POST /1/object/ezsignbulksend/{pkiEzsignbulksendID}/reorder | Reorder Ezsignbulksenddocumentmappings in the Ezsignbulksend |
ObjectEzsignbulksenddocumentmappingApi | EzsignbulksenddocumentmappingCreateObjectV1 | POST /1/object/ezsignbulksenddocumentmapping | Create a new Ezsignbulksenddocumentmapping |
ObjectEzsignbulksenddocumentmappingApi | EzsignbulksenddocumentmappingDeleteObjectV1 | DELETE /1/object/ezsignbulksenddocumentmapping/{pkiEzsignbulksenddocumentmappingID} | Delete an existing Ezsignbulksenddocumentmapping |
ObjectEzsignbulksenddocumentmappingApi | EzsignbulksenddocumentmappingGetObjectV2 | GET /2/object/ezsignbulksenddocumentmapping/{pkiEzsignbulksenddocumentmappingID} | Retrieve an existing Ezsignbulksenddocumentmapping |
ObjectEzsignbulksendsignermappingApi | EzsignbulksendsignermappingCreateObjectV1 | POST /1/object/ezsignbulksendsignermapping | Create a new Ezsignbulksendsignermapping |
ObjectEzsignbulksendsignermappingApi | EzsignbulksendsignermappingDeleteObjectV1 | DELETE /1/object/ezsignbulksendsignermapping/{pkiEzsignbulksendsignermappingID} | Delete an existing Ezsignbulksendsignermapping |
ObjectEzsignbulksendsignermappingApi | EzsignbulksendsignermappingGetObjectV2 | GET /2/object/ezsignbulksendsignermapping/{pkiEzsignbulksendsignermappingID} | Retrieve an existing Ezsignbulksendsignermapping |
ObjectEzsignbulksendtransmissionApi | EzsignbulksendtransmissionGetCsvErrorsV1 | GET /1/object/ezsignbulksendtransmission/{pkiEzsignbulksendtransmissionID}/getCsvErrors | Retrieve an existing Ezsignbulksendtransmission's Csv containing errors |
ObjectEzsignbulksendtransmissionApi | EzsignbulksendtransmissionGetEzsignsignaturesAutomaticV1 | GET /1/object/ezsignbulksendtransmission/{pkiEzsignbulksendtransmissionID}/getEzsignsignaturesAutomatic | Retrieve an existing Ezsignbulksendtransmission's automatic Ezsignsignatures |
ObjectEzsignbulksendtransmissionApi | EzsignbulksendtransmissionGetFormsDataV1 | GET /1/object/ezsignbulksendtransmission/{pkiEzsignbulksendtransmissionID}/getFormsData | Retrieve an existing Ezsignbulksendtransmission's forms data |
ObjectEzsignbulksendtransmissionApi | EzsignbulksendtransmissionGetObjectV2 | GET /2/object/ezsignbulksendtransmission/{pkiEzsignbulksendtransmissionID} | Retrieve an existing Ezsignbulksendtransmission |
ObjectEzsigndiscussionApi | EzsigndiscussionCreateObjectV1 | POST /1/object/ezsigndiscussion | Create a new Ezsigndiscussion |
ObjectEzsigndiscussionApi | EzsigndiscussionDeleteObjectV1 | DELETE /1/object/ezsigndiscussion/{pkiEzsigndiscussionID} | Delete an existing Ezsigndiscussion |
ObjectEzsigndiscussionApi | EzsigndiscussionGetObjectV2 | GET /2/object/ezsigndiscussion/{pkiEzsigndiscussionID} | Retrieve an existing Ezsigndiscussion |
ObjectEzsigndocumentApi | EzsigndocumentApplyEzsigntemplateV1 | POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/applyezsigntemplate | Apply an Ezsigntemplate to the Ezsigndocument. |
ObjectEzsigndocumentApi | EzsigndocumentApplyEzsigntemplateV2 | POST /2/object/ezsigndocument/{pkiEzsigndocumentID}/applyEzsigntemplate | Apply an Ezsigntemplate to the Ezsigndocument. |
ObjectEzsigndocumentApi | EzsigndocumentApplyEzsigntemplateglobalV1 | POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/applyEzsigntemplateglobal | Apply an Ezsigntemplateglobal to the Ezsigndocument. |
ObjectEzsigndocumentApi | EzsigndocumentCreateEzsignelementsPositionedByWordV1 | POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/createEzsignelementsPositionedByWord | Create multiple Ezsignsignatures/Ezsignformfieldgroups |
ObjectEzsigndocumentApi | EzsigndocumentCreateObjectV1 | POST /1/object/ezsigndocument | Create a new Ezsigndocument |
ObjectEzsigndocumentApi | EzsigndocumentCreateObjectV2 | POST /2/object/ezsigndocument | Create a new Ezsigndocument |
ObjectEzsigndocumentApi | EzsigndocumentDeclineToSignV1 | POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/declineToSign | Decline to sign |
ObjectEzsigndocumentApi | EzsigndocumentDeleteObjectV1 | DELETE /1/object/ezsigndocument/{pkiEzsigndocumentID} | Delete an existing Ezsigndocument |
ObjectEzsigndocumentApi | EzsigndocumentEditEzsignformfieldgroupsV1 | PUT /1/object/ezsigndocument/{pkiEzsigndocumentID}/editEzsignformfieldgroups | Edit multiple Ezsignformfieldgroups |
ObjectEzsigndocumentApi | EzsigndocumentEditEzsignsignaturesV1 | PUT /1/object/ezsigndocument/{pkiEzsigndocumentID}/editEzsignsignatures | Edit multiple Ezsignsignatures |
ObjectEzsigndocumentApi | EzsigndocumentEndPrematurelyV1 | POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/endPrematurely | End prematurely |
ObjectEzsigndocumentApi | EzsigndocumentFlattenV1 | POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/flatten | Flatten |
ObjectEzsigndocumentApi | EzsigndocumentGetActionableElementsV1 | GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getActionableElements | Retrieve actionable elements for the Ezsigndocument |
ObjectEzsigndocumentApi | EzsigndocumentGetAttachmentsV1 | GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getAttachments | Retrieve Ezsigndocument's Attachments |
ObjectEzsigndocumentApi | EzsigndocumentGetCompletedElementsV1 | GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getCompletedElements | Retrieve completed elements for the Ezsigndocument |
ObjectEzsigndocumentApi | EzsigndocumentGetDownloadUrlV1 | GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getDownloadUrl/{eDocumentType} | Retrieve a URL to download documents. |
ObjectEzsigndocumentApi | EzsigndocumentGetEzsignannotationsV1 | GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsignannotations | Retrieve an existing Ezsigndocument's Ezsignannotations |
ObjectEzsigndocumentApi | EzsigndocumentGetEzsigndiscussionsV1 | GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsigndiscussions | Retrieve an existing Ezsigndocument's Ezsigndiscussions |
ObjectEzsigndocumentApi | EzsigndocumentGetEzsignformfieldgroupsV1 | GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsignformfieldgroups | Retrieve an existing Ezsigndocument's Ezsignformfieldgroups |
ObjectEzsigndocumentApi | EzsigndocumentGetEzsignpagesV1 | GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsignpages | Retrieve an existing Ezsigndocument's Ezsignpages |
ObjectEzsigndocumentApi | EzsigndocumentGetEzsignsignaturesAutomaticV1 | GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsignsignaturesAutomatic | Retrieve an existing Ezsigndocument's automatic Ezsignsignatures |
ObjectEzsigndocumentApi | EzsigndocumentGetEzsignsignaturesV1 | GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsignsignatures | Retrieve an existing Ezsigndocument's Ezsignsignatures |
ObjectEzsigndocumentApi | EzsigndocumentGetFormDataV1 | GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getFormData | Retrieve an existing Ezsigndocument's Form Data |
ObjectEzsigndocumentApi | EzsigndocumentGetObjectV1 | GET /1/object/ezsigndocument/{pkiEzsigndocumentID} | Retrieve an existing Ezsigndocument |
ObjectEzsigndocumentApi | EzsigndocumentGetObjectV2 | GET /2/object/ezsigndocument/{pkiEzsigndocumentID} | Retrieve an existing Ezsigndocument |
ObjectEzsigndocumentApi | EzsigndocumentGetTemporaryProofV1 | GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getTemporaryProof | Retrieve the temporary proof |
ObjectEzsigndocumentApi | EzsigndocumentGetWordsPositionsV1 | POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/getWordsPositions | Retrieve positions X,Y of given words from a Ezsigndocument |
ObjectEzsigndocumentApi | EzsigndocumentPatchObjectV1 | PATCH /1/object/ezsigndocument/{pkiEzsigndocumentID} | Patch an existing Ezsigndocument |
ObjectEzsigndocumentApi | EzsigndocumentSubmitEzsignformV1 | POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/submitEzsignform | Submit the Ezsignform |
ObjectEzsigndocumentApi | EzsigndocumentUnsendV1 | POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/unsend | Unsend the Ezsigndocument |
ObjectEzsignfolderApi | EzsignfolderArchiveV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/archive | Archive the Ezsignfolder |
ObjectEzsignfolderApi | EzsignfolderBatchDownloadV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/batchDownload | Download multiples files from an Ezsignfolder |
ObjectEzsignfolderApi | EzsignfolderCreateObjectV1 | POST /1/object/ezsignfolder | Create a new Ezsignfolder |
ObjectEzsignfolderApi | EzsignfolderCreateObjectV2 | POST /2/object/ezsignfolder | Create a new Ezsignfolder |
ObjectEzsignfolderApi | EzsignfolderDeleteObjectV1 | DELETE /1/object/ezsignfolder/{pkiEzsignfolderID} | Delete an existing Ezsignfolder |
ObjectEzsignfolderApi | EzsignfolderDisposeEzsignfoldersV1 | POST /1/object/ezsignfolder/disposeEzsignfolders | Dispose Ezsignfolders |
ObjectEzsignfolderApi | EzsignfolderDisposeV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/dispose | Dispose the Ezsignfolder |
ObjectEzsignfolderApi | EzsignfolderEditObjectV1 | PUT /1/object/ezsignfolder/{pkiEzsignfolderID} | Edit an existing Ezsignfolder |
ObjectEzsignfolderApi | EzsignfolderEndPrematurelyV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/endPrematurely | End prematurely |
ObjectEzsignfolderApi | EzsignfolderGetActionableElementsV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getActionableElements | Retrieve actionable elements for the Ezsignfolder |
ObjectEzsignfolderApi | EzsignfolderGetAttachmentCountV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getAttachmentCount | Retrieve Attachment count |
ObjectEzsignfolderApi | EzsignfolderGetAttachmentsV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getAttachments | Retrieve Ezsignfolder's Attachments |
ObjectEzsignfolderApi | EzsignfolderGetCommunicationCountV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getCommunicationCount | Retrieve Communication count |
ObjectEzsignfolderApi | EzsignfolderGetCommunicationListV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getCommunicationList | Retrieve Communication list |
ObjectEzsignfolderApi | EzsignfolderGetCommunicationrecipientsV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getCommunicationrecipients | Retrieve Ezsignfolder's Communicationrecipient |
ObjectEzsignfolderApi | EzsignfolderGetCommunicationsendersV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getCommunicationsenders | Retrieve Ezsignfolder's Communicationsender |
ObjectEzsignfolderApi | EzsignfolderGetEzsigndocumentsV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getEzsigndocuments | Retrieve an existing Ezsignfolder's Ezsigndocuments |
ObjectEzsignfolderApi | EzsignfolderGetEzsignfoldersignerassociationsV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getEzsignfoldersignerassociations | Retrieve an existing Ezsignfolder's Ezsignfoldersignerassociations |
ObjectEzsignfolderApi | EzsignfolderGetEzsignsignaturesAutomaticV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getEzsignsignaturesAutomatic | Retrieve an existing Ezsignfolder's automatic Ezsignsignatures |
ObjectEzsignfolderApi | EzsignfolderGetFormsDataV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getFormsData | Retrieve an existing Ezsignfolder's forms data |
ObjectEzsignfolderApi | EzsignfolderGetListV1 | GET /1/object/ezsignfolder/getList | Retrieve Ezsignfolder list |
ObjectEzsignfolderApi | EzsignfolderGetObjectV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID} | Retrieve an existing Ezsignfolder |
ObjectEzsignfolderApi | EzsignfolderGetObjectV2 | GET /2/object/ezsignfolder/{pkiEzsignfolderID} | Retrieve an existing Ezsignfolder |
ObjectEzsignfolderApi | EzsignfolderImportEzsignfoldersignerassociationsV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/importEzsignfoldersignerassociations | Import an existing Ezsignfoldersignerassociation into this Ezsignfolder |
ObjectEzsignfolderApi | EzsignfolderImportEzsigntemplatepackageV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/importEzsigntemplatepackage | Import an Ezsigntemplatepackage in the Ezsignfolder. |
ObjectEzsignfolderApi | EzsignfolderReorderV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/reorder | Reorder Ezsigndocuments in the Ezsignfolder |
ObjectEzsignfolderApi | EzsignfolderSendV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/send | Send the Ezsignfolder to the signatories for signature |
ObjectEzsignfolderApi | EzsignfolderSendV3 | POST /3/object/ezsignfolder/{pkiEzsignfolderID}/send | Send the Ezsignfolder to the signatories for signature |
ObjectEzsignfolderApi | EzsignfolderUnsendV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/unsend | Unsend the Ezsignfolder |
ObjectEzsignfoldersignerassociationApi | EzsignfoldersignerassociationCreateEmbeddedUrlV1 | POST /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}/createEmbeddedUrl | Creates an Url to allow embedded signing |
ObjectEzsignfoldersignerassociationApi | EzsignfoldersignerassociationCreateObjectV1 | POST /1/object/ezsignfoldersignerassociation | Create a new Ezsignfoldersignerassociation |
ObjectEzsignfoldersignerassociationApi | EzsignfoldersignerassociationCreateObjectV2 | POST /2/object/ezsignfoldersignerassociation | Create a new Ezsignfoldersignerassociation |
ObjectEzsignfoldersignerassociationApi | EzsignfoldersignerassociationDeleteObjectV1 | DELETE /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID} | Delete an existing Ezsignfoldersignerassociation |
ObjectEzsignfoldersignerassociationApi | EzsignfoldersignerassociationEditObjectV1 | PUT /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID} | Edit an existing Ezsignfoldersignerassociation |
ObjectEzsignfoldersignerassociationApi | EzsignfoldersignerassociationForceDisconnectV1 | POST /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}/forceDisconnect | Disconnects the Ezsignfoldersignerassociation |
ObjectEzsignfoldersignerassociationApi | EzsignfoldersignerassociationGetInPersonLoginUrlV1 | GET /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}/getInPersonLoginUrl | Retrieve a Login Url to allow In-Person signing |
ObjectEzsignfoldersignerassociationApi | EzsignfoldersignerassociationGetObjectV1 | GET /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID} | Retrieve an existing Ezsignfoldersignerassociation |
ObjectEzsignfoldersignerassociationApi | EzsignfoldersignerassociationGetObjectV2 | GET /2/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID} | Retrieve an existing Ezsignfoldersignerassociation |
ObjectEzsignfoldersignerassociationApi | EzsignfoldersignerassociationPatchObjectV1 | PATCH /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID} | Patch an existing Ezsignfoldersignerassociation |
ObjectEzsignfoldertypeApi | EzsignfoldertypeCreateObjectV2 | POST /2/object/ezsignfoldertype | Create a new Ezsignfoldertype |
ObjectEzsignfoldertypeApi | EzsignfoldertypeEditObjectV1 | PUT /1/object/ezsignfoldertype/{pkiEzsignfoldertypeID} | Edit an existing Ezsignfoldertype |
ObjectEzsignfoldertypeApi | EzsignfoldertypeEditObjectV2 | PUT /2/object/ezsignfoldertype/{pkiEzsignfoldertypeID} | Edit an existing Ezsignfoldertype |
ObjectEzsignfoldertypeApi | EzsignfoldertypeGetAutocompleteV2 | GET /2/object/ezsignfoldertype/getAutocomplete/{sSelector} | Retrieve Ezsignfoldertypes and IDs |
ObjectEzsignfoldertypeApi | EzsignfoldertypeGetListV1 | GET /1/object/ezsignfoldertype/getList | Retrieve Ezsignfoldertype list |
ObjectEzsignfoldertypeApi | EzsignfoldertypeGetObjectV2 | GET /2/object/ezsignfoldertype/{pkiEzsignfoldertypeID} | Retrieve an existing Ezsignfoldertype |
ObjectEzsignfoldertypeApi | EzsignfoldertypeGetObjectV3 | GET /3/object/ezsignfoldertype/{pkiEzsignfoldertypeID} | Retrieve an existing Ezsignfoldertype |
ObjectEzsignformfieldgroupApi | EzsignformfieldgroupCreateObjectV1 | POST /1/object/ezsignformfieldgroup | Create a new Ezsignformfieldgroup |
ObjectEzsignformfieldgroupApi | EzsignformfieldgroupDeleteObjectV1 | DELETE /1/object/ezsignformfieldgroup/{pkiEzsignformfieldgroupID} | Delete an existing Ezsignformfieldgroup |
ObjectEzsignformfieldgroupApi | EzsignformfieldgroupEditObjectV1 | PUT /1/object/ezsignformfieldgroup/{pkiEzsignformfieldgroupID} | Edit an existing Ezsignformfieldgroup |
ObjectEzsignformfieldgroupApi | EzsignformfieldgroupGetObjectV2 | GET /2/object/ezsignformfieldgroup/{pkiEzsignformfieldgroupID} | Retrieve an existing Ezsignformfieldgroup |
ObjectEzsignpageApi | EzsignpageConsultV1 | POST /1/object/ezsignpage/{pkiEzsignpageID}/consult | Consult an Ezsignpage |
ObjectEzsignsignatureApi | EzsignsignatureCreateObjectV1 | POST /1/object/ezsignsignature | Create a new Ezsignsignature |
ObjectEzsignsignatureApi | EzsignsignatureCreateObjectV2 | POST /2/object/ezsignsignature | Create a new Ezsignsignature |
ObjectEzsignsignatureApi | EzsignsignatureDeleteObjectV1 | DELETE /1/object/ezsignsignature/{pkiEzsignsignatureID} | Delete an existing Ezsignsignature |
ObjectEzsignsignatureApi | EzsignsignatureEditObjectV1 | PUT /1/object/ezsignsignature/{pkiEzsignsignatureID} | Edit an existing Ezsignsignature |
ObjectEzsignsignatureApi | EzsignsignatureGetEzsignsignatureattachmentV1 | GET /1/object/ezsignsignature/{pkiEzsignsignatureID}/getEzsignsignatureattachment | Retrieve an existing Ezsignsignature's Ezsignsignatureattachments |
ObjectEzsignsignatureApi | EzsignsignatureGetEzsignsignaturesAutomaticV1 | GET /1/object/ezsignsignature/getEzsignsignaturesAutomatic | Retrieve all automatic Ezsignsignatures |
ObjectEzsignsignatureApi | EzsignsignatureGetObjectV2 | GET /2/object/ezsignsignature/{pkiEzsignsignatureID} | Retrieve an existing Ezsignsignature |
ObjectEzsignsignatureApi | EzsignsignatureSignV1 | POST /1/object/ezsignsignature/{pkiEzsignsignatureID}/sign | Sign the Ezsignsignature |
ObjectEzsignsignergroupApi | EzsignsignergroupCreateObjectV1 | POST /1/object/ezsignsignergroup | Create a new Ezsignsignergroup |
ObjectEzsignsignergroupApi | EzsignsignergroupDeleteObjectV1 | DELETE /1/object/ezsignsignergroup/{pkiEzsignsignergroupID} | Delete an existing Ezsignsignergroup |
ObjectEzsignsignergroupApi | EzsignsignergroupEditEzsignsignergroupmembershipsV1 | PUT /1/object/ezsignsignergroup/{pkiEzsignsignergroupID}/editEzsignsignergroupmemberships | Edit multiple Ezsignsignergroupmemberships |
ObjectEzsignsignergroupApi | EzsignsignergroupEditObjectV1 | PUT /1/object/ezsignsignergroup/{pkiEzsignsignergroupID} | Edit an existing Ezsignsignergroup |
ObjectEzsignsignergroupApi | EzsignsignergroupGetEzsignsignergroupmembershipsV1 | GET /1/object/ezsignsignergroup/{pkiEzsignsignergroupID}/getEzsignsignergroupmemberships | Retrieve an existing Ezsignsignergroup's Ezsignsignergroupmemberships |
ObjectEzsignsignergroupApi | EzsignsignergroupGetObjectV2 | GET /2/object/ezsignsignergroup/{pkiEzsignsignergroupID} | Retrieve an existing Ezsignsignergroup |
ObjectEzsignsignergroupmembershipApi | EzsignsignergroupmembershipCreateObjectV1 | POST /1/object/ezsignsignergroupmembership | Create a new Ezsignsignergroupmembership |
ObjectEzsignsignergroupmembershipApi | EzsignsignergroupmembershipDeleteObjectV1 | DELETE /1/object/ezsignsignergroupmembership/{pkiEzsignsignergroupmembershipID} | Delete an existing Ezsignsignergroupmembership |
ObjectEzsignsignergroupmembershipApi | EzsignsignergroupmembershipGetObjectV2 | GET /2/object/ezsignsignergroupmembership/{pkiEzsignsignergroupmembershipID} | Retrieve an existing Ezsignsignergroupmembership |
ObjectEzsignsigningreasonApi | EzsignsigningreasonCreateObjectV1 | POST /1/object/ezsignsigningreason | Create a new Ezsignsigningreason |
ObjectEzsignsigningreasonApi | EzsignsigningreasonEditObjectV1 | PUT /1/object/ezsignsigningreason/{pkiEzsignsigningreasonID} | Edit an existing Ezsignsigningreason |
ObjectEzsignsigningreasonApi | EzsignsigningreasonGetAutocompleteV2 | GET /2/object/ezsignsigningreason/getAutocomplete/{sSelector} | Retrieve Ezsignsigningreasons and IDs |
ObjectEzsignsigningreasonApi | EzsignsigningreasonGetListV1 | GET /1/object/ezsignsigningreason/getList | Retrieve Ezsignsigningreason list |
ObjectEzsignsigningreasonApi | EzsignsigningreasonGetObjectV2 | GET /2/object/ezsignsigningreason/{pkiEzsignsigningreasonID} | Retrieve an existing Ezsignsigningreason |
ObjectEzsigntemplateApi | EzsigntemplateCopyV1 | POST /1/object/ezsigntemplate/{pkiEzsigntemplateID}/copy | Copy the Ezsigntemplate |
ObjectEzsigntemplateApi | EzsigntemplateCreateObjectV1 | POST /1/object/ezsigntemplate | Create a new Ezsigntemplate |
ObjectEzsigntemplateApi | EzsigntemplateCreateObjectV2 | POST /2/object/ezsigntemplate | Create a new Ezsigntemplate |
ObjectEzsigntemplateApi | EzsigntemplateDeleteObjectV1 | DELETE /1/object/ezsigntemplate/{pkiEzsigntemplateID} | Delete an existing Ezsigntemplate |
ObjectEzsigntemplateApi | EzsigntemplateEditObjectV1 | PUT /1/object/ezsigntemplate/{pkiEzsigntemplateID} | Edit an existing Ezsigntemplate |
ObjectEzsigntemplateApi | EzsigntemplateEditObjectV2 | PUT /2/object/ezsigntemplate/{pkiEzsigntemplateID} | Edit an existing Ezsigntemplate |
ObjectEzsigntemplateApi | EzsigntemplateGetAutocompleteV2 | GET /2/object/ezsigntemplate/getAutocomplete/{sSelector} | Retrieve Ezsigntemplates and IDs |
ObjectEzsigntemplateApi | EzsigntemplateGetListV1 | GET /1/object/ezsigntemplate/getList | Retrieve Ezsigntemplate list |
ObjectEzsigntemplateApi | EzsigntemplateGetObjectV1 | GET /1/object/ezsigntemplate/{pkiEzsigntemplateID} | Retrieve an existing Ezsigntemplate |
ObjectEzsigntemplateApi | EzsigntemplateGetObjectV2 | GET /2/object/ezsigntemplate/{pkiEzsigntemplateID} | Retrieve an existing Ezsigntemplate |
ObjectEzsigntemplatedocumentApi | EzsigntemplatedocumentCreateObjectV1 | POST /1/object/ezsigntemplatedocument | Create a new Ezsigntemplatedocument |
ObjectEzsigntemplatedocumentApi | EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1 | PUT /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/editEzsigntemplateformfieldgroups | Edit multiple Ezsigntemplateformfieldgroups |
ObjectEzsigntemplatedocumentApi | EzsigntemplatedocumentEditEzsigntemplatesignaturesV1 | PUT /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/editEzsigntemplatesignatures | Edit multiple Ezsigntemplatesignatures |
ObjectEzsigntemplatedocumentApi | EzsigntemplatedocumentEditObjectV1 | PUT /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID} | Edit an existing Ezsigntemplatedocument |
ObjectEzsigntemplatedocumentApi | EzsigntemplatedocumentFlattenV1 | POST /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/flatten | Flatten |
ObjectEzsigntemplatedocumentApi | EzsigntemplatedocumentGetEzsigntemplatedocumentpagesV1 | GET /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getEzsigntemplatedocumentpages | Retrieve an existing Ezsigntemplatedocument's Ezsigntemplatedocumentpages |
ObjectEzsigntemplatedocumentApi | EzsigntemplatedocumentGetEzsigntemplateformfieldgroupsV1 | GET /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getEzsigntemplateformfieldgroups | Retrieve an existing Ezsigntemplatedocument's Ezsigntemplateformfieldgroups |
ObjectEzsigntemplatedocumentApi | EzsigntemplatedocumentGetEzsigntemplatesignaturesV1 | GET /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getEzsigntemplatesignatures | Retrieve an existing Ezsigntemplatedocument's Ezsigntemplatesignatures |
ObjectEzsigntemplatedocumentApi | EzsigntemplatedocumentGetObjectV2 | GET /2/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID} | Retrieve an existing Ezsigntemplatedocument |
ObjectEzsigntemplatedocumentApi | EzsigntemplatedocumentGetWordsPositionsV1 | POST /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getWordsPositions | Retrieve positions X,Y of given words from a Ezsigntemplatedocument |
ObjectEzsigntemplatedocumentApi | EzsigntemplatedocumentPatchObjectV1 | PATCH /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID} | Patch an existing Ezsigntemplatedocument |
ObjectEzsigntemplateformfieldgroupApi | EzsigntemplateformfieldgroupCreateObjectV1 | POST /1/object/ezsigntemplateformfieldgroup | Create a new Ezsigntemplateformfieldgroup |
ObjectEzsigntemplateformfieldgroupApi | EzsigntemplateformfieldgroupDeleteObjectV1 | DELETE /1/object/ezsigntemplateformfieldgroup/{pkiEzsigntemplateformfieldgroupID} | Delete an existing Ezsigntemplateformfieldgroup |
ObjectEzsigntemplateformfieldgroupApi | EzsigntemplateformfieldgroupEditObjectV1 | PUT /1/object/ezsigntemplateformfieldgroup/{pkiEzsigntemplateformfieldgroupID} | Edit an existing Ezsigntemplateformfieldgroup |
ObjectEzsigntemplateformfieldgroupApi | EzsigntemplateformfieldgroupGetObjectV2 | GET /2/object/ezsigntemplateformfieldgroup/{pkiEzsigntemplateformfieldgroupID} | Retrieve an existing Ezsigntemplateformfieldgroup |
ObjectEzsigntemplateglobalApi | EzsigntemplateglobalGetAutocompleteV2 | GET /2/object/ezsigntemplateglobal/getAutocomplete/{sSelector} | Retrieve Ezsigntemplateglobals and IDs |
ObjectEzsigntemplateglobalApi | EzsigntemplateglobalGetObjectV2 | GET /2/object/ezsigntemplateglobal/{pkiEzsigntemplateglobalID} | Retrieve an existing Ezsigntemplateglobal |
ObjectEzsigntemplatepackageApi | EzsigntemplatepackageCreateObjectV1 | POST /1/object/ezsigntemplatepackage | Create a new Ezsigntemplatepackage |
ObjectEzsigntemplatepackageApi | EzsigntemplatepackageDeleteObjectV1 | DELETE /1/object/ezsigntemplatepackage/{pkiEzsigntemplatepackageID} | Delete an existing Ezsigntemplatepackage |
ObjectEzsigntemplatepackageApi | EzsigntemplatepackageEditEzsigntemplatepackagesignersV1 | PUT /1/object/ezsigntemplatepackage/{pkiEzsigntemplatepackageID}/editEzsigntemplatepackagesigners | Edit multiple Ezsigntemplatepackagesigners |
ObjectEzsigntemplatepackageApi | EzsigntemplatepackageEditObjectV1 | PUT /1/object/ezsigntemplatepackage/{pkiEzsigntemplatepackageID} | Edit an existing Ezsigntemplatepackage |
ObjectEzsigntemplatepackageApi | EzsigntemplatepackageGetAutocompleteV2 | GET /2/object/ezsigntemplatepackage/getAutocomplete/{sSelector} | Retrieve Ezsigntemplatepackages and IDs |
ObjectEzsigntemplatepackageApi | EzsigntemplatepackageGetListV1 | GET /1/object/ezsigntemplatepackage/getList | Retrieve Ezsigntemplatepackage list |
ObjectEzsigntemplatepackageApi | EzsigntemplatepackageGetObjectV2 | GET /2/object/ezsigntemplatepackage/{pkiEzsigntemplatepackageID} | Retrieve an existing Ezsigntemplatepackage |
ObjectEzsigntemplatepackagemembershipApi | EzsigntemplatepackagemembershipCreateObjectV1 | POST /1/object/ezsigntemplatepackagemembership | Create a new Ezsigntemplatepackagemembership |
ObjectEzsigntemplatepackagemembershipApi | EzsigntemplatepackagemembershipDeleteObjectV1 | DELETE /1/object/ezsigntemplatepackagemembership/{pkiEzsigntemplatepackagemembershipID} | Delete an existing Ezsigntemplatepackagemembership |
ObjectEzsigntemplatepackagemembershipApi | EzsigntemplatepackagemembershipGetObjectV2 | GET /2/object/ezsigntemplatepackagemembership/{pkiEzsigntemplatepackagemembershipID} | Retrieve an existing Ezsigntemplatepackagemembership |
ObjectEzsigntemplatepackagesignerApi | EzsigntemplatepackagesignerCreateObjectV1 | POST /1/object/ezsigntemplatepackagesigner | Create a new Ezsigntemplatepackagesigner |
ObjectEzsigntemplatepackagesignerApi | EzsigntemplatepackagesignerDeleteObjectV1 | DELETE /1/object/ezsigntemplatepackagesigner/{pkiEzsigntemplatepackagesignerID} | Delete an existing Ezsigntemplatepackagesigner |
ObjectEzsigntemplatepackagesignerApi | EzsigntemplatepackagesignerEditObjectV1 | PUT /1/object/ezsigntemplatepackagesigner/{pkiEzsigntemplatepackagesignerID} | Edit an existing Ezsigntemplatepackagesigner |
ObjectEzsigntemplatepackagesignerApi | EzsigntemplatepackagesignerGetObjectV2 | GET /2/object/ezsigntemplatepackagesigner/{pkiEzsigntemplatepackagesignerID} | Retrieve an existing Ezsigntemplatepackagesigner |
ObjectEzsigntemplatepackagesignermembershipApi | EzsigntemplatepackagesignermembershipCreateObjectV1 | POST /1/object/ezsigntemplatepackagesignermembership | Create a new Ezsigntemplatepackagesignermembership |
ObjectEzsigntemplatepackagesignermembershipApi | EzsigntemplatepackagesignermembershipDeleteObjectV1 | DELETE /1/object/ezsigntemplatepackagesignermembership/{pkiEzsigntemplatepackagesignermembershipID} | Delete an existing Ezsigntemplatepackagesignermembership |
ObjectEzsigntemplatepackagesignermembershipApi | EzsigntemplatepackagesignermembershipGetObjectV2 | GET /2/object/ezsigntemplatepackagesignermembership/{pkiEzsigntemplatepackagesignermembershipID} | Retrieve an existing Ezsigntemplatepackagesignermembership |
ObjectEzsigntemplatesignatureApi | EzsigntemplatesignatureCreateObjectV1 | POST /1/object/ezsigntemplatesignature | Create a new Ezsigntemplatesignature |
ObjectEzsigntemplatesignatureApi | EzsigntemplatesignatureDeleteObjectV1 | DELETE /1/object/ezsigntemplatesignature/{pkiEzsigntemplatesignatureID} | Delete an existing Ezsigntemplatesignature |
ObjectEzsigntemplatesignatureApi | EzsigntemplatesignatureEditObjectV1 | PUT /1/object/ezsigntemplatesignature/{pkiEzsigntemplatesignatureID} | Edit an existing Ezsigntemplatesignature |
ObjectEzsigntemplatesignatureApi | EzsigntemplatesignatureGetObjectV2 | GET /2/object/ezsigntemplatesignature/{pkiEzsigntemplatesignatureID} | Retrieve an existing Ezsigntemplatesignature |
ObjectEzsigntemplatesignerApi | EzsigntemplatesignerCreateObjectV1 | POST /1/object/ezsigntemplatesigner | Create a new Ezsigntemplatesigner |
ObjectEzsigntemplatesignerApi | EzsigntemplatesignerDeleteObjectV1 | DELETE /1/object/ezsigntemplatesigner/{pkiEzsigntemplatesignerID} | Delete an existing Ezsigntemplatesigner |
ObjectEzsigntemplatesignerApi | EzsigntemplatesignerEditObjectV1 | PUT /1/object/ezsigntemplatesigner/{pkiEzsigntemplatesignerID} | Edit an existing Ezsigntemplatesigner |
ObjectEzsigntemplatesignerApi | EzsigntemplatesignerGetObjectV2 | GET /2/object/ezsigntemplatesigner/{pkiEzsigntemplatesignerID} | Retrieve an existing Ezsigntemplatesigner |
ObjectEzsigntsarequirementApi | EzsigntsarequirementGetAutocompleteV2 | GET /2/object/ezsigntsarequirement/getAutocomplete/{sSelector} | Retrieve Ezsigntsarequirements and IDs |
ObjectFontApi | FontGetAutocompleteV2 | GET /2/object/font/getAutocomplete/{sSelector} | Retrieve Fonts and IDs |
ObjectFranchisebrokerApi | FranchisebrokerGetAutocompleteV2 | GET /2/object/franchisebroker/getAutocomplete/{sSelector} | Retrieve Franchisebrokers and IDs |
ObjectFranchiseofficeApi | FranchiseofficeGetAutocompleteV2 | GET /2/object/franchiseoffice/getAutocomplete/{sSelector} | Retrieve Franchiseoffices and IDs |
ObjectFranchisereferalincomeApi | FranchisereferalincomeCreateObjectV2 | POST /2/object/franchisereferalincome | Create a new Franchisereferalincome |
ObjectInscriptionApi | InscriptionGetAttachmentsV1 | GET /1/object/inscription/{pkiInscriptionID}/getAttachments | Retrieve Inscription's Attachments |
ObjectInscriptionApi | InscriptionGetCommunicationListV1 | GET /1/object/inscription/{pkiInscriptionID}/getCommunicationList | Retrieve Communication list |
ObjectInscriptionApi | InscriptionGetCommunicationsendersV1 | GET /1/object/inscription/{pkiInscriptionID}/getCommunicationsenders | Retrieve Inscription's Communicationsender |
ObjectInscriptionnotauthenticatedApi | InscriptionnotauthenticatedGetCommunicationListV1 | GET /1/object/inscriptionnotauthenticated/{pkiInscriptionnotauthenticatedID}/getCommunicationList | Retrieve Communication list |
ObjectInscriptiontempApi | InscriptiontempGetCommunicationListV1 | GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationList | Retrieve Communication list |
ObjectInvoiceApi | InvoiceGetAttachmentsV1 | GET /1/object/invoice/{pkiInvoiceID}/getAttachments | Retrieve Invoice's Attachments |
ObjectInvoiceApi | InvoiceGetCommunicationListV1 | GET /1/object/invoice/{pkiInvoiceID}/getCommunicationList | Retrieve Communication list |
ObjectLanguageApi | LanguageGetAutocompleteV2 | GET /2/object/language/getAutocomplete/{sSelector} | Retrieve Languages and IDs |
ObjectModuleApi | ModuleGetAutocompleteV2 | GET /2/object/module/getAutocomplete/{sSelector} | Retrieve Modules and IDs |
ObjectModulegroupApi | ModulegroupGetAllV1 | GET /1/object/modulegroup/getAll/{eContext} | Retrieve all Modulegroups |
ObjectNotificationsectionApi | NotificationsectionGetNotificationtestsV1 | GET /1/object/notificationsection/{pkiNotificationsectionID}/getNotificationtests | Retrieve an existing Notificationsection's Notificationtests |
ObjectNotificationtestApi | NotificationtestGetElementsV1 | GET /1/object/notificationtest/{pkiNotificationtestID}/getElements | Retrieve an existing Notificationtest's Elements |
ObjectOtherincomeApi | OtherincomeGetCommunicationListV1 | GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationList | Retrieve Communication list |
ObjectPaymenttermApi | PaymenttermCreateObjectV1 | POST /1/object/paymentterm | Create a new Paymentterm |
ObjectPaymenttermApi | PaymenttermEditObjectV1 | PUT /1/object/paymentterm/{pkiPaymenttermID} | Edit an existing Paymentterm |
ObjectPaymenttermApi | PaymenttermGetAutocompleteV2 | GET /2/object/paymentterm/getAutocomplete/{sSelector} | Retrieve Paymentterms and IDs |
ObjectPaymenttermApi | PaymenttermGetListV1 | GET /1/object/paymentterm/getList | Retrieve Paymentterm list |
ObjectPaymenttermApi | PaymenttermGetObjectV2 | GET /2/object/paymentterm/{pkiPaymenttermID} | Retrieve an existing Paymentterm |
ObjectPeriodApi | PeriodGetAutocompleteV2 | GET /2/object/period/getAutocomplete/{sSelector} | Retrieve Periods and IDs |
ObjectPermissionApi | PermissionCreateObjectV1 | POST /1/object/permission | Create a new Permission |
ObjectPermissionApi | PermissionDeleteObjectV1 | DELETE /1/object/permission/{pkiPermissionID} | Delete an existing Permission |
ObjectPermissionApi | PermissionEditObjectV1 | PUT /1/object/permission/{pkiPermissionID} | Edit an existing Permission |
ObjectPermissionApi | PermissionGetObjectV2 | GET /2/object/permission/{pkiPermissionID} | Retrieve an existing Permission |
ObjectPhonetypeApi | PhonetypeGetAutocompleteV2 | GET /2/object/phonetype/getAutocomplete/{sSelector} | Retrieve Phonetypes and IDs |
ObjectProvinceApi | ProvinceGetAutocompleteV2 | GET /2/object/province/getAutocomplete/{sSelector} | Retrieve Provinces and IDs |
ObjectRejectedoffertopurchaseApi | RejectedoffertopurchaseGetCommunicationListV1 | GET /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationList | Retrieve Communication list |
ObjectSecretquestionApi | SecretquestionGetAutocompleteV2 | GET /2/object/secretquestion/getAutocomplete/{sSelector} | Retrieve Secretquestions and IDs |
ObjectSessionhistoryApi | SessionhistoryGetListV1 | GET /1/object/sessionhistory/getList | Retrieve Sessionhistory list |
ObjectSignatureApi | SignatureCreateObjectV1 | POST /1/object/signature | Create a new Signature |
ObjectSignatureApi | SignatureDeleteObjectV1 | DELETE /1/object/signature/{pkiSignatureID} | Delete an existing Signature |
ObjectSignatureApi | SignatureEditObjectV1 | PUT /1/object/signature/{pkiSignatureID} | Edit an existing Signature |
ObjectSignatureApi | SignatureGetObjectV2 | GET /2/object/signature/{pkiSignatureID} | Retrieve an existing Signature |
ObjectSubnetApi | SubnetCreateObjectV1 | POST /1/object/subnet | Create a new Subnet |
ObjectSubnetApi | SubnetDeleteObjectV1 | DELETE /1/object/subnet/{pkiSubnetID} | Delete an existing Subnet |
ObjectSubnetApi | SubnetEditObjectV1 | PUT /1/object/subnet/{pkiSubnetID} | Edit an existing Subnet |
ObjectSubnetApi | SubnetGetObjectV2 | GET /2/object/subnet/{pkiSubnetID} | Retrieve an existing Subnet |
ObjectSystemconfigurationApi | SystemconfigurationEditObjectV1 | PUT /1/object/systemconfiguration/{pkiSystemconfigurationID} | Edit an existing Systemconfiguration |
ObjectSystemconfigurationApi | SystemconfigurationGetObjectV2 | GET /2/object/systemconfiguration/{pkiSystemconfigurationID} | Retrieve an existing Systemconfiguration |
ObjectTaxassignmentApi | TaxassignmentGetAutocompleteV2 | GET /2/object/taxassignment/getAutocomplete/{sSelector} | Retrieve Taxassignments and IDs |
ObjectTimezoneApi | TimezoneGetAutocompleteV2 | GET /2/object/timezone/getAutocomplete/{sSelector} | Retrieve Timezones and IDs |
ObjectUserApi | UserCreateObjectV1 | POST /1/object/user | Create a new User |
ObjectUserApi | UserCreateObjectV2 | POST /2/object/user | Create a new User |
ObjectUserApi | UserEditObjectV1 | PUT /1/object/user/{pkiUserID} | Edit an existing User |
ObjectUserApi | UserEditPermissionsV1 | PUT /1/object/user/{pkiUserID}/editPermissions | Edit multiple Permissions |
ObjectUserApi | UserGetApikeysV1 | GET /1/object/user/{pkiUserID}/getApikeys | Retrieve an existing User's Apikeys |
ObjectUserApi | UserGetAutocompleteV2 | GET /2/object/user/getAutocomplete/{sSelector} | Retrieve Users and IDs |
ObjectUserApi | UserGetEffectivePermissionsV1 | GET /1/object/user/{pkiUserID}/getEffectivePermissions | Retrieve an existing User's Effective Permissions |
ObjectUserApi | UserGetListV1 | GET /1/object/user/getList | Retrieve User list |
ObjectUserApi | UserGetObjectV2 | GET /2/object/user/{pkiUserID} | Retrieve an existing User |
ObjectUserApi | UserGetPermissionsV1 | GET /1/object/user/{pkiUserID}/getPermissions | Retrieve an existing User's Permissions |
ObjectUserApi | UserGetSubnetsV1 | GET /1/object/user/{pkiUserID}/getSubnets | Retrieve an existing User's Subnets |
ObjectUserApi | UserGetUsergroupexternalsV1 | GET /1/object/user/{pkiUserID}/getUsergroupexternals | Get User's Usergroupexternals |
ObjectUserApi | UserGetUsergroupsV1 | GET /1/object/user/{pkiUserID}/getUsergroups | Get User's Usergroups |
ObjectUserApi | UserSendPasswordResetV1 | POST /1/object/user/{pkiUserID}/sendPasswordReset | Send password reset |
ObjectUsergroupApi | UsergroupCreateObjectV1 | POST /1/object/usergroup | Create a new Usergroup |
ObjectUsergroupApi | UsergroupEditObjectV1 | PUT /1/object/usergroup/{pkiUsergroupID} | Edit an existing Usergroup |
ObjectUsergroupApi | UsergroupEditPermissionsV1 | PUT /1/object/usergroup/{pkiUsergroupID}/editPermissions | Edit multiple Permissions |
ObjectUsergroupApi | UsergroupEditUsergroupdelegationsV1 | PUT /1/object/usergroup/{pkiUsergroupID}/editUsergroupdelegations | Edit multiple Usergroupdelegations |
ObjectUsergroupApi | UsergroupEditUsergroupmembershipsV1 | PUT /1/object/usergroup/{pkiUsergroupID}/editUsergroupmemberships | Edit multiple Usergroupmemberships |
ObjectUsergroupApi | UsergroupGetAutocompleteV2 | GET /2/object/usergroup/getAutocomplete/{sSelector} | Retrieve Usergroups and IDs |
ObjectUsergroupApi | UsergroupGetListV1 | GET /1/object/usergroup/getList | Retrieve Usergroup list |
ObjectUsergroupApi | UsergroupGetObjectV2 | GET /2/object/usergroup/{pkiUsergroupID} | Retrieve an existing Usergroup |
ObjectUsergroupApi | UsergroupGetPermissionsV1 | GET /1/object/usergroup/{pkiUsergroupID}/getPermissions | Retrieve an existing Usergroup's Permissions |
ObjectUsergroupApi | UsergroupGetUsergroupdelegationsV1 | GET /1/object/usergroup/{pkiUsergroupID}/getUsergroupdelegations | Retrieve an existing Usergroup's Usergroupdelegations |
ObjectUsergroupApi | UsergroupGetUsergroupmembershipsV1 | GET /1/object/usergroup/{pkiUsergroupID}/getUsergroupmemberships | Retrieve an existing Usergroup's Usergroupmemberships |
ObjectUsergroupdelegationApi | UsergroupdelegationCreateObjectV1 | POST /1/object/usergroupdelegation | Create a new Usergroupdelegation |
ObjectUsergroupdelegationApi | UsergroupdelegationDeleteObjectV1 | DELETE /1/object/usergroupdelegation/{pkiUsergroupdelegationID} | Delete an existing Usergroupdelegation |
ObjectUsergroupdelegationApi | UsergroupdelegationEditObjectV1 | PUT /1/object/usergroupdelegation/{pkiUsergroupdelegationID} | Edit an existing Usergroupdelegation |
ObjectUsergroupdelegationApi | UsergroupdelegationGetObjectV2 | GET /2/object/usergroupdelegation/{pkiUsergroupdelegationID} | Retrieve an existing Usergroupdelegation |
ObjectUsergroupexternalApi | UsergroupexternalCreateObjectV1 | POST /1/object/usergroupexternal | Create a new Usergroupexternal |
ObjectUsergroupexternalApi | UsergroupexternalDeleteObjectV1 | DELETE /1/object/usergroupexternal/{pkiUsergroupexternalID} | Delete an existing Usergroupexternal |
ObjectUsergroupexternalApi | UsergroupexternalEditObjectV1 | PUT /1/object/usergroupexternal/{pkiUsergroupexternalID} | Edit an existing Usergroupexternal |
ObjectUsergroupexternalApi | UsergroupexternalGetAutocompleteV2 | GET /2/object/usergroupexternal/getAutocomplete/{sSelector} | Retrieve Usergroupexternals and IDs |
ObjectUsergroupexternalApi | UsergroupexternalGetListV1 | GET /1/object/usergroupexternal/getList | Retrieve Usergroupexternal list |
ObjectUsergroupexternalApi | UsergroupexternalGetObjectV2 | GET /2/object/usergroupexternal/{pkiUsergroupexternalID} | Retrieve an existing Usergroupexternal |
ObjectUsergroupexternalApi | UsergroupexternalGetUsergroupexternalmembershipsV1 | GET /1/object/usergroupexternal/{pkiUsergroupexternalID}/getUsergroupexternalmemberships | Retrieve an existing Usergroupexternal's Usergroupexternalmemberships |
ObjectUsergroupexternalApi | UsergroupexternalGetUsergroupsV1 | GET /1/object/usergroupexternal/{pkiUsergroupexternalID}/getUsergroups | Get Usergroupexternal's Usergroups |
ObjectUsergroupmembershipApi | UsergroupmembershipCreateObjectV1 | POST /1/object/usergroupmembership | Create a new Usergroupmembership |
ObjectUsergroupmembershipApi | UsergroupmembershipDeleteObjectV1 | DELETE /1/object/usergroupmembership/{pkiUsergroupmembershipID} | Delete an existing Usergroupmembership |
ObjectUsergroupmembershipApi | UsergroupmembershipEditObjectV1 | PUT /1/object/usergroupmembership/{pkiUsergroupmembershipID} | Edit an existing Usergroupmembership |
ObjectUsergroupmembershipApi | UsergroupmembershipGetObjectV2 | GET /2/object/usergroupmembership/{pkiUsergroupmembershipID} | Retrieve an existing Usergroupmembership |
ObjectUserlogintypeApi | UserlogintypeGetAutocompleteV2 | GET /2/object/userlogintype/getAutocomplete/{sSelector} | Retrieve Userlogintypes and IDs |
ObjectUserstagedApi | UserstagedCreateUserV1 | POST /1/object/userstaged/{pkiUserstagedID}/createUser | Create a User from a Userstaged and then map it |
ObjectUserstagedApi | UserstagedDeleteObjectV1 | DELETE /1/object/userstaged/{pkiUserstagedID} | Delete an existing Userstaged |
ObjectUserstagedApi | UserstagedGetListV1 | GET /1/object/userstaged/getList | Retrieve Userstaged list |
ObjectUserstagedApi | UserstagedGetObjectV2 | GET /2/object/userstaged/{pkiUserstagedID} | Retrieve an existing Userstaged |
ObjectUserstagedApi | UserstagedMapV1 | POST /1/object/userstaged/{pkiUserstagedID}/map | Map the Userstaged to an existing user |
ObjectVariableexpenseApi | VariableexpenseCreateObjectV1 | POST /1/object/variableexpense | Create a new Variableexpense |
ObjectVariableexpenseApi | VariableexpenseEditObjectV1 | PUT /1/object/variableexpense/{pkiVariableexpenseID} | Edit an existing Variableexpense |
ObjectVariableexpenseApi | VariableexpenseGetAutocompleteV2 | GET /2/object/variableexpense/getAutocomplete/{sSelector} | Retrieve Variableexpenses and IDs |
ObjectVariableexpenseApi | VariableexpenseGetListV1 | GET /1/object/variableexpense/getList | Retrieve Variableexpense list |
ObjectVariableexpenseApi | VariableexpenseGetObjectV2 | GET /2/object/variableexpense/{pkiVariableexpenseID} | Retrieve an existing Variableexpense |
ObjectVersionhistoryApi | VersionhistoryGetObjectV2 | GET /2/object/versionhistory/{pkiVersionhistoryID} | Retrieve an existing Versionhistory |
ObjectWebhookApi | WebhookCreateObjectV2 | POST /2/object/webhook | Create a new Webhook |
ObjectWebhookApi | WebhookDeleteObjectV1 | DELETE /1/object/webhook/{pkiWebhookID} | Delete an existing Webhook |
ObjectWebhookApi | WebhookEditObjectV1 | PUT /1/object/webhook/{pkiWebhookID} | Edit an existing Webhook |
ObjectWebhookApi | WebhookGetHistoryV1 | GET /1/object/webhook/{pkiWebhookID}/getHistory | Retrieve the logs for recent Webhook calls |
ObjectWebhookApi | WebhookGetListV1 | GET /1/object/webhook/getList | Retrieve Webhook list |
ObjectWebhookApi | WebhookGetObjectV2 | GET /2/object/webhook/{pkiWebhookID} | Retrieve an existing Webhook |
ObjectWebhookApi | WebhookRegenerateApikeyV1 | POST /1/object/webhook/{pkiWebhookID}/regenerateApikey | Regenerate the Apikey |
ObjectWebhookApi | WebhookTestV1 | POST /1/object/webhook/{pkiWebhookID}/test | Test the Webhook by calling the Url |
ScimGroupsApi | GroupsCreateObjectScimV2 | POST /2/scim/Groups | Create a new Usergroup |
ScimGroupsApi | GroupsDeleteObjectScimV2 | DELETE /2/scim/Groups/{groupId} | Delete an existing Usergroup |
ScimGroupsApi | GroupsEditObjectScimV2 | PUT /2/scim/Groups/{groupId} | Edit an existing Usergroup |
ScimGroupsApi | GroupsGetListScimV2 | GET /2/scim/Groups | Retrieve Usergroup list |
ScimGroupsApi | GroupsGetObjectScimV2 | GET /2/scim/Groups/{groupId} | Retrieve an existing Usergroup |
ScimServiceProviderConfigApi | ServiceProviderConfigGetObjectScimV2 | GET /2/scim/ServiceProviderConfig | Get Service Provider Configuration |
ScimUsersApi | UsersCreateObjectScimV2 | POST /2/scim/Users | Create a new User |
ScimUsersApi | UsersDeleteObjectScimV2 | DELETE /2/scim/Users/{userId} | Delete an existing User |
ScimUsersApi | UsersEditObjectScimV2 | PUT /2/scim/Users/{userId} | Edit an existing User |
ScimUsersApi | UsersGetListScimV2 | GET /2/scim/Users | Retrieve User list |
ScimUsersApi | UsersGetObjectScimV2 | GET /2/scim/Users/{userId} | Retrieve an existing User |
- Model.ActivesessionGetCurrentV1Response
- Model.ActivesessionGetCurrentV1ResponseMPayload
- Model.ActivesessionGetListV1Response
- Model.ActivesessionGetListV1ResponseMPayload
- Model.ActivesessionListElement
- Model.ActivesessionResponse
- Model.ActivesessionResponseCompound
- Model.ActivesessionResponseCompoundApikey
- Model.ActivesessionResponseCompoundUser
- Model.AddressRequest
- Model.AddressRequestCompound
- Model.ApikeyCreateObjectV2Request
- Model.ApikeyCreateObjectV2Response
- Model.ApikeyCreateObjectV2ResponseMPayload
- Model.ApikeyEditObjectV1Request
- Model.ApikeyEditObjectV1Response
- Model.ApikeyEditPermissionsV1Request
- Model.ApikeyEditPermissionsV1Response
- Model.ApikeyEditPermissionsV1ResponseMPayload
- Model.ApikeyGetCorsV1Response
- Model.ApikeyGetCorsV1ResponseMPayload
- Model.ApikeyGetListV1Response
- Model.ApikeyGetListV1ResponseMPayload
- Model.ApikeyGetObjectV2Response
- Model.ApikeyGetObjectV2ResponseMPayload
- Model.ApikeyGetPermissionsV1Response
- Model.ApikeyGetPermissionsV1ResponseMPayload
- Model.ApikeyGetSubnetsV1Response
- Model.ApikeyGetSubnetsV1ResponseMPayload
- Model.ApikeyListElement
- Model.ApikeyRegenerateV1Request
- Model.ApikeyRegenerateV1Response
- Model.ApikeyRegenerateV1ResponseMPayload
- Model.ApikeyRequest
- Model.ApikeyRequestCompound
- Model.ApikeyResponse
- Model.ApikeyResponseCompound
- Model.AttachmentGetAttachmentlogsV1Response
- Model.AttachmentGetAttachmentlogsV1ResponseMPayload
- Model.AttachmentGetDownloadUrlV1Response
- Model.AttachmentGetDownloadUrlV1ResponseMPayload
- Model.AttachmentResponse
- Model.AttachmentResponseCompound
- Model.AttachmentlogResponse
- Model.AttachmentlogResponseCompound
- Model.AttemptResponse
- Model.AttemptResponseCompound
- Model.BillingentityexternalAutocompleteElementResponse
- Model.BillingentityexternalGetAutocompleteV2Response
- Model.BillingentityexternalGetAutocompleteV2ResponseMPayload
- Model.BillingentityinternalAutocompleteElementResponse
- Model.BillingentityinternalCreateObjectV1Request
- Model.BillingentityinternalCreateObjectV1Response
- Model.BillingentityinternalCreateObjectV1ResponseMPayload
- Model.BillingentityinternalEditObjectV1Request
- Model.BillingentityinternalEditObjectV1Response
- Model.BillingentityinternalGetAutocompleteV2Response
- Model.BillingentityinternalGetAutocompleteV2ResponseMPayload
- Model.BillingentityinternalGetListV1Response
- Model.BillingentityinternalGetListV1ResponseMPayload
- Model.BillingentityinternalGetObjectV2Response
- Model.BillingentityinternalGetObjectV2ResponseMPayload
- Model.BillingentityinternalListElement
- Model.BillingentityinternalRequest
- Model.BillingentityinternalRequestCompound
- Model.BillingentityinternalResponse
- Model.BillingentityinternalResponseCompound
- Model.BillingentityinternalproductRequest
- Model.BillingentityinternalproductRequestCompound
- Model.BillingentityinternalproductResponse
- Model.BillingentityinternalproductResponseCompound
- Model.BrandingAutocompleteElementResponse
- Model.BrandingCreateObjectV1Request
- Model.BrandingCreateObjectV1Response
- Model.BrandingCreateObjectV1ResponseMPayload
- Model.BrandingEditObjectV1Request
- Model.BrandingEditObjectV1Response
- Model.BrandingGetAutocompleteV2Response
- Model.BrandingGetAutocompleteV2ResponseMPayload
- Model.BrandingGetListV1Response
- Model.BrandingGetListV1ResponseMPayload
- Model.BrandingGetObjectV2Response
- Model.BrandingGetObjectV2ResponseMPayload
- Model.BrandingListElement
- Model.BrandingRequest
- Model.BrandingRequestCompound
- Model.BrandingResponse
- Model.BrandingResponseCompound
- Model.BuyercontractGetCommunicationListV1Response
- Model.BuyercontractGetCommunicationListV1ResponseMPayload
- Model.ClonehistoryGetListV1Response
- Model.ClonehistoryGetListV1ResponseMPayload
- Model.ClonehistoryListElement
- Model.CommonAudit
- Model.CommonAuditdetail
- Model.CommonFile
- Model.CommonGetListV1ResponseMPayload
- Model.CommonGetReportV1Response
- Model.CommonGetReportV1ResponseMPayload
- Model.CommonReport
- Model.CommonReportcell
- Model.CommonReportcellstyle
- Model.CommonReportcolumn
- Model.CommonReportgroup
- Model.CommonReportrow
- Model.CommonReportsection
- Model.CommonReportsubsection
- Model.CommonReportsubsectionpart
- Model.CommonResponse
- Model.CommonResponseError
- Model.CommonResponseErrorEzsignformValidation
- Model.CommonResponseErrorSTemporaryFileUrl
- Model.CommonResponseErrorTooManyRequests
- Model.CommonResponseFilter
- Model.CommonResponseGetList
- Model.CommonResponseObjDebug
- Model.CommonResponseObjDebugPayload
- Model.CommonResponseObjDebugPayloadGetList
- Model.CommonResponseObjSQLQuery
- Model.CommonResponseRedirectSSecretquestionTextX
- Model.CommonResponseWarning
- Model.CommonWebhook
- Model.CommunicationCreateObjectV1ResponseMPayload
- Model.CommunicationRequest
- Model.CommunicationRequestCompound
- Model.CommunicationSendV1Request
- Model.CommunicationSendV1Response
- Model.CommunicationattachmentRequest
- Model.CommunicationattachmentRequestCompound
- Model.CommunicationexternalrecipientRequest
- Model.CommunicationexternalrecipientRequestCompound
- Model.CommunicationrecipientRequest
- Model.CommunicationrecipientRequestCompound
- Model.CommunicationreferenceRequest
- Model.CommunicationreferenceRequestCompound
- Model.CompanyAutocompleteElementResponse
- Model.CompanyGetAutocompleteV2Response
- Model.CompanyGetAutocompleteV2ResponseMPayload
- Model.ComputedECommunicationDirection
- Model.ComputedEEzsigndocumentSteptype
- Model.ContactRequest
- Model.ContactRequestCompound
- Model.ContactinformationsRequest
- Model.ContactinformationsRequestCompound
- Model.CorsCreateObjectV1Request
- Model.CorsCreateObjectV1Response
- Model.CorsCreateObjectV1ResponseMPayload
- Model.CorsDeleteObjectV1Response
- Model.CorsEditObjectV1Request
- Model.CorsEditObjectV1Response
- Model.CorsGetObjectV2Response
- Model.CorsGetObjectV2ResponseMPayload
- Model.CorsRequest
- Model.CorsRequestCompound
- Model.CorsResponse
- Model.CorsResponseCompound
- Model.CountryAutocompleteElementResponse
- Model.CountryGetAutocompleteV2Response
- Model.CountryGetAutocompleteV2ResponseMPayload
- Model.CreditcardclientAutocompleteElementResponse
- Model.CreditcardclientCreateObjectV1Request
- Model.CreditcardclientCreateObjectV1Response
- Model.CreditcardclientCreateObjectV1ResponseMPayload
- Model.CreditcardclientDeleteObjectV1Response
- Model.CreditcardclientEditObjectV1Request
- Model.CreditcardclientEditObjectV1Response
- Model.CreditcardclientGetAutocompleteV2Response
- Model.CreditcardclientGetAutocompleteV2ResponseMPayload
- Model.CreditcardclientGetListV1Response
- Model.CreditcardclientGetListV1ResponseMPayload
- Model.CreditcardclientGetObjectV2Response
- Model.CreditcardclientGetObjectV2ResponseMPayload
- Model.CreditcardclientListElement
- Model.CreditcardclientRequest
- Model.CreditcardclientRequestCompound
- Model.CreditcardclientResponse
- Model.CreditcardclientResponseCompound
- Model.CreditcarddetailRequest
- Model.CreditcarddetailResponse
- Model.CreditcarddetailResponseCompound
- Model.CreditcardtypeAutocompleteElementResponse
- Model.CreditcardtypeGetAutocompleteV2Response
- Model.CreditcardtypeGetAutocompleteV2ResponseMPayload
- Model.CustomAttachmentResponse
- Model.CustomAttachmentdocumenttypeResponse
- Model.CustomCommunicationListElementResponse
- Model.CustomCommunicationattachmentRequest
- Model.CustomCommunicationrecipientsgroupResponse
- Model.CustomCommunicationrecipientsrecipientResponse
- Model.CustomCommunicationsenderRequest
- Model.CustomCommunicationsenderResponse
- Model.CustomContactNameResponse
- Model.CustomCreateEzsignelementsPositionedByWordRequest
- Model.CustomCreditcardtransactionResponse
- Model.CustomDiscussionconfigurationResponse
- Model.CustomDropdownElementRequest
- Model.CustomDropdownElementRequestCompound
- Model.CustomDropdownElementResponse
- Model.CustomDropdownElementResponseCompound
- Model.CustomEzmaxinvoicingEzsigndocumentResponse
- Model.CustomEzmaxinvoicingEzsignfolderResponse
- Model.CustomEzmaxpricingResponse
- Model.CustomEzsigndocumentEzsignsignaturesAutomaticResponse
- Model.CustomEzsignfolderEzsignsignaturesAutomaticResponse
- Model.CustomEzsignfoldersignerassociationActionableElementResponse
- Model.CustomEzsignfoldersignerassociationstatusResponse
- Model.CustomEzsignfoldertransmissionResponse
- Model.CustomEzsignfoldertransmissionSignerResponse
- Model.CustomEzsignfoldertypeResponse
- Model.CustomEzsignformfieldRequest
- Model.CustomEzsignformfielderrorResponse
- Model.CustomEzsignformfielderrortestResponse
- Model.CustomEzsignformfieldgroupCreateEzsignelementsPositionedByWordRequest
- Model.CustomEzsignformfieldgroupRequest
- Model.CustomEzsignsignatureCreateEzsignelementsPositionedByWordRequest
- Model.CustomEzsignsignatureEzsignsignaturesAutomaticResponse
- Model.CustomEzsignsignaturestatusResponse
- Model.CustomFormDataDocumentResponse
- Model.CustomFormDataEzsignformfieldResponse
- Model.CustomFormDataEzsignformfieldgroupResponse
- Model.CustomFormDataSignerResponse
- Model.CustomFormsDataFolderResponse
- Model.CustomImportEzsigntemplatepackageRelationRequest
- Model.CustomNotificationsubsectiongetnotificationtestsResponse
- Model.CustomNotificationtestgetnotificationtestsResponse
- Model.CustomUserResponse
- Model.CustomWebhookResponse
- Model.CustomWebhooklogResponse
- Model.CustomWordPositionOccurenceResponse
- Model.CustomWordPositionWordResponse
- Model.DepartmentAutocompleteElementResponse
- Model.DepartmentGetAutocompleteV2Response
- Model.DepartmentGetAutocompleteV2ResponseMPayload
- Model.DiscussionCreateObjectV1Request
- Model.DiscussionCreateObjectV1Response
- Model.DiscussionCreateObjectV1ResponseMPayload
- Model.DiscussionDeleteObjectV1Response
- Model.DiscussionGetObjectV2Response
- Model.DiscussionGetObjectV2ResponseMPayload
- Model.DiscussionPatchObjectV1Request
- Model.DiscussionPatchObjectV1Response
- Model.DiscussionRequest
- Model.DiscussionRequestCompound
- Model.DiscussionRequestPatch
- Model.DiscussionResponse
- Model.DiscussionResponseCompound
- Model.DiscussionUpdateDiscussionreadstatusV1Request
- Model.DiscussionUpdateDiscussionreadstatusV1Response
- Model.DiscussionmembershipCreateObjectV1Request
- Model.DiscussionmembershipCreateObjectV1Response
- Model.DiscussionmembershipCreateObjectV1ResponseMPayload
- Model.DiscussionmembershipDeleteObjectV1Response
- Model.DiscussionmembershipRequest
- Model.DiscussionmembershipRequestCompound
- Model.DiscussionmembershipResponse
- Model.DiscussionmembershipResponseCompound
- Model.DiscussionmessageCreateObjectV1Request
- Model.DiscussionmessageCreateObjectV1Response
- Model.DiscussionmessageCreateObjectV1ResponseMPayload
- Model.DiscussionmessageDeleteObjectV1Response
- Model.DiscussionmessagePatchObjectV1Request
- Model.DiscussionmessagePatchObjectV1Response
- Model.DiscussionmessageRequest
- Model.DiscussionmessageRequestCompound
- Model.DiscussionmessageRequestPatch
- Model.DiscussionmessageResponse
- Model.DiscussionmessageResponseCompound
- Model.ElectronicfundstransferGetCommunicationListV1Response
- Model.ElectronicfundstransferGetCommunicationListV1ResponseMPayload
- Model.EmailRequest
- Model.EmailRequestCompound
- Model.EmailResponse
- Model.EmailResponseCompound
- Model.EmailtypeAutocompleteElementResponse
- Model.EmailtypeGetAutocompleteV2Response
- Model.EmailtypeGetAutocompleteV2ResponseMPayload
- Model.EnumFontunderline
- Model.EnumFontweight
- Model.EnumHorizontalalignment
- Model.EnumTextvalidation
- Model.EnumVerticalalignment
- Model.EzmaxinvoicingAutocompleteElementResponse
- Model.EzmaxinvoicingGetAutocompleteV2Response
- Model.EzmaxinvoicingGetAutocompleteV2ResponseMPayload
- Model.EzmaxinvoicingGetObjectV2Response
- Model.EzmaxinvoicingGetObjectV2ResponseMPayload
- Model.EzmaxinvoicingGetProvisionalV1Response
- Model.EzmaxinvoicingGetProvisionalV1ResponseMPayload
- Model.EzmaxinvoicingResponse
- Model.EzmaxinvoicingResponseCompound
- Model.EzmaxinvoicingagentResponse
- Model.EzmaxinvoicingagentResponseCompound
- Model.EzmaxinvoicingcommissionResponse
- Model.EzmaxinvoicingcommissionResponseCompound
- Model.EzmaxinvoicingcontractResponse
- Model.EzmaxinvoicingcontractResponseCompound
- Model.EzmaxinvoicingsummaryexternalResponse
- Model.EzmaxinvoicingsummaryexternalResponseCompound
- Model.EzmaxinvoicingsummaryexternaldetailResponse
- Model.EzmaxinvoicingsummaryexternaldetailResponseCompound
- Model.EzmaxinvoicingsummaryglobalResponse
- Model.EzmaxinvoicingsummaryglobalResponseCompound
- Model.EzmaxinvoicingsummaryinternalResponse
- Model.EzmaxinvoicingsummaryinternalResponseCompound
- Model.EzmaxinvoicingsummaryinternaldetailResponse
- Model.EzmaxinvoicingsummaryinternaldetailResponseCompound
- Model.EzmaxinvoicinguserResponse
- Model.EzmaxinvoicinguserResponseCompound
- Model.EzmaxproductAutocompleteElementResponse
- Model.EzmaxproductGetAutocompleteV2Response
- Model.EzmaxproductGetAutocompleteV2ResponseMPayload
- Model.EzsignSuggestSignersV1Response
- Model.EzsignSuggestSignersV1ResponseMPayload
- Model.EzsignSuggestTemplatesV1Response
- Model.EzsignSuggestTemplatesV1ResponseMPayload
- Model.EzsignannotationResponse
- Model.EzsignannotationResponseCompound
- Model.EzsignbulksendCreateEzsignbulksendtransmissionV1Request
- Model.EzsignbulksendCreateEzsignbulksendtransmissionV1Response
- Model.EzsignbulksendCreateEzsignbulksendtransmissionV1ResponseMPayload
- Model.EzsignbulksendCreateObjectV1Request
- Model.EzsignbulksendCreateObjectV1Response
- Model.EzsignbulksendCreateObjectV1ResponseMPayload
- Model.EzsignbulksendDeleteObjectV1Response
- Model.EzsignbulksendEditObjectV1Request
- Model.EzsignbulksendEditObjectV1Response
- Model.EzsignbulksendGetEzsignbulksendtransmissionsV1Response
- Model.EzsignbulksendGetEzsignbulksendtransmissionsV1ResponseMPayload
- Model.EzsignbulksendGetEzsignsignaturesAutomaticV1Response
- Model.EzsignbulksendGetEzsignsignaturesAutomaticV1ResponseMPayload
- Model.EzsignbulksendGetFormsDataV1Response
- Model.EzsignbulksendGetFormsDataV1ResponseMPayload
- Model.EzsignbulksendGetListV1Response
- Model.EzsignbulksendGetListV1ResponseMPayload
- Model.EzsignbulksendGetObjectV2Response
- Model.EzsignbulksendGetObjectV2ResponseMPayload
- Model.EzsignbulksendListElement
- Model.EzsignbulksendReorderV1Request
- Model.EzsignbulksendReorderV1Response
- Model.EzsignbulksendRequest
- Model.EzsignbulksendRequestCompound
- Model.EzsignbulksendResponse
- Model.EzsignbulksendResponseCompound
- Model.EzsignbulksenddocumentmappingCreateObjectV1Request
- Model.EzsignbulksenddocumentmappingCreateObjectV1Response
- Model.EzsignbulksenddocumentmappingCreateObjectV1ResponseMPayload
- Model.EzsignbulksenddocumentmappingDeleteObjectV1Response
- Model.EzsignbulksenddocumentmappingGetObjectV2Response
- Model.EzsignbulksenddocumentmappingGetObjectV2ResponseMPayload
- Model.EzsignbulksenddocumentmappingRequest
- Model.EzsignbulksenddocumentmappingRequestCompound
- Model.EzsignbulksenddocumentmappingResponse
- Model.EzsignbulksenddocumentmappingResponseCompound
- Model.EzsignbulksendsignermappingCreateObjectV1Request
- Model.EzsignbulksendsignermappingCreateObjectV1Response
- Model.EzsignbulksendsignermappingCreateObjectV1ResponseMPayload
- Model.EzsignbulksendsignermappingDeleteObjectV1Response
- Model.EzsignbulksendsignermappingGetObjectV2Response
- Model.EzsignbulksendsignermappingGetObjectV2ResponseMPayload
- Model.EzsignbulksendsignermappingRequest
- Model.EzsignbulksendsignermappingRequestCompound
- Model.EzsignbulksendsignermappingResponse
- Model.EzsignbulksendsignermappingResponseCompound
- Model.EzsignbulksendtransmissionGetEzsignsignaturesAutomaticV1Response
- Model.EzsignbulksendtransmissionGetEzsignsignaturesAutomaticV1ResponseMPayload
- Model.EzsignbulksendtransmissionGetFormsDataV1Response
- Model.EzsignbulksendtransmissionGetFormsDataV1ResponseMPayload
- Model.EzsignbulksendtransmissionGetObjectV2Response
- Model.EzsignbulksendtransmissionGetObjectV2ResponseMPayload
- Model.EzsignbulksendtransmissionResponse
- Model.EzsignbulksendtransmissionResponseCompound
- Model.EzsigndiscussionCreateObjectV1Request
- Model.EzsigndiscussionCreateObjectV1Response
- Model.EzsigndiscussionCreateObjectV1ResponseMPayload
- Model.EzsigndiscussionDeleteObjectV1Response
- Model.EzsigndiscussionGetObjectV2Response
- Model.EzsigndiscussionGetObjectV2ResponseMPayload
- Model.EzsigndiscussionRequest
- Model.EzsigndiscussionRequestCompound
- Model.EzsigndiscussionResponse
- Model.EzsigndiscussionResponseCompound
- Model.EzsigndocumentApplyEzsigntemplateV1Request
- Model.EzsigndocumentApplyEzsigntemplateV1Response
- Model.EzsigndocumentApplyEzsigntemplateV2Request
- Model.EzsigndocumentApplyEzsigntemplateV2Response
- Model.EzsigndocumentApplyEzsigntemplateglobalV1Request
- Model.EzsigndocumentApplyEzsigntemplateglobalV1Response
- Model.EzsigndocumentCreateEzsignelementsPositionedByWordV1Request
- Model.EzsigndocumentCreateEzsignelementsPositionedByWordV1Response
- Model.EzsigndocumentCreateEzsignelementsPositionedByWordV1ResponseMPayload
- Model.EzsigndocumentCreateObjectV1Request
- Model.EzsigndocumentCreateObjectV1Response
- Model.EzsigndocumentCreateObjectV1ResponseMPayload
- Model.EzsigndocumentCreateObjectV2Request
- Model.EzsigndocumentCreateObjectV2Response
- Model.EzsigndocumentCreateObjectV2ResponseMPayload
- Model.EzsigndocumentDeclineToSignV1Request
- Model.EzsigndocumentDeclineToSignV1Response
- Model.EzsigndocumentDeleteObjectV1Response
- Model.EzsigndocumentEditEzsignformfieldgroupsV1Request
- Model.EzsigndocumentEditEzsignformfieldgroupsV1Response
- Model.EzsigndocumentEditEzsignformfieldgroupsV1ResponseMPayload
- Model.EzsigndocumentEditEzsignsignaturesV1Request
- Model.EzsigndocumentEditEzsignsignaturesV1Response
- Model.EzsigndocumentEditEzsignsignaturesV1ResponseMPayload
- Model.EzsigndocumentEndPrematurelyV1Response
- Model.EzsigndocumentFlattenV1Response
- Model.EzsigndocumentGetActionableElementsV1Response
- Model.EzsigndocumentGetActionableElementsV1ResponseMPayload
- Model.EzsigndocumentGetAttachmentsV1Response
- Model.EzsigndocumentGetAttachmentsV1ResponseMPayload
- Model.EzsigndocumentGetCompletedElementsV1Response
- Model.EzsigndocumentGetCompletedElementsV1ResponseMPayload
- Model.EzsigndocumentGetDownloadUrlV1Response
- Model.EzsigndocumentGetDownloadUrlV1ResponseMPayload
- Model.EzsigndocumentGetEzsignannotationsV1Response
- Model.EzsigndocumentGetEzsignannotationsV1ResponseMPayload
- Model.EzsigndocumentGetEzsigndiscussionsV1Response
- Model.EzsigndocumentGetEzsigndiscussionsV1ResponseMPayload
- Model.EzsigndocumentGetEzsignformfieldgroupsV1Response
- Model.EzsigndocumentGetEzsignformfieldgroupsV1ResponseMPayload
- Model.EzsigndocumentGetEzsignpagesV1Response
- Model.EzsigndocumentGetEzsignpagesV1ResponseMPayload
- Model.EzsigndocumentGetEzsignsignaturesAutomaticV1Response
- Model.EzsigndocumentGetEzsignsignaturesAutomaticV1ResponseMPayload
- Model.EzsigndocumentGetEzsignsignaturesV1Response
- Model.EzsigndocumentGetEzsignsignaturesV1ResponseMPayload
- Model.EzsigndocumentGetFormDataV1Response
- Model.EzsigndocumentGetFormDataV1ResponseMPayload
- Model.EzsigndocumentGetObjectV1Response
- Model.EzsigndocumentGetObjectV1ResponseMPayload
- Model.EzsigndocumentGetObjectV2Response
- Model.EzsigndocumentGetObjectV2ResponseMPayload
- Model.EzsigndocumentGetTemporaryProofV1Response
- Model.EzsigndocumentGetTemporaryProofV1ResponseMPayload
- Model.EzsigndocumentGetWordsPositionsV1Request
- Model.EzsigndocumentGetWordsPositionsV1Response
- Model.EzsigndocumentPatchObjectV1Request
- Model.EzsigndocumentPatchObjectV1Response
- Model.EzsigndocumentRequest
- Model.EzsigndocumentRequestCompound
- Model.EzsigndocumentRequestPatch
- Model.EzsigndocumentResponse
- Model.EzsigndocumentResponseCompound
- Model.EzsigndocumentSubmitEzsignformV1Request
- Model.EzsigndocumentSubmitEzsignformV1Response
- Model.EzsigndocumentUnsendV1Response
- Model.EzsigndocumentlogResponse
- Model.EzsigndocumentlogResponseCompound
- Model.EzsignelementdependencyRequest
- Model.EzsignelementdependencyRequestCompound
- Model.EzsignelementdependencyResponse
- Model.EzsignelementdependencyResponseCompound
- Model.EzsignfolderArchiveV1Response
- Model.EzsignfolderBatchDownloadV1Request
- Model.EzsignfolderCreateObjectV1Request
- Model.EzsignfolderCreateObjectV1Response
- Model.EzsignfolderCreateObjectV1ResponseMPayload
- Model.EzsignfolderCreateObjectV2Request
- Model.EzsignfolderCreateObjectV2Response
- Model.EzsignfolderCreateObjectV2ResponseMPayload
- Model.EzsignfolderDeleteObjectV1Response
- Model.EzsignfolderDisposeEzsignfoldersV1Request
- Model.EzsignfolderDisposeEzsignfoldersV1Response
- Model.EzsignfolderDisposeV1Response
- Model.EzsignfolderEditObjectV1Request
- Model.EzsignfolderEditObjectV1Response
- Model.EzsignfolderEndPrematurelyV1Response
- Model.EzsignfolderGetActionableElementsV1Response
- Model.EzsignfolderGetActionableElementsV1ResponseMPayload
- Model.EzsignfolderGetAttachmentCountV1Response
- Model.EzsignfolderGetAttachmentCountV1ResponseMPayload
- Model.EzsignfolderGetAttachmentsV1Response
- Model.EzsignfolderGetAttachmentsV1ResponseMPayload
- Model.EzsignfolderGetCommunicationCountV1Response
- Model.EzsignfolderGetCommunicationCountV1ResponseMPayload
- Model.EzsignfolderGetCommunicationListV1Response
- Model.EzsignfolderGetCommunicationListV1ResponseMPayload
- Model.EzsignfolderGetCommunicationrecipientsV1Response
- Model.EzsignfolderGetCommunicationrecipientsV1ResponseMPayload
- Model.EzsignfolderGetCommunicationsendersV1Response
- Model.EzsignfolderGetCommunicationsendersV1ResponseMPayload
- Model.EzsignfolderGetEzsigndocumentsV1Response
- Model.EzsignfolderGetEzsigndocumentsV1ResponseMPayload
- Model.EzsignfolderGetEzsignfoldersignerassociationsV1Response
- Model.EzsignfolderGetEzsignfoldersignerassociationsV1ResponseMPayload
- Model.EzsignfolderGetEzsignsignaturesAutomaticV1Response
- Model.EzsignfolderGetEzsignsignaturesAutomaticV1ResponseMPayload
- Model.EzsignfolderGetFormsDataV1Response
- Model.EzsignfolderGetFormsDataV1ResponseMPayload
- Model.EzsignfolderGetListV1Response
- Model.EzsignfolderGetListV1ResponseMPayload
- Model.EzsignfolderGetObjectV1Response
- Model.EzsignfolderGetObjectV1ResponseMPayload
- Model.EzsignfolderGetObjectV2Response
- Model.EzsignfolderGetObjectV2ResponseMPayload
- Model.EzsignfolderImportEzsignfoldersignerassociationsV1Request
- Model.EzsignfolderImportEzsignfoldersignerassociationsV1Response
- Model.EzsignfolderImportEzsignfoldersignerassociationsV1ResponseMPayload
- Model.EzsignfolderImportEzsigntemplatepackageV1Request
- Model.EzsignfolderImportEzsigntemplatepackageV1Response
- Model.EzsignfolderImportEzsigntemplatepackageV1ResponseMPayload
- Model.EzsignfolderListElement
- Model.EzsignfolderReorderV1Request
- Model.EzsignfolderReorderV1Response
- Model.EzsignfolderRequest
- Model.EzsignfolderRequestCompound
- Model.EzsignfolderResponse
- Model.EzsignfolderResponseCompound
- Model.EzsignfolderSendV1Request
- Model.EzsignfolderSendV1Response
- Model.EzsignfolderSendV3Request
- Model.EzsignfolderSendV3Response
- Model.EzsignfolderUnsendV1Response
- Model.EzsignfoldersignerassociationCreateEmbeddedUrlV1Request
- Model.EzsignfoldersignerassociationCreateEmbeddedUrlV1Response
- Model.EzsignfoldersignerassociationCreateEmbeddedUrlV1ResponseMPayload
- Model.EzsignfoldersignerassociationCreateObjectV1Request
- Model.EzsignfoldersignerassociationCreateObjectV1Response
- Model.EzsignfoldersignerassociationCreateObjectV1ResponseMPayload
- Model.EzsignfoldersignerassociationCreateObjectV2Request
- Model.EzsignfoldersignerassociationCreateObjectV2Response
- Model.EzsignfoldersignerassociationCreateObjectV2ResponseMPayload
- Model.EzsignfoldersignerassociationDeleteObjectV1Response
- Model.EzsignfoldersignerassociationEditObjectV1Request
- Model.EzsignfoldersignerassociationEditObjectV1Response
- Model.EzsignfoldersignerassociationForceDisconnectV1Response
- Model.EzsignfoldersignerassociationGetInPersonLoginUrlV1Response
- Model.EzsignfoldersignerassociationGetInPersonLoginUrlV1ResponseMPayload
- Model.EzsignfoldersignerassociationGetObjectV1Response
- Model.EzsignfoldersignerassociationGetObjectV1ResponseMPayload
- Model.EzsignfoldersignerassociationGetObjectV2Response
- Model.EzsignfoldersignerassociationGetObjectV2ResponseMPayload
- Model.EzsignfoldersignerassociationPatchObjectV1Request
- Model.EzsignfoldersignerassociationPatchObjectV1Response
- Model.EzsignfoldersignerassociationRequest
- Model.EzsignfoldersignerassociationRequestCompound
- Model.EzsignfoldersignerassociationRequestPatch
- Model.EzsignfoldersignerassociationResponse
- Model.EzsignfoldersignerassociationResponseCompound
- Model.EzsignfoldersignerassociationResponseCompoundUser
- Model.EzsignfoldertypeAutocompleteElementResponse
- Model.EzsignfoldertypeCreateObjectV2Request
- Model.EzsignfoldertypeCreateObjectV2Response
- Model.EzsignfoldertypeCreateObjectV2ResponseMPayload
- Model.EzsignfoldertypeEditObjectV1Request
- Model.EzsignfoldertypeEditObjectV1Response
- Model.EzsignfoldertypeEditObjectV2Request
- Model.EzsignfoldertypeEditObjectV2Response
- Model.EzsignfoldertypeGetAutocompleteV2Response
- Model.EzsignfoldertypeGetAutocompleteV2ResponseMPayload
- Model.EzsignfoldertypeGetListV1Response
- Model.EzsignfoldertypeGetListV1ResponseMPayload
- Model.EzsignfoldertypeGetObjectV2Response
- Model.EzsignfoldertypeGetObjectV2ResponseMPayload
- Model.EzsignfoldertypeGetObjectV3Response
- Model.EzsignfoldertypeGetObjectV3ResponseMPayload
- Model.EzsignfoldertypeListElement
- Model.EzsignfoldertypeRequest
- Model.EzsignfoldertypeRequestCompound
- Model.EzsignfoldertypeRequestCompoundV2
- Model.EzsignfoldertypeRequestV2
- Model.EzsignfoldertypeResponse
- Model.EzsignfoldertypeResponseCompound
- Model.EzsignfoldertypeResponseCompoundV3
- Model.EzsignfoldertypeResponseV3
- Model.EzsignformfieldRequest
- Model.EzsignformfieldRequestCompound
- Model.EzsignformfieldResponse
- Model.EzsignformfieldResponseCompound
- Model.EzsignformfieldgroupCreateObjectV1Request
- Model.EzsignformfieldgroupCreateObjectV1Response
- Model.EzsignformfieldgroupCreateObjectV1ResponseMPayload
- Model.EzsignformfieldgroupDeleteObjectV1Response
- Model.EzsignformfieldgroupEditObjectV1Request
- Model.EzsignformfieldgroupEditObjectV1Response
- Model.EzsignformfieldgroupGetObjectV2Response
- Model.EzsignformfieldgroupGetObjectV2ResponseMPayload
- Model.EzsignformfieldgroupRequest
- Model.EzsignformfieldgroupRequestCompound
- Model.EzsignformfieldgroupResponse
- Model.EzsignformfieldgroupResponseCompound
- Model.EzsignformfieldgroupsignerRequest
- Model.EzsignformfieldgroupsignerRequestCompound
- Model.EzsignformfieldgroupsignerResponse
- Model.EzsignformfieldgroupsignerResponseCompound
- Model.EzsignpageConsultV1Response
- Model.EzsignpageResponse
- Model.EzsignpageResponseCompound
- Model.EzsignsignatureCreateObjectV1Request
- Model.EzsignsignatureCreateObjectV1Response
- Model.EzsignsignatureCreateObjectV1ResponseMPayload
- Model.EzsignsignatureCreateObjectV2Request
- Model.EzsignsignatureCreateObjectV2Response
- Model.EzsignsignatureCreateObjectV2ResponseMPayload
- Model.EzsignsignatureDeleteObjectV1Response
- Model.EzsignsignatureEditObjectV1Request
- Model.EzsignsignatureEditObjectV1Response
- Model.EzsignsignatureGetEzsignsignatureattachmentV1Response
- Model.EzsignsignatureGetEzsignsignatureattachmentV1ResponseMPayload
- Model.EzsignsignatureGetEzsignsignaturesAutomaticV1Response
- Model.EzsignsignatureGetEzsignsignaturesAutomaticV1ResponseMPayload
- Model.EzsignsignatureGetObjectV2Response
- Model.EzsignsignatureGetObjectV2ResponseMPayload
- Model.EzsignsignatureRequest
- Model.EzsignsignatureRequestCompound
- Model.EzsignsignatureResponse
- Model.EzsignsignatureResponseCompound
- Model.EzsignsignatureSignV1Request
- Model.EzsignsignatureSignV1Response
- Model.EzsignsignatureattachmentResponse
- Model.EzsignsignaturecustomdateRequest
- Model.EzsignsignaturecustomdateRequestCompound
- Model.EzsignsignaturecustomdateResponse
- Model.EzsignsignaturecustomdateResponseCompound
- Model.EzsignsignerRequest
- Model.EzsignsignerRequestCompound
- Model.EzsignsignerRequestCompoundContact
- Model.EzsignsignerResponse
- Model.EzsignsignerResponseCompound
- Model.EzsignsignerResponseCompoundContact
- Model.EzsignsignergroupCreateObjectV1Request
- Model.EzsignsignergroupCreateObjectV1Response
- Model.EzsignsignergroupCreateObjectV1ResponseMPayload
- Model.EzsignsignergroupDeleteObjectV1Response
- Model.EzsignsignergroupEditEzsignsignergroupmembershipsV1Request
- Model.EzsignsignergroupEditEzsignsignergroupmembershipsV1Response
- Model.EzsignsignergroupEditEzsignsignergroupmembershipsV1ResponseMPayload
- Model.EzsignsignergroupEditObjectV1Request
- Model.EzsignsignergroupEditObjectV1Response
- Model.EzsignsignergroupGetEzsignsignergroupmembershipsV1Response
- Model.EzsignsignergroupGetEzsignsignergroupmembershipsV1ResponseMPayload
- Model.EzsignsignergroupGetObjectV2Response
- Model.EzsignsignergroupGetObjectV2ResponseMPayload
- Model.EzsignsignergroupRequest
- Model.EzsignsignergroupRequestCompound
- Model.EzsignsignergroupResponse
- Model.EzsignsignergroupResponseCompound
- Model.EzsignsignergroupmembershipCreateObjectV1Request
- Model.EzsignsignergroupmembershipCreateObjectV1Response
- Model.EzsignsignergroupmembershipCreateObjectV1ResponseMPayload
- Model.EzsignsignergroupmembershipDeleteObjectV1Response
- Model.EzsignsignergroupmembershipGetObjectV2Response
- Model.EzsignsignergroupmembershipGetObjectV2ResponseMPayload
- Model.EzsignsignergroupmembershipRequest
- Model.EzsignsignergroupmembershipRequestCompound
- Model.EzsignsignergroupmembershipResponse
- Model.EzsignsignergroupmembershipResponseCompound
- Model.EzsignsigningreasonAutocompleteElementResponse
- Model.EzsignsigningreasonCreateObjectV1Request
- Model.EzsignsigningreasonCreateObjectV1Response
- Model.EzsignsigningreasonCreateObjectV1ResponseMPayload
- Model.EzsignsigningreasonEditObjectV1Request
- Model.EzsignsigningreasonEditObjectV1Response
- Model.EzsignsigningreasonGetAutocompleteV2Response
- Model.EzsignsigningreasonGetAutocompleteV2ResponseMPayload
- Model.EzsignsigningreasonGetListV1Response
- Model.EzsignsigningreasonGetListV1ResponseMPayload
- Model.EzsignsigningreasonGetObjectV2Response
- Model.EzsignsigningreasonGetObjectV2ResponseMPayload
- Model.EzsignsigningreasonListElement
- Model.EzsignsigningreasonRequest
- Model.EzsignsigningreasonRequestCompound
- Model.EzsignsigningreasonResponse
- Model.EzsignsigningreasonResponseCompound
- Model.EzsigntemplateAutocompleteElementResponse
- Model.EzsigntemplateCopyV1Request
- Model.EzsigntemplateCopyV1Response
- Model.EzsigntemplateCopyV1ResponseMPayload
- Model.EzsigntemplateCreateObjectV1Request
- Model.EzsigntemplateCreateObjectV1Response
- Model.EzsigntemplateCreateObjectV1ResponseMPayload
- Model.EzsigntemplateCreateObjectV2Request
- Model.EzsigntemplateCreateObjectV2Response
- Model.EzsigntemplateCreateObjectV2ResponseMPayload
- Model.EzsigntemplateDeleteObjectV1Response
- Model.EzsigntemplateEditObjectV1Request
- Model.EzsigntemplateEditObjectV1Response
- Model.EzsigntemplateEditObjectV2Request
- Model.EzsigntemplateEditObjectV2Response
- Model.EzsigntemplateGetAutocompleteV2Response
- Model.EzsigntemplateGetAutocompleteV2ResponseMPayload
- Model.EzsigntemplateGetListV1Response
- Model.EzsigntemplateGetListV1ResponseMPayload
- Model.EzsigntemplateGetObjectV1Response
- Model.EzsigntemplateGetObjectV1ResponseMPayload
- Model.EzsigntemplateGetObjectV2Response
- Model.EzsigntemplateGetObjectV2ResponseMPayload
- Model.EzsigntemplateListElement
- Model.EzsigntemplateRequest
- Model.EzsigntemplateRequestCompound
- Model.EzsigntemplateRequestCompoundV2
- Model.EzsigntemplateRequestV2
- Model.EzsigntemplateResponse
- Model.EzsigntemplateResponseCompound
- Model.EzsigntemplatedocumentCreateObjectV1Request
- Model.EzsigntemplatedocumentCreateObjectV1Response
- Model.EzsigntemplatedocumentCreateObjectV1ResponseMPayload
- Model.EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request
- Model.EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Response
- Model.EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1ResponseMPayload
- Model.EzsigntemplatedocumentEditEzsigntemplatesignaturesV1Request
- Model.EzsigntemplatedocumentEditEzsigntemplatesignaturesV1Response
- Model.EzsigntemplatedocumentEditEzsigntemplatesignaturesV1ResponseMPayload
- Model.EzsigntemplatedocumentEditObjectV1Request
- Model.EzsigntemplatedocumentEditObjectV1Response
- Model.EzsigntemplatedocumentFlattenV1Response
- Model.EzsigntemplatedocumentGetEzsigntemplatedocumentpagesV1Response
- Model.EzsigntemplatedocumentGetEzsigntemplatedocumentpagesV1ResponseMPayload
- Model.EzsigntemplatedocumentGetEzsigntemplateformfieldgroupsV1Response
- Model.EzsigntemplatedocumentGetEzsigntemplateformfieldgroupsV1ResponseMPayload
- Model.EzsigntemplatedocumentGetEzsigntemplatesignaturesV1Response
- Model.EzsigntemplatedocumentGetEzsigntemplatesignaturesV1ResponseMPayload
- Model.EzsigntemplatedocumentGetObjectV2Response
- Model.EzsigntemplatedocumentGetObjectV2ResponseMPayload
- Model.EzsigntemplatedocumentGetWordsPositionsV1Request
- Model.EzsigntemplatedocumentGetWordsPositionsV1Response
- Model.EzsigntemplatedocumentPatchObjectV1Request
- Model.EzsigntemplatedocumentPatchObjectV1Response
- Model.EzsigntemplatedocumentRequest
- Model.EzsigntemplatedocumentRequestCompound
- Model.EzsigntemplatedocumentRequestPatch
- Model.EzsigntemplatedocumentResponse
- Model.EzsigntemplatedocumentResponseCompound
- Model.EzsigntemplatedocumentpageResponse
- Model.EzsigntemplatedocumentpageResponseCompound
- Model.EzsigntemplateelementdependencyRequest
- Model.EzsigntemplateelementdependencyRequestCompound
- Model.EzsigntemplateelementdependencyResponse
- Model.EzsigntemplateelementdependencyResponseCompound
- Model.EzsigntemplateformfieldRequest
- Model.EzsigntemplateformfieldRequestCompound
- Model.EzsigntemplateformfieldResponse
- Model.EzsigntemplateformfieldResponseCompound
- Model.EzsigntemplateformfieldgroupCreateObjectV1Request
- Model.EzsigntemplateformfieldgroupCreateObjectV1Response
- Model.EzsigntemplateformfieldgroupCreateObjectV1ResponseMPayload
- Model.EzsigntemplateformfieldgroupDeleteObjectV1Response
- Model.EzsigntemplateformfieldgroupEditObjectV1Request
- Model.EzsigntemplateformfieldgroupEditObjectV1Response
- Model.EzsigntemplateformfieldgroupGetObjectV2Response
- Model.EzsigntemplateformfieldgroupGetObjectV2ResponseMPayload
- Model.EzsigntemplateformfieldgroupRequest
- Model.EzsigntemplateformfieldgroupRequestCompound
- Model.EzsigntemplateformfieldgroupResponse
- Model.EzsigntemplateformfieldgroupResponseCompound
- Model.EzsigntemplateformfieldgroupsignerRequest
- Model.EzsigntemplateformfieldgroupsignerRequestCompound
- Model.EzsigntemplateformfieldgroupsignerResponse
- Model.EzsigntemplateformfieldgroupsignerResponseCompound
- Model.EzsigntemplateglobalAutocompleteElementResponse
- Model.EzsigntemplateglobalGetAutocompleteV2Response
- Model.EzsigntemplateglobalGetAutocompleteV2ResponseMPayload
- Model.EzsigntemplateglobalGetObjectV2Response
- Model.EzsigntemplateglobalGetObjectV2ResponseMPayload
- Model.EzsigntemplateglobalResponse
- Model.EzsigntemplateglobalResponseCompound
- Model.EzsigntemplateglobaldocumentResponse
- Model.EzsigntemplateglobalsignerResponse
- Model.EzsigntemplateglobalsignerResponseCompound
- Model.EzsigntemplatepackageAutocompleteElementResponse
- Model.EzsigntemplatepackageCreateObjectV1Request
- Model.EzsigntemplatepackageCreateObjectV1Response
- Model.EzsigntemplatepackageCreateObjectV1ResponseMPayload
- Model.EzsigntemplatepackageDeleteObjectV1Response
- Model.EzsigntemplatepackageEditEzsigntemplatepackagesignersV1Request
- Model.EzsigntemplatepackageEditEzsigntemplatepackagesignersV1Response
- Model.EzsigntemplatepackageEditEzsigntemplatepackagesignersV1ResponseMPayload
- Model.EzsigntemplatepackageEditObjectV1Request
- Model.EzsigntemplatepackageEditObjectV1Response
- Model.EzsigntemplatepackageGetAutocompleteV2Response
- Model.EzsigntemplatepackageGetAutocompleteV2ResponseMPayload
- Model.EzsigntemplatepackageGetListV1Response
- Model.EzsigntemplatepackageGetListV1ResponseMPayload
- Model.EzsigntemplatepackageGetObjectV2Response
- Model.EzsigntemplatepackageGetObjectV2ResponseMPayload
- Model.EzsigntemplatepackageListElement
- Model.EzsigntemplatepackageRequest
- Model.EzsigntemplatepackageRequestCompound
- Model.EzsigntemplatepackageResponse
- Model.EzsigntemplatepackageResponseCompound
- Model.EzsigntemplatepackagemembershipCreateObjectV1Request
- Model.EzsigntemplatepackagemembershipCreateObjectV1Response
- Model.EzsigntemplatepackagemembershipCreateObjectV1ResponseMPayload
- Model.EzsigntemplatepackagemembershipDeleteObjectV1Response
- Model.EzsigntemplatepackagemembershipGetObjectV2Response
- Model.EzsigntemplatepackagemembershipGetObjectV2ResponseMPayload
- Model.EzsigntemplatepackagemembershipRequest
- Model.EzsigntemplatepackagemembershipRequestCompound
- Model.EzsigntemplatepackagemembershipResponse
- Model.EzsigntemplatepackagemembershipResponseCompound
- Model.EzsigntemplatepackagesignerCreateObjectV1Request
- Model.EzsigntemplatepackagesignerCreateObjectV1Response
- Model.EzsigntemplatepackagesignerCreateObjectV1ResponseMPayload
- Model.EzsigntemplatepackagesignerDeleteObjectV1Response
- Model.EzsigntemplatepackagesignerDeleteObjectV1ResponseMPayload
- Model.EzsigntemplatepackagesignerEditObjectV1Request
- Model.EzsigntemplatepackagesignerEditObjectV1Response
- Model.EzsigntemplatepackagesignerGetObjectV2Response
- Model.EzsigntemplatepackagesignerGetObjectV2ResponseMPayload
- Model.EzsigntemplatepackagesignerRequest
- Model.EzsigntemplatepackagesignerRequestCompound
- Model.EzsigntemplatepackagesignerResponse
- Model.EzsigntemplatepackagesignerResponseCompound
- Model.EzsigntemplatepackagesignermembershipCreateObjectV1Request
- Model.EzsigntemplatepackagesignermembershipCreateObjectV1Response
- Model.EzsigntemplatepackagesignermembershipCreateObjectV1ResponseMPayload
- Model.EzsigntemplatepackagesignermembershipDeleteObjectV1Response
- Model.EzsigntemplatepackagesignermembershipDeleteObjectV1ResponseMPayload
- Model.EzsigntemplatepackagesignermembershipGetObjectV2Response
- Model.EzsigntemplatepackagesignermembershipGetObjectV2ResponseMPayload
- Model.EzsigntemplatepackagesignermembershipRequest
- Model.EzsigntemplatepackagesignermembershipRequestCompound
- Model.EzsigntemplatepackagesignermembershipResponse
- Model.EzsigntemplatepackagesignermembershipResponseCompound
- Model.EzsigntemplatesignatureCreateObjectV1Request
- Model.EzsigntemplatesignatureCreateObjectV1Response
- Model.EzsigntemplatesignatureCreateObjectV1ResponseMPayload
- Model.EzsigntemplatesignatureDeleteObjectV1Response
- Model.EzsigntemplatesignatureEditObjectV1Request
- Model.EzsigntemplatesignatureEditObjectV1Response
- Model.EzsigntemplatesignatureGetObjectV2Response
- Model.EzsigntemplatesignatureGetObjectV2ResponseMPayload
- Model.EzsigntemplatesignatureRequest
- Model.EzsigntemplatesignatureRequestCompound
- Model.EzsigntemplatesignatureResponse
- Model.EzsigntemplatesignatureResponseCompound
- Model.EzsigntemplatesignaturecustomdateRequest
- Model.EzsigntemplatesignaturecustomdateRequestCompound
- Model.EzsigntemplatesignaturecustomdateResponse
- Model.EzsigntemplatesignaturecustomdateResponseCompound
- Model.EzsigntemplatesignerCreateObjectV1Request
- Model.EzsigntemplatesignerCreateObjectV1Response
- Model.EzsigntemplatesignerCreateObjectV1ResponseMPayload
- Model.EzsigntemplatesignerDeleteObjectV1Response
- Model.EzsigntemplatesignerEditObjectV1Request
- Model.EzsigntemplatesignerEditObjectV1Response
- Model.EzsigntemplatesignerGetObjectV2Response
- Model.EzsigntemplatesignerGetObjectV2ResponseMPayload
- Model.EzsigntemplatesignerRequest
- Model.EzsigntemplatesignerRequestCompound
- Model.EzsigntemplatesignerResponse
- Model.EzsigntemplatesignerResponseCompound
- Model.EzsigntsarequirementAutocompleteElementResponse
- Model.EzsigntsarequirementGetAutocompleteV2Response
- Model.EzsigntsarequirementGetAutocompleteV2ResponseMPayload
- Model.FieldEActivesessionOrigin
- Model.FieldEActivesessionUsertype
- Model.FieldEActivesessionWeekdaystart
- Model.FieldEAttachmentDocumenttype
- Model.FieldEAttachmentPrivacy
- Model.FieldEAttachmentType
- Model.FieldEAttachmentVerified
- Model.FieldEAttachmentlogType
- Model.FieldEBrandingLogo
- Model.FieldEBrandingLogointerface
- Model.FieldECommunicationImportance
- Model.FieldECommunicationType
- Model.FieldECommunicationexternalrecipientType
- Model.FieldECommunicationrecipientType
- Model.FieldECreditcardtypeCodename
- Model.FieldEDiscussionmessageStatus
- Model.FieldEErrorCode
- Model.FieldEEzmaxinvoicingPaymenttype
- Model.FieldEEzmaxinvoicingagentVariationezmax
- Model.FieldEEzmaxinvoicingagentVariationezsign
- Model.FieldEEzmaxinvoicingcontractPaymenttype
- Model.FieldEEzmaxinvoicinguserVariationezsign
- Model.FieldEEzsignannotationType
- Model.FieldEEzsigndocumentStep
- Model.FieldEEzsigndocumentlogType
- Model.FieldEEzsignelementdependencyOperator
- Model.FieldEEzsignelementdependencyValidation
- Model.FieldEEzsignfolderCompletion
- Model.FieldEEzsignfolderSendreminderfrequency
- Model.FieldEEzsignfolderStep
- Model.FieldEEzsignfoldertypeCompletion
- Model.FieldEEzsignfoldertypeDisposal
- Model.FieldEEzsignfoldertypePrivacylevel
- Model.FieldEEzsignfoldertypeSendreminderfrequency
- Model.FieldEEzsignformfieldDependencyrequirement
- Model.FieldEEzsignformfieldgroupSignerrequirement
- Model.FieldEEzsignformfieldgroupTooltipposition
- Model.FieldEEzsignformfieldgroupType
- Model.FieldEEzsignsignatureAttachmentnamesource
- Model.FieldEEzsignsignatureDependencyrequirement
- Model.FieldEEzsignsignatureFont
- Model.FieldEEzsignsignatureTooltipposition
- Model.FieldEEzsignsignatureType
- Model.FieldEEzsigntemplateType
- Model.FieldEEzsigntemplateelementdependencyOperator
- Model.FieldEEzsigntemplateelementdependencyValidation
- Model.FieldEEzsigntemplateformfieldDependencyrequirement
- Model.FieldEEzsigntemplateformfieldPositioning
- Model.FieldEEzsigntemplateformfieldPositioningoccurence
- Model.FieldEEzsigntemplateformfieldgroupSignerrequirement
- Model.FieldEEzsigntemplateformfieldgroupTooltipposition
- Model.FieldEEzsigntemplateformfieldgroupType
- Model.FieldEEzsigntemplateglobalModule
- Model.FieldEEzsigntemplateglobalSupplier
- Model.FieldEEzsigntemplatesignatureAttachmentnamesource
- Model.FieldEEzsigntemplatesignatureDependencyrequirement
- Model.FieldEEzsigntemplatesignatureFont
- Model.FieldEEzsigntemplatesignaturePositioning
- Model.FieldEEzsigntemplatesignaturePositioningoccurence
- Model.FieldEEzsigntemplatesignatureTooltipposition
- Model.FieldEEzsigntemplatesignatureType
- Model.FieldENotificationpreferenceStatus
- Model.FieldEPaymenttermType
- Model.FieldEPhoneType
- Model.FieldESessionhistoryEndby
- Model.FieldESystemconfigurationEzsign
- Model.FieldESystemconfigurationEzsignofficeplan
- Model.FieldESystemconfigurationLanguage1
- Model.FieldESystemconfigurationLanguage2
- Model.FieldESystemconfigurationNewexternaluseraction
- Model.FieldEUserEzsignaccess
- Model.FieldEUserEzsignprepaid
- Model.FieldEUserEzsignsendreminderfrequency
- Model.FieldEUserLogintype
- Model.FieldEUserOrigin
- Model.FieldEUserType
- Model.FieldEVariableexpenseTaxable
- Model.FieldEVersionhistoryType
- Model.FieldEVersionhistoryUsertype
- Model.FieldEWebhookEzsignevent
- Model.FieldEWebhookManagementevent
- Model.FieldEWebhookModule
- Model.FieldPksEzmaxclientOs
- Model.FontAutocompleteElementResponse
- Model.FontGetAutocompleteV2Response
- Model.FontGetAutocompleteV2ResponseMPayload
- Model.FranchisebrokerAutocompleteElementResponse
- Model.FranchisebrokerGetAutocompleteV2Response
- Model.FranchisebrokerGetAutocompleteV2ResponseMPayload
- Model.FranchiseofficeAutocompleteElementResponse
- Model.FranchiseofficeGetAutocompleteV2Response
- Model.FranchiseofficeGetAutocompleteV2ResponseMPayload
- Model.FranchisereferalincomeCreateObjectV2Request
- Model.FranchisereferalincomeCreateObjectV2Response
- Model.FranchisereferalincomeCreateObjectV2ResponseMPayload
- Model.FranchisereferalincomeRequest
- Model.FranchisereferalincomeRequestCompound
- Model.GlobalCustomerGetEndpointV1Response
- Model.GlobalEzmaxclientVersionV1Response
- Model.GlobalEzmaxcustomerGetConfigurationV1Response
- Model.HeaderAcceptLanguage
- Model.InscriptionGetAttachmentsV1Response
- Model.InscriptionGetAttachmentsV1ResponseMPayload
- Model.InscriptionGetCommunicationListV1Response
- Model.InscriptionGetCommunicationListV1ResponseMPayload
- Model.InscriptionGetCommunicationsendersV1Response
- Model.InscriptionGetCommunicationsendersV1ResponseMPayload
- Model.InscriptionnotauthenticatedGetCommunicationListV1Response
- Model.InscriptionnotauthenticatedGetCommunicationListV1ResponseMPayload
- Model.InscriptiontempGetCommunicationListV1Response
- Model.InscriptiontempGetCommunicationListV1ResponseMPayload
- Model.InvoiceGetAttachmentsV1Response
- Model.InvoiceGetAttachmentsV1ResponseMPayload
- Model.InvoiceGetCommunicationListV1Response
- Model.InvoiceGetCommunicationListV1ResponseMPayload
- Model.LanguageAutocompleteElementResponse
- Model.LanguageGetAutocompleteV2Response
- Model.LanguageGetAutocompleteV2ResponseMPayload
- Model.ModuleAutocompleteElementResponse
- Model.ModuleGetAutocompleteV2Response
- Model.ModuleGetAutocompleteV2ResponseMPayload
- Model.ModuleResponse
- Model.ModuleResponseCompound
- Model.ModulegroupGetAllV1Response
- Model.ModulegroupGetAllV1ResponseMPayload
- Model.ModulegroupResponse
- Model.ModulegroupResponseCompound
- Model.ModulesectionResponse
- Model.ModulesectionResponseCompound
- Model.MultilingualApikeyDescription
- Model.MultilingualBillingentityinternalDescription
- Model.MultilingualBrandingDescription
- Model.MultilingualEzmaxinvoicingsummaryinternalDescription
- Model.MultilingualEzsignfoldertypeName
- Model.MultilingualEzsignsignergroupDescription
- Model.MultilingualEzsignsigningreasonDescription
- Model.MultilingualNotificationsubsectionName
- Model.MultilingualNotificationtestName
- Model.MultilingualPaymenttermDescription
- Model.MultilingualSubnetDescription
- Model.MultilingualUsergroupName
- Model.MultilingualUserlogintypeDescription
- Model.MultilingualVariableexpenseDescription
- Model.MultilingualVersionhistoryDetail
- Model.NotificationsectionGetNotificationtestsV1Response
- Model.NotificationsectionGetNotificationtestsV1ResponseMPayload
- Model.NotificationsubsectionResponse
- Model.NotificationtestGetElementsV1Response
- Model.NotificationtestGetElementsV1ResponseMPayload
- Model.NotificationtestResponse
- Model.OtherincomeGetCommunicationListV1Response
- Model.OtherincomeGetCommunicationListV1ResponseMPayload
- Model.PaymenttermAutocompleteElementResponse
- Model.PaymenttermCreateObjectV1Request
- Model.PaymenttermCreateObjectV1Response
- Model.PaymenttermCreateObjectV1ResponseMPayload
- Model.PaymenttermEditObjectV1Request
- Model.PaymenttermEditObjectV1Response
- Model.PaymenttermGetAutocompleteV2Response
- Model.PaymenttermGetAutocompleteV2ResponseMPayload
- Model.PaymenttermGetListV1Response
- Model.PaymenttermGetListV1ResponseMPayload
- Model.PaymenttermGetObjectV2Response
- Model.PaymenttermGetObjectV2ResponseMPayload
- Model.PaymenttermListElement
- Model.PaymenttermRequest
- Model.PaymenttermRequestCompound
- Model.PaymenttermResponse
- Model.PaymenttermResponseCompound
- Model.PeriodAutocompleteElementResponse
- Model.PeriodGetAutocompleteV2Response
- Model.PeriodGetAutocompleteV2ResponseMPayload
- Model.PermissionCreateObjectV1Request
- Model.PermissionCreateObjectV1Response
- Model.PermissionCreateObjectV1ResponseMPayload
- Model.PermissionDeleteObjectV1Response
- Model.PermissionEditObjectV1Request
- Model.PermissionEditObjectV1Response
- Model.PermissionGetObjectV2Response
- Model.PermissionGetObjectV2ResponseMPayload
- Model.PermissionRequest
- Model.PermissionRequestCompound
- Model.PermissionResponse
- Model.PermissionResponseCompound
- Model.PhoneRequest
- Model.PhoneRequestCompound
- Model.PhoneRequestCompoundV2
- Model.PhoneRequestV2
- Model.PhoneResponse
- Model.PhoneResponseCompound
- Model.PhonetypeAutocompleteElementResponse
- Model.PhonetypeGetAutocompleteV2Response
- Model.PhonetypeGetAutocompleteV2ResponseMPayload
- Model.ProvinceAutocompleteElementResponse
- Model.ProvinceGetAutocompleteV2Response
- Model.ProvinceGetAutocompleteV2ResponseMPayload
- Model.RejectedoffertopurchaseGetCommunicationListV1Response
- Model.RejectedoffertopurchaseGetCommunicationListV1ResponseMPayload
- Model.ScimAuthenticationScheme
- Model.ScimEmail
- Model.ScimGroup
- Model.ScimGroupMember
- Model.ScimServiceProviderConfig
- Model.ScimServiceProviderConfigBulk
- Model.ScimServiceProviderConfigChangePassword
- Model.ScimServiceProviderConfigEtag
- Model.ScimServiceProviderConfigFilter
- Model.ScimServiceProviderConfigPatch
- Model.ScimServiceProviderConfigSort
- Model.ScimUser
- Model.ScimUserList
- Model.SecretquestionAutocompleteElementResponse
- Model.SecretquestionGetAutocompleteV2Response
- Model.SecretquestionGetAutocompleteV2ResponseMPayload
- Model.SessionhistoryGetListV1Response
- Model.SessionhistoryGetListV1ResponseMPayload
- Model.SessionhistoryListElement
- Model.SignatureCreateObjectV1Request
- Model.SignatureCreateObjectV1Response
- Model.SignatureCreateObjectV1ResponseMPayload
- Model.SignatureDeleteObjectV1Response
- Model.SignatureEditObjectV1Request
- Model.SignatureEditObjectV1Response
- Model.SignatureGetObjectV2Response
- Model.SignatureGetObjectV2ResponseMPayload
- Model.SignatureRequest
- Model.SignatureRequestCompound
- Model.SignatureResponse
- Model.SignatureResponseCompound
- Model.SubnetCreateObjectV1Request
- Model.SubnetCreateObjectV1Response
- Model.SubnetCreateObjectV1ResponseMPayload
- Model.SubnetDeleteObjectV1Response
- Model.SubnetEditObjectV1Request
- Model.SubnetEditObjectV1Response
- Model.SubnetGetObjectV2Response
- Model.SubnetGetObjectV2ResponseMPayload
- Model.SubnetRequest
- Model.SubnetRequestCompound
- Model.SubnetResponse
- Model.SubnetResponseCompound
- Model.SystemconfigurationEditObjectV1Request
- Model.SystemconfigurationEditObjectV1Response
- Model.SystemconfigurationGetObjectV2Response
- Model.SystemconfigurationGetObjectV2ResponseMPayload
- Model.SystemconfigurationRequest
- Model.SystemconfigurationRequestCompound
- Model.SystemconfigurationResponse
- Model.SystemconfigurationResponseCompound
- Model.TaxassignmentAutocompleteElementResponse
- Model.TaxassignmentGetAutocompleteV2Response
- Model.TaxassignmentGetAutocompleteV2ResponseMPayload
- Model.TextstylestaticResponse
- Model.TextstylestaticResponseCompound
- Model.TimezoneAutocompleteElementResponse
- Model.TimezoneGetAutocompleteV2Response
- Model.TimezoneGetAutocompleteV2ResponseMPayload
- Model.UserAutocompleteElementResponse
- Model.UserCreateEzsignuserV1Request
- Model.UserCreateEzsignuserV1Response
- Model.UserCreateEzsignuserV1ResponseMPayload
- Model.UserCreateObjectV1Request
- Model.UserCreateObjectV1Response
- Model.UserCreateObjectV1ResponseMPayload
- Model.UserCreateObjectV2Request
- Model.UserCreateObjectV2Response
- Model.UserCreateObjectV2ResponseMPayload
- Model.UserEditObjectV1Request
- Model.UserEditObjectV1Response
- Model.UserEditPermissionsV1Request
- Model.UserEditPermissionsV1Response
- Model.UserEditPermissionsV1ResponseMPayload
- Model.UserGetApikeysV1Response
- Model.UserGetApikeysV1ResponseMPayload
- Model.UserGetAutocompleteV2Response
- Model.UserGetAutocompleteV2ResponseMPayload
- Model.UserGetEffectivePermissionsV1Response
- Model.UserGetEffectivePermissionsV1ResponseMPayload
- Model.UserGetListV1Response
- Model.UserGetListV1ResponseMPayload
- Model.UserGetObjectV2Response
- Model.UserGetObjectV2ResponseMPayload
- Model.UserGetPermissionsV1Response
- Model.UserGetPermissionsV1ResponseMPayload
- Model.UserGetSubnetsV1Response
- Model.UserGetSubnetsV1ResponseMPayload
- Model.UserGetUsergroupexternalsV1Response
- Model.UserGetUsergroupexternalsV1ResponseMPayload
- Model.UserGetUsergroupsV1Response
- Model.UserGetUsergroupsV1ResponseMPayload
- Model.UserListElement
- Model.UserRequest
- Model.UserRequestCompound
- Model.UserRequestCompoundV2
- Model.UserRequestV2
- Model.UserResponse
- Model.UserResponseCompound
- Model.UserSendPasswordResetV1Response
- Model.UsergroupAutocompleteElementResponse
- Model.UsergroupCreateObjectV1Request
- Model.UsergroupCreateObjectV1Response
- Model.UsergroupCreateObjectV1ResponseMPayload
- Model.UsergroupEditObjectV1Request
- Model.UsergroupEditObjectV1Response
- Model.UsergroupEditPermissionsV1Request
- Model.UsergroupEditPermissionsV1Response
- Model.UsergroupEditPermissionsV1ResponseMPayload
- Model.UsergroupEditUsergroupdelegationsV1Request
- Model.UsergroupEditUsergroupdelegationsV1Response
- Model.UsergroupEditUsergroupdelegationsV1ResponseMPayload
- Model.UsergroupEditUsergroupmembershipsV1Request
- Model.UsergroupEditUsergroupmembershipsV1Response
- Model.UsergroupEditUsergroupmembershipsV1ResponseMPayload
- Model.UsergroupGetAutocompleteV2Response
- Model.UsergroupGetAutocompleteV2ResponseMPayload
- Model.UsergroupGetListV1Response
- Model.UsergroupGetListV1ResponseMPayload
- Model.UsergroupGetObjectV2Response
- Model.UsergroupGetObjectV2ResponseMPayload
- Model.UsergroupGetPermissionsV1Response
- Model.UsergroupGetPermissionsV1ResponseMPayload
- Model.UsergroupGetUsergroupdelegationsV1Response
- Model.UsergroupGetUsergroupdelegationsV1ResponseMPayload
- Model.UsergroupGetUsergroupmembershipsV1Response
- Model.UsergroupGetUsergroupmembershipsV1ResponseMPayload
- Model.UsergroupListElement
- Model.UsergroupRequest
- Model.UsergroupRequestCompound
- Model.UsergroupResponse
- Model.UsergroupResponseCompound
- Model.UsergroupdelegationCreateObjectV1Request
- Model.UsergroupdelegationCreateObjectV1Response
- Model.UsergroupdelegationCreateObjectV1ResponseMPayload
- Model.UsergroupdelegationDeleteObjectV1Response
- Model.UsergroupdelegationEditObjectV1Request
- Model.UsergroupdelegationEditObjectV1Response
- Model.UsergroupdelegationGetObjectV2Response
- Model.UsergroupdelegationGetObjectV2ResponseMPayload
- Model.UsergroupdelegationRequest
- Model.UsergroupdelegationRequestCompound
- Model.UsergroupdelegationResponse
- Model.UsergroupdelegationResponseCompound
- Model.UsergroupexternalAutocompleteElementResponse
- Model.UsergroupexternalCreateObjectV1Request
- Model.UsergroupexternalCreateObjectV1Response
- Model.UsergroupexternalCreateObjectV1ResponseMPayload
- Model.UsergroupexternalDeleteObjectV1Response
- Model.UsergroupexternalEditObjectV1Request
- Model.UsergroupexternalEditObjectV1Response
- Model.UsergroupexternalGetAutocompleteV2Response
- Model.UsergroupexternalGetAutocompleteV2ResponseMPayload
- Model.UsergroupexternalGetListV1Response
- Model.UsergroupexternalGetListV1ResponseMPayload
- Model.UsergroupexternalGetObjectV2Response
- Model.UsergroupexternalGetObjectV2ResponseMPayload
- Model.UsergroupexternalGetUsergroupexternalmembershipsV1Response
- Model.UsergroupexternalGetUsergroupexternalmembershipsV1ResponseMPayload
- Model.UsergroupexternalGetUsergroupsV1Response
- Model.UsergroupexternalGetUsergroupsV1ResponseMPayload
- Model.UsergroupexternalListElement
- Model.UsergroupexternalRequest
- Model.UsergroupexternalRequestCompound
- Model.UsergroupexternalResponse
- Model.UsergroupexternalResponseCompound
- Model.UsergroupexternalmembershipResponse
- Model.UsergroupexternalmembershipResponseCompound
- Model.UsergroupmembershipCreateObjectV1Request
- Model.UsergroupmembershipCreateObjectV1Response
- Model.UsergroupmembershipCreateObjectV1ResponseMPayload
- Model.UsergroupmembershipDeleteObjectV1Response
- Model.UsergroupmembershipEditObjectV1Request
- Model.UsergroupmembershipEditObjectV1Response
- Model.UsergroupmembershipGetObjectV2Response
- Model.UsergroupmembershipGetObjectV2ResponseMPayload
- Model.UsergroupmembershipRequest
- Model.UsergroupmembershipRequestCompound
- Model.UsergroupmembershipResponse
- Model.UsergroupmembershipResponseCompound
- Model.UserlogintypeAutocompleteElementResponse
- Model.UserlogintypeGetAutocompleteV2Response
- Model.UserlogintypeGetAutocompleteV2ResponseMPayload
- Model.UserlogintypeResponse
- Model.UserstagedCreateUserV1Response
- Model.UserstagedCreateUserV1ResponseMPayload
- Model.UserstagedDeleteObjectV1Response
- Model.UserstagedGetListV1Response
- Model.UserstagedGetListV1ResponseMPayload
- Model.UserstagedGetObjectV2Response
- Model.UserstagedGetObjectV2ResponseMPayload
- Model.UserstagedListElement
- Model.UserstagedMapV1Request
- Model.UserstagedMapV1Response
- Model.UserstagedResponse
- Model.UserstagedResponseCompound
- Model.VariableexpenseAutocompleteElementResponse
- Model.VariableexpenseCreateObjectV1Request
- Model.VariableexpenseCreateObjectV1Response
- Model.VariableexpenseCreateObjectV1ResponseMPayload
- Model.VariableexpenseEditObjectV1Request
- Model.VariableexpenseEditObjectV1Response
- Model.VariableexpenseGetAutocompleteV2Response
- Model.VariableexpenseGetAutocompleteV2ResponseMPayload
- Model.VariableexpenseGetListV1Response
- Model.VariableexpenseGetListV1ResponseMPayload
- Model.VariableexpenseGetObjectV2Response
- Model.VariableexpenseGetObjectV2ResponseMPayload
- Model.VariableexpenseListElement
- Model.VariableexpenseRequest
- Model.VariableexpenseRequestCompound
- Model.VariableexpenseResponse
- Model.VariableexpenseResponseCompound
- Model.VersionhistoryGetObjectV2Response
- Model.VersionhistoryGetObjectV2ResponseMPayload
- Model.VersionhistoryResponse
- Model.VersionhistoryResponseCompound
- Model.WebhookCreateObjectV2Request
- Model.WebhookCreateObjectV2Response
- Model.WebhookCreateObjectV2ResponseMPayload
- Model.WebhookDeleteObjectV1Response
- Model.WebhookEditObjectV1Request
- Model.WebhookEditObjectV1Response
- Model.WebhookEzsignDocumentCompleted
- Model.WebhookEzsignDocumentFormCompleted
- Model.WebhookEzsignDocumentUnsent
- Model.WebhookEzsignEzsignsignerAcceptclause
- Model.WebhookEzsignEzsignsignerConnect
- Model.WebhookEzsignFolderCompleted
- Model.WebhookEzsignFolderDisposed
- Model.WebhookEzsignFolderSent
- Model.WebhookEzsignFolderUnsent
- Model.WebhookEzsignSignatureSigned
- Model.WebhookGetHistoryV1Response
- Model.WebhookGetHistoryV1ResponseMPayload
- Model.WebhookGetListV1Response
- Model.WebhookGetListV1ResponseMPayload
- Model.WebhookGetObjectV2Response
- Model.WebhookGetObjectV2ResponseMPayload
- Model.WebhookListElement
- Model.WebhookRegenerateApikeyV1Request
- Model.WebhookRegenerateApikeyV1Response
- Model.WebhookRegenerateApikeyV1ResponseMPayload
- Model.WebhookRequest
- Model.WebhookRequestCompound
- Model.WebhookResponse
- Model.WebhookResponseCompound
- Model.WebhookTestV1Response
- Model.WebhookUserUserCreated
- Model.WebhookUserstagedUserstagedCreated
- Model.WebhookheaderRequest
- Model.WebhookheaderRequestCompound
- Model.WebhookheaderResponse
- Model.WebhookheaderResponseCompound
- Model.WebsiteRequest
- Model.WebsiteRequestCompound
- Model.WebsocketRequestServerGetWebsocketIDV1
- Model.WebsocketResponseErrorV1
- Model.WebsocketResponseErrorV1MPayload
- Model.WebsocketResponseGetWebsocketIDV1
- Model.WebsocketResponseGetWebsocketIDV1MPayload
- Model.WebsocketResponseInformationV1
- Model.WebsocketResponseInformationV1MPayload
Authentication schemes defined for the API:
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header
- Type: Bearer Authentication
- Type: API key
- API key parameter name: sAuthorization
- Location: URL query string