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.2
- SDK version: 1.2.2
- Generator version: 7.12.0
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen For more information, please visit https://www.ezmax.ca/en/contact
- RestSharp - 112.0.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 |
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 | ActivesessionGenerateFederationTokenV1 | POST /1/object/activesession/generateFederationToken | Generate a federation token |
ObjectActivesessionApi | ActivesessionGetCurrentV1 | GET /1/object/activesession/getCurrent | Get Current Activesession |
ObjectActivesessionApi | ActivesessionGetCurrentV2 | GET /2/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 | ApikeyGenerateDelegatedCredentialsV1 | POST /1/object/apikey/generateDelegatedCredentials | Generate a delegated credentials |
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 |
ObjectAuthenticationexternalApi | AuthenticationexternalCreateObjectV1 | POST /1/object/authenticationexternal | Create a new Authenticationexternal |
ObjectAuthenticationexternalApi | AuthenticationexternalDeleteObjectV1 | DELETE /1/object/authenticationexternal/{pkiAuthenticationexternalID} | Delete an existing Authenticationexternal |
ObjectAuthenticationexternalApi | AuthenticationexternalEditObjectV1 | PUT /1/object/authenticationexternal/{pkiAuthenticationexternalID} | Edit an existing Authenticationexternal |
ObjectAuthenticationexternalApi | AuthenticationexternalGetAutocompleteV2 | GET /2/object/authenticationexternal/getAutocomplete/{sSelector} | Retrieve Authenticationexternals and IDs |
ObjectAuthenticationexternalApi | AuthenticationexternalGetListV1 | GET /1/object/authenticationexternal/getList | Retrieve Authenticationexternal list |
ObjectAuthenticationexternalApi | AuthenticationexternalGetObjectV2 | GET /2/object/authenticationexternal/{pkiAuthenticationexternalID} | Retrieve an existing Authenticationexternal |
ObjectAuthenticationexternalApi | AuthenticationexternalResetAuthorizationV1 | POST /1/object/authenticationexternal/{pkiAuthenticationexternalID}/resetAuthorization | Reset the Authenticationexternal authorization |
ObjectBankaccountApi | BankaccountGetAutocompleteV2 | GET /2/object/bankaccount/getAutocomplete/{sSelector} | Retrieve Bankaccounts and IDs |
ObjectBillingentityexternalApi | BillingentityexternalGenerateFederationTokenV1 | POST /1/object/billingentityexternal/{pkiBillingentityexternalID}/generateFederationToken | Generate a federation token |
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 | BrandingCreateObjectV2 | POST /2/object/branding | Create a new Branding |
ObjectBrandingApi | BrandingEditObjectV2 | PUT /2/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 | BrandingGetObjectV3 | GET /3/object/branding/{pkiBrandingID} | Retrieve an existing Branding |
ObjectBuyercontractApi | BuyercontractGetCommunicationCountV1 | GET /1/object/buyercontract/{pkiBuyercontractID}/getCommunicationCount | Retrieve Communication count |
ObjectBuyercontractApi | BuyercontractGetCommunicationListV1 | GET /1/object/buyercontract/{pkiBuyercontractID}/getCommunicationList | Retrieve Communication list |
ObjectBuyercontractApi | BuyercontractGetCommunicationrecipientsV1 | GET /1/object/buyercontract/{pkiBuyercontractID}/getCommunicationrecipients | Retrieve Buyercontract's Communicationrecipient |
ObjectBuyercontractApi | BuyercontractGetCommunicationsendersV1 | GET /1/object/buyercontract/{pkiBuyercontractID}/getCommunicationsenders | Retrieve Buyercontract's Communicationsender |
ObjectClonehistoryApi | ClonehistoryGetListV1 | GET /1/object/clonehistory/getList | Retrieve Clonehistory list |
ObjectCommunicationApi | CommunicationGetCommunicationBodyV1 | GET /1/object/communication/{pkiCommunicationID}/getCommunicationBody | Retrieve the communication body. |
ObjectCommunicationApi | CommunicationSendV1 | POST /1/object/communication/send | Send a new Communication |
ObjectCompanyApi | CompanyGetAutocompleteV2 | GET /2/object/company/getAutocomplete/{sSelector} | Retrieve Companys and IDs |
ObjectContacttitleApi | ContacttitleGetAutocompleteV2 | GET /2/object/contacttitle/getAutocomplete/{sSelector} | Retrieve Contacttitles 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 |
ObjectCreditcardclientApi | CreditcardclientPatchObjectV1 | PATCH /1/object/creditcardclient/{pkiCreditcardclientID} | Patch an existing Creditcardclient |
ObjectCreditcardmerchantApi | CreditcardmerchantGetAutocompleteV2 | GET /2/object/creditcardmerchant/getAutocomplete/{sSelector} | Retrieve Creditcardmerchants and IDs |
ObjectCreditcardmerchantApi | CreditcardmerchantGetListV1 | GET /1/object/creditcardmerchant/getList | Retrieve Creditcardmerchant list |
ObjectCreditcardmerchantApi | CreditcardmerchantGetObjectV2 | GET /2/object/creditcardmerchant/{pkiCreditcardmerchantID} | Retrieve an existing Creditcardmerchant |
ObjectCreditcardtypeApi | CreditcardtypeGetAutocompleteV2 | GET /2/object/creditcardtype/getAutocomplete/{sSelector} | Retrieve Creditcardtypes and IDs |
ObjectCurrencyApi | CurrencyGetAutocompleteV2 | GET /2/object/currency/getAutocomplete/{sSelector} | Retrieve Currencies and IDs |
ObjectCustomerApi | CustomerCreateObjectV1 | POST /1/object/customer | Create a new Customer |
ObjectCustomerApi | CustomerGetAutocompleteV2 | GET /2/object/customer/getAutocomplete/{sSelector} | Retrieve Customers and IDs |
ObjectCustomerApi | CustomerGetObjectV2 | GET /2/object/customer/{pkiCustomerID} | Retrieve an existing Customer |
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 |
ObjectDomainApi | DomainCreateObjectV1 | POST /1/object/domain | Create a new Domain |
ObjectDomainApi | DomainDeleteObjectV1 | DELETE /1/object/domain/{pkiDomainID} | Delete an existing Domain |
ObjectDomainApi | DomainGetListV1 | GET /1/object/domain/getList | Retrieve Domain list |
ObjectDomainApi | DomainGetObjectV2 | GET /2/object/domain/{pkiDomainID} | Retrieve an existing Domain |
ObjectElectronicfundstransferApi | ElectronicfundstransferGetCommunicationCountV1 | GET /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationCount | Retrieve Communication count |
ObjectElectronicfundstransferApi | ElectronicfundstransferGetCommunicationListV1 | GET /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationList | Retrieve Communication list |
ObjectElectronicfundstransferApi | ElectronicfundstransferGetCommunicationrecipientsV1 | GET /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationrecipients | Retrieve Electronicfundstransfer's Communicationrecipient |
ObjectElectronicfundstransferApi | ElectronicfundstransferGetCommunicationsendersV1 | GET /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationsenders | Retrieve Electronicfundstransfer's Communicationsender |
ObjectEmailtypeApi | EmailtypeGetAutocompleteV2 | GET /2/object/emailtype/getAutocomplete/{sSelector} | Retrieve Emailtypes and IDs |
ObjectEzdoctemplatedocumentApi | EzdoctemplatedocumentCreateObjectV1 | POST /1/object/ezdoctemplatedocument | Create a new Ezdoctemplatedocument |
ObjectEzdoctemplatedocumentApi | EzdoctemplatedocumentDownloadV1 | GET /1/object/ezdoctemplatedocument/{pkiEzdoctemplatedocumentID}/download | Retrieve the content |
ObjectEzdoctemplatedocumentApi | EzdoctemplatedocumentEditObjectV1 | PUT /1/object/ezdoctemplatedocument/{pkiEzdoctemplatedocumentID} | Edit an existing Ezdoctemplatedocument |
ObjectEzdoctemplatedocumentApi | EzdoctemplatedocumentGetAutocompleteV2 | GET /2/object/ezdoctemplatedocument/getAutocomplete/{sSelector} | Retrieve Ezdoctemplatedocuments and IDs |
ObjectEzdoctemplatedocumentApi | EzdoctemplatedocumentGetListV1 | GET /1/object/ezdoctemplatedocument/getList | Retrieve Ezdoctemplatedocument list |
ObjectEzdoctemplatedocumentApi | EzdoctemplatedocumentGetObjectV2 | GET /2/object/ezdoctemplatedocument/{pkiEzdoctemplatedocumentID} | Retrieve an existing Ezdoctemplatedocument |
ObjectEzdoctemplatedocumentApi | EzdoctemplatedocumentPatchObjectV1 | PATCH /1/object/ezdoctemplatedocument/{pkiEzdoctemplatedocumentID} | Patch an existing Ezdoctemplatedocument |
ObjectEzdoctemplatefieldtypecategoryApi | EzdoctemplatefieldtypecategoryGetAutocompleteV2 | GET /2/object/ezdoctemplatefieldtypecategory/getAutocomplete/{sSelector} | Retrieve Ezdoctemplatefieldtypecategorys and IDs |
ObjectEzdoctemplatetypeApi | EzdoctemplatetypeGetAutocompleteV2 | GET /2/object/ezdoctemplatetype/getAutocomplete/{sSelector} | Retrieve Ezdoctemplatetypes 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 |
ObjectEzsignannotationApi | EzsignannotationCreateObjectV1 | POST /1/object/ezsignannotation | Create a new Ezsignannotation |
ObjectEzsignannotationApi | EzsignannotationDeleteObjectV1 | DELETE /1/object/ezsignannotation/{pkiEzsignannotationID} | Delete an existing Ezsignannotation |
ObjectEzsignannotationApi | EzsignannotationEditObjectV1 | PUT /1/object/ezsignannotation/{pkiEzsignannotationID} | Edit an existing Ezsignannotation |
ObjectEzsignannotationApi | EzsignannotationGetObjectV2 | GET /2/object/ezsignannotation/{pkiEzsignannotationID} | Retrieve an existing Ezsignannotation |
ObjectEzsignbulksendApi | EzsignbulksendCreateEzsignbulksendtransmissionV2 | POST /2/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 | EzsigndocumentCreateObjectV3 | POST /3/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 | EzsigndocumentEditEzsignannotationsV1 | PUT /1/object/ezsigndocument/{pkiEzsigndocumentID}/editEzsignannotations | Edit multiple Ezsignannotations |
ObjectEzsigndocumentApi | EzsigndocumentEditEzsignformfieldgroupsV1 | PUT /1/object/ezsigndocument/{pkiEzsigndocumentID}/editEzsignformfieldgroups | Edit multiple Ezsignformfieldgroups |
ObjectEzsigndocumentApi | EzsigndocumentEditEzsignsignaturesV1 | PUT /1/object/ezsigndocument/{pkiEzsigndocumentID}/editEzsignsignatures | Edit multiple Ezsignsignatures |
ObjectEzsigndocumentApi | EzsigndocumentEditObjectV1 | PUT /1/object/ezsigndocument/{pkiEzsigndocumentID} | Edit an existing Ezsigndocument |
ObjectEzsigndocumentApi | EzsigndocumentEndPrematurelyV1 | POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/endPrematurely | End prematurely |
ObjectEzsigndocumentApi | EzsigndocumentExtractTextV1 | POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/extractText | Extract text from Ezsigndocument area |
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 | EzsigndocumentPrefillEzsignformV1 | POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/prefillEzsignform | Prefill an Ezsignform |
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 | EzsignfolderCreateObjectV3 | POST /3/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 | EzsignfolderEditObjectV3 | PUT /3/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 | EzsignfolderGetObjectV3 | GET /3/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 | EzsignfolderReorderV2 | POST /2/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 |
ObjectEzsignfoldersignerassociationApi | EzsignfoldersignerassociationReassignV1 | POST /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}/reassign | Reassign remaining unsigned signatures and forms |
ObjectEzsignfoldertypeApi | EzsignfoldertypeCreateObjectV3 | POST /3/object/ezsignfoldertype | Create a new Ezsignfoldertype |
ObjectEzsignfoldertypeApi | EzsignfoldertypeEditObjectV3 | PUT /3/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 | EzsignfoldertypeGetObjectV4 | GET /4/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 |
ObjectEzsignimportdocumentApi | EzsignimportdocumentDownloadV1 | GET /1/object/ezsignimportdocument/{pkiEzsignimportdocumentID}/download | Retrieve the content |
ObjectEzsignimportfolderApi | EzsignimportfolderDeleteObjectV1 | DELETE /1/object/ezsignimportfolder/{pkiEzsignimportfolderID} | Delete an existing Ezsignimportfolder |
ObjectEzsignimportfolderApi | EzsignimportfolderGetListV1 | GET /1/object/ezsignimportfolder/getList | Retrieve Ezsignimportfolder list |
ObjectEzsignimportfolderApi | EzsignimportfolderGetObjectV2 | GET /2/object/ezsignimportfolder/{pkiEzsignimportfolderID} | Retrieve an existing Ezsignimportfolder |
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 | EzsignsignatureCreateObjectV3 | POST /3/object/ezsignsignature | Create a new Ezsignsignature |
ObjectEzsignsignatureApi | EzsignsignatureDeleteObjectV1 | DELETE /1/object/ezsignsignature/{pkiEzsignsignatureID} | Delete an existing Ezsignsignature |
ObjectEzsignsignatureApi | EzsignsignatureEditObjectV2 | PUT /2/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 | EzsignsignatureGetObjectV3 | GET /3/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 | EzsigntemplateCreateObjectV3 | POST /3/object/ezsigntemplate | Create a new Ezsigntemplate |
ObjectEzsigntemplateApi | EzsigntemplateDeleteObjectV1 | DELETE /1/object/ezsigntemplate/{pkiEzsigntemplateID} | Delete an existing Ezsigntemplate |
ObjectEzsigntemplateApi | EzsigntemplateEditObjectV3 | PUT /3/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 | EzsigntemplateGetObjectV3 | GET /3/object/ezsigntemplate/{pkiEzsigntemplateID} | Retrieve an existing Ezsigntemplate |
ObjectEzsigntemplatedocumentApi | EzsigntemplatedocumentCreateObjectV1 | POST /1/object/ezsigntemplatedocument | Create a new Ezsigntemplatedocument |
ObjectEzsigntemplatedocumentApi | EzsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1 | PUT /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/editEzsigntemplatedocumentpagerecognitions | Edit multiple Ezsigntemplatedocumentpagerecognitions |
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 | EzsigntemplatedocumentExtractTextV1 | POST /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/extractText | Extract text from Ezsigntemplatedocument area |
ObjectEzsigntemplatedocumentApi | EzsigntemplatedocumentFlattenV1 | POST /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/flatten | Flatten |
ObjectEzsigntemplatedocumentApi | EzsigntemplatedocumentGetEzsigntemplatedocumentpagerecognitionsV1 | GET /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getEzsigntemplatedocumentpagerecognitions | Retrieve an existing Ezsigntemplatedocument's Ezsigntemplatedocumentpagerecognitions |
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 |
ObjectEzsigntemplatedocumentpagerecognitionApi | EzsigntemplatedocumentpagerecognitionCreateObjectV1 | POST /1/object/ezsigntemplatedocumentpagerecognition | Create a new Ezsigntemplatedocumentpagerecognition |
ObjectEzsigntemplatedocumentpagerecognitionApi | EzsigntemplatedocumentpagerecognitionDeleteObjectV1 | DELETE /1/object/ezsigntemplatedocumentpagerecognition/{pkiEzsigntemplatedocumentpagerecognitionID} | Delete an existing Ezsigntemplatedocumentpagerecognition |
ObjectEzsigntemplatedocumentpagerecognitionApi | EzsigntemplatedocumentpagerecognitionEditObjectV1 | PUT /1/object/ezsigntemplatedocumentpagerecognition/{pkiEzsigntemplatedocumentpagerecognitionID} | Edit an existing Ezsigntemplatedocumentpagerecognition |
ObjectEzsigntemplatedocumentpagerecognitionApi | EzsigntemplatedocumentpagerecognitionGetObjectV2 | GET /2/object/ezsigntemplatedocumentpagerecognition/{pkiEzsigntemplatedocumentpagerecognitionID} | Retrieve an existing Ezsigntemplatedocumentpagerecognition |
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 |
ObjectEzsigntemplatepublicApi | EzsigntemplatepublicCreateEzsignfolderV1 | POST /1/object/ezsigntemplatepublic/createEzsignfolder | Create an Ezsignfolder |
ObjectEzsigntemplatepublicApi | EzsigntemplatepublicCreateObjectV1 | POST /1/object/ezsigntemplatepublic | Create a new Ezsigntemplatepublic |
ObjectEzsigntemplatepublicApi | EzsigntemplatepublicDeleteObjectV1 | DELETE /1/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID} | Delete an existing Ezsigntemplatepublic |
ObjectEzsigntemplatepublicApi | EzsigntemplatepublicEditObjectV1 | PUT /1/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID} | Edit an existing Ezsigntemplatepublic |
ObjectEzsigntemplatepublicApi | EzsigntemplatepublicGetEzsigntemplatepublicDetailsV1 | POST /1/object/ezsigntemplatepublic/getEzsigntemplatepublicDetails | Retrieve the Ezsigntemplatepublic details |
ObjectEzsigntemplatepublicApi | EzsigntemplatepublicGetFormsDataV1 | GET /1/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID}/getFormsData | Retrieve an existing Ezsigntemplatepublic's forms data |
ObjectEzsigntemplatepublicApi | EzsigntemplatepublicGetListV1 | GET /1/object/ezsigntemplatepublic/getList | Retrieve Ezsigntemplatepublic list |
ObjectEzsigntemplatepublicApi | EzsigntemplatepublicGetObjectV2 | GET /2/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID} | Retrieve an existing Ezsigntemplatepublic |
ObjectEzsigntemplatepublicApi | EzsigntemplatepublicResetLimitExceededCounterV1 | POST /1/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID}/resetLimitExceededCounter | Reset the limit exceeded counter |
ObjectEzsigntemplatepublicApi | EzsigntemplatepublicResetUrlV1 | POST /1/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID}/resetUrl | Reset the Ezsigntemplatepublic url |
ObjectEzsigntemplatesignatureApi | EzsigntemplatesignatureCreateObjectV2 | POST /2/object/ezsigntemplatesignature | Create a new Ezsigntemplatesignature |
ObjectEzsigntemplatesignatureApi | EzsigntemplatesignatureDeleteObjectV1 | DELETE /1/object/ezsigntemplatesignature/{pkiEzsigntemplatesignatureID} | Delete an existing Ezsigntemplatesignature |
ObjectEzsigntemplatesignatureApi | EzsigntemplatesignatureEditObjectV2 | PUT /2/object/ezsigntemplatesignature/{pkiEzsigntemplatesignatureID} | Edit an existing Ezsigntemplatesignature |
ObjectEzsigntemplatesignatureApi | EzsigntemplatesignatureGetObjectV3 | GET /3/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 |
ObjectEzsignuserApi | EzsignuserEditObjectV1 | PUT /1/object/ezsignuser/{pkiEzsignuserID} | Edit an existing Ezsignuser |
ObjectEzsignuserApi | EzsignuserGetObjectV2 | GET /2/object/ezsignuser/{pkiEzsignuserID} | Retrieve an existing Ezsignuser |
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 |
ObjectGlaccountApi | GlaccountGetAutocompleteV2 | GET /2/object/glaccount/getAutocomplete/{sSelector} | Retrieve Glaccounts and IDs |
ObjectGlaccountcontainerApi | GlaccountcontainerGetAutocompleteV2 | GET /2/object/glaccountcontainer/getAutocomplete/{sSelector} | Retrieve Glaccountcontainers and IDs |
ObjectInscriptionApi | InscriptionGetAttachmentsV1 | GET /1/object/inscription/{pkiInscriptionID}/getAttachments | Retrieve Inscription's Attachments |
ObjectInscriptionApi | InscriptionGetCommunicationCountV1 | GET /1/object/inscription/{pkiInscriptionID}/getCommunicationCount | Retrieve Communication count |
ObjectInscriptionApi | InscriptionGetCommunicationListV1 | GET /1/object/inscription/{pkiInscriptionID}/getCommunicationList | Retrieve Communication list |
ObjectInscriptionApi | InscriptionGetCommunicationrecipientsV1 | GET /1/object/inscription/{pkiInscriptionID}/getCommunicationrecipients | Retrieve Inscription's Communicationrecipient |
ObjectInscriptionApi | InscriptionGetCommunicationsendersV1 | GET /1/object/inscription/{pkiInscriptionID}/getCommunicationsenders | Retrieve Inscription's Communicationsender |
ObjectInscriptionnotauthenticatedApi | InscriptionnotauthenticatedGetCommunicationCountV1 | GET /1/object/inscriptionnotauthenticated/{pkiInscriptionnotauthenticatedID}/getCommunicationCount | Retrieve Communication count |
ObjectInscriptionnotauthenticatedApi | InscriptionnotauthenticatedGetCommunicationListV1 | GET /1/object/inscriptionnotauthenticated/{pkiInscriptionnotauthenticatedID}/getCommunicationList | Retrieve Communication list |
ObjectInscriptionnotauthenticatedApi | InscriptionnotauthenticatedGetCommunicationrecipientsV1 | GET /1/object/inscriptionnotauthenticated/{pkiInscriptionnotauthenticatedID}/getCommunicationrecipients | Retrieve Inscriptionnotauthenticated's Communicationrecipient |
ObjectInscriptionnotauthenticatedApi | InscriptionnotauthenticatedGetCommunicationsendersV1 | GET /1/object/inscriptionnotauthenticated/{pkiInscriptionnotauthenticatedID}/getCommunicationsenders | Retrieve Inscriptionnotauthenticated's Communicationsender |
ObjectInscriptiontempApi | InscriptiontempGetCommunicationCountV1 | GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationCount | Retrieve Communication count |
ObjectInscriptiontempApi | InscriptiontempGetCommunicationListV1 | GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationList | Retrieve Communication list |
ObjectInscriptiontempApi | InscriptiontempGetCommunicationrecipientsV1 | GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationrecipients | Retrieve Inscriptiontemp's Communicationrecipient |
ObjectInscriptiontempApi | InscriptiontempGetCommunicationsendersV1 | GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationsenders | Retrieve Inscriptiontemp's Communicationsender |
ObjectInvoiceApi | InvoiceGetAttachmentsV1 | GET /1/object/invoice/{pkiInvoiceID}/getAttachments | Retrieve Invoice's Attachments |
ObjectInvoiceApi | InvoiceGetCommunicationCountV1 | GET /1/object/invoice/{pkiInvoiceID}/getCommunicationCount | Retrieve Communication count |
ObjectInvoiceApi | InvoiceGetCommunicationListV1 | GET /1/object/invoice/{pkiInvoiceID}/getCommunicationList | Retrieve Communication list |
ObjectInvoiceApi | InvoiceGetCommunicationrecipientsV1 | GET /1/object/invoice/{pkiInvoiceID}/getCommunicationrecipients | Retrieve Invoice's Communicationrecipient |
ObjectInvoiceApi | InvoiceGetCommunicationsendersV1 | GET /1/object/invoice/{pkiInvoiceID}/getCommunicationsenders | Retrieve Invoice's Communicationsender |
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 | OtherincomeGetCommunicationCountV1 | GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationCount | Retrieve Communication count |
ObjectOtherincomeApi | OtherincomeGetCommunicationListV1 | GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationList | Retrieve Communication list |
ObjectOtherincomeApi | OtherincomeGetCommunicationrecipientsV1 | GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationrecipients | Retrieve Otherincome's Communicationrecipient |
ObjectOtherincomeApi | OtherincomeGetCommunicationsendersV1 | GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationsenders | Retrieve Otherincome's Communicationsender |
ObjectPaymentgatewayApi | PaymentgatewayCreateObjectV1 | POST /1/object/paymentgateway | Create a new Paymentgateway |
ObjectPaymentgatewayApi | PaymentgatewayEditObjectV1 | PUT /1/object/paymentgateway/{pkiPaymentgatewayID} | Edit an existing Paymentgateway |
ObjectPaymentgatewayApi | PaymentgatewayGetAutocompleteV2 | GET /2/object/paymentgateway/getAutocomplete/{sSelector} | Retrieve Paymentgateways and IDs |
ObjectPaymentgatewayApi | PaymentgatewayGetListV1 | GET /1/object/paymentgateway/getList | Retrieve Paymentgateway list |
ObjectPaymentgatewayApi | PaymentgatewayGetObjectV2 | GET /2/object/paymentgateway/{pkiPaymentgatewayID} | Retrieve an existing Paymentgateway |
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 |
ObjectPdfalevelApi | PdfalevelGetAutocompleteV2 | GET /2/object/pdfalevel/getAutocomplete/{sSelector} | Retrieve Pdfalevels and IDs |
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 | RejectedoffertopurchaseGetCommunicationCountV1 | GET /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationCount | Retrieve Communication count |
ObjectRejectedoffertopurchaseApi | RejectedoffertopurchaseGetCommunicationListV1 | GET /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationList | Retrieve Communication list |
ObjectRejectedoffertopurchaseApi | RejectedoffertopurchaseGetCommunicationrecipientsV1 | GET /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationrecipients | Retrieve Rejectedoffertopurchase's Communicationrecipient |
ObjectRejectedoffertopurchaseApi | RejectedoffertopurchaseGetCommunicationsendersV1 | GET /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationsenders | Retrieve Rejectedoffertopurchase's Communicationsender |
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 |
ObjectSignatureApi | SignatureGetObjectV3 | GET /3/object/signature/{pkiSignatureID} | Retrieve an existing Signature |
ObjectSignatureApi | SignatureGetSVGInitialsV1 | GET /1/object/signature/{pkiSignatureID}/getSVGInitials | Retrieve an existing Signature initial SVG |
ObjectSignatureApi | SignatureGetSVGSignatureV1 | GET /1/object/signature/{pkiSignatureID}/getSVGSignature | Retrieve an existing Signature SVG |
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 |
ObjectSupplyApi | SupplyCreateObjectV1 | POST /1/object/supply | Create a new Supply |
ObjectSupplyApi | SupplyDeleteObjectV1 | DELETE /1/object/supply/{pkiSupplyID} | Delete an existing Supply |
ObjectSupplyApi | SupplyEditObjectV1 | PUT /1/object/supply/{pkiSupplyID} | Edit an existing Supply |
ObjectSupplyApi | SupplyGetAutocompleteV2 | GET /2/object/supply/getAutocomplete/{sSelector} | Retrieve Supplys and IDs |
ObjectSupplyApi | SupplyGetListV1 | GET /1/object/supply/getList | Retrieve Supply list |
ObjectSupplyApi | SupplyGetObjectV2 | GET /2/object/supply/{pkiSupplyID} | Retrieve an existing Supply |
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 |
ObjectTranqcontractApi | TranqcontractGetCommunicationCountV1 | GET /1/object/tranqcontract/{pkiTranqcontractID}/getCommunicationCount | Retrieve Communication count |
ObjectTranqcontractApi | TranqcontractGetCommunicationListV1 | GET /1/object/tranqcontract/{pkiTranqcontractID}/getCommunicationList | Retrieve Communication list |
ObjectTranqcontractApi | TranqcontractGetCommunicationrecipientsV1 | GET /1/object/tranqcontract/{pkiTranqcontractID}/getCommunicationrecipients | Retrieve Tranqcontract's Communicationrecipient |
ObjectTranqcontractApi | TranqcontractGetCommunicationsendersV1 | GET /1/object/tranqcontract/{pkiTranqcontractID}/getCommunicationsenders | Retrieve Tranqcontract's Communicationsender |
ObjectUserApi | UserCreateObjectV1 | POST /1/object/user | Create a new User |
ObjectUserApi | UserCreateObjectV2 | POST /2/object/user | Create a new User |
ObjectUserApi | UserEditColleaguesV2 | PUT /2/object/user/{pkiUserID}/editColleagues | Edit multiple Colleagues |
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 | UserGetColleaguesV2 | GET /2/object/user/{pkiUserID}/getColleagues | Retrieve an existing User's Colleagues |
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 | WebhookSendWebhookV1 | POST /1/object/webhook/sendWebhook | Emit a Webhook event |
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.ActivesessionGenerateFederationTokenV1Request
- Model.ActivesessionGenerateFederationTokenV1Response
- Model.ActivesessionGenerateFederationTokenV1ResponseMPayload
- Model.ActivesessionGetCurrentV1Response
- Model.ActivesessionGetCurrentV1ResponseMPayload
- Model.ActivesessionGetCurrentV2Response
- Model.ActivesessionGetCurrentV2ResponseMPayload
- Model.ActivesessionGetListV1Response
- Model.ActivesessionGetListV1ResponseMPayload
- Model.ActivesessionListElement
- Model.ActivesessionResponse
- Model.ActivesessionResponseCompound
- Model.ActivesessionResponseCompoundApikey
- Model.ActivesessionResponseCompoundUser
- Model.AddressRequest
- Model.AddressRequestCompound
- Model.AddressResponse
- Model.AddressResponseCompound
- Model.ApikeyCreateObjectV2Request
- Model.ApikeyCreateObjectV2Response
- Model.ApikeyCreateObjectV2ResponseMPayload
- Model.ApikeyEditObjectV1Request
- Model.ApikeyEditObjectV1Response
- Model.ApikeyEditPermissionsV1Request
- Model.ApikeyEditPermissionsV1Response
- Model.ApikeyEditPermissionsV1ResponseMPayload
- Model.ApikeyGenerateDelegatedCredentialsV1Request
- Model.ApikeyGenerateDelegatedCredentialsV1Response
- Model.ApikeyGenerateDelegatedCredentialsV1ResponseMPayload
- 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.AttachmentResponse
- Model.AttachmentResponseCompound
- Model.AttachmentlogResponse
- Model.AttachmentlogResponseCompound
- Model.AttemptResponse
- Model.AttemptResponseCompound
- Model.AuthenticationexternalAutocompleteElementResponse
- Model.AuthenticationexternalCreateObjectV1Request
- Model.AuthenticationexternalCreateObjectV1Response
- Model.AuthenticationexternalCreateObjectV1ResponseMPayload
- Model.AuthenticationexternalDeleteObjectV1Response
- Model.AuthenticationexternalEditObjectV1Request
- Model.AuthenticationexternalEditObjectV1Response
- Model.AuthenticationexternalGetAutocompleteV2Response
- Model.AuthenticationexternalGetAutocompleteV2ResponseMPayload
- Model.AuthenticationexternalGetListV1Response
- Model.AuthenticationexternalGetListV1ResponseMPayload
- Model.AuthenticationexternalGetObjectV2Response
- Model.AuthenticationexternalGetObjectV2ResponseMPayload
- Model.AuthenticationexternalListElement
- Model.AuthenticationexternalRequest
- Model.AuthenticationexternalRequestCompound
- Model.AuthenticationexternalResetAuthorizationV1Response
- Model.AuthenticationexternalResponse
- Model.AuthenticationexternalResponseCompound
- Model.BankaccountAutocompleteElementResponse
- Model.BankaccountGetAutocompleteV2Response
- Model.BankaccountGetAutocompleteV2ResponseMPayload
- Model.BillingentityexternalAutocompleteElementResponse
- Model.BillingentityexternalGenerateFederationTokenV1Request
- Model.BillingentityexternalGenerateFederationTokenV1Response
- Model.BillingentityexternalGenerateFederationTokenV1ResponseMPayload
- 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.BrandingCreateObjectV2Request
- Model.BrandingCreateObjectV2Response
- Model.BrandingCreateObjectV2ResponseMPayload
- Model.BrandingEditObjectV2Request
- Model.BrandingEditObjectV2Response
- Model.BrandingGetAutocompleteV2Response
- Model.BrandingGetAutocompleteV2ResponseMPayload
- Model.BrandingGetListV1Response
- Model.BrandingGetListV1ResponseMPayload
- Model.BrandingGetObjectV3Response
- Model.BrandingGetObjectV3ResponseMPayload
- Model.BrandingListElement
- Model.BrandingRequestCompoundV2
- Model.BrandingRequestV2
- Model.BrandingResponseCompoundV3
- Model.BrandingResponseV3
- Model.BuyercontractGetCommunicationCountV1Response
- Model.BuyercontractGetCommunicationCountV1ResponseMPayload
- Model.BuyercontractGetCommunicationListV1Response
- Model.BuyercontractGetCommunicationListV1ResponseMPayload
- Model.BuyercontractGetCommunicationrecipientsV1Response
- Model.BuyercontractGetCommunicationrecipientsV1ResponseMPayload
- Model.BuyercontractGetCommunicationsendersV1Response
- Model.BuyercontractGetCommunicationsendersV1ResponseMPayload
- Model.ClonehistoryGetListV1Response
- Model.ClonehistoryGetListV1ResponseMPayload
- Model.ClonehistoryListElement
- Model.ColleagueRequestCompoundV2
- Model.ColleagueRequestV2
- Model.ColleagueResponseCompoundV2
- Model.ColleagueResponseV2
- Model.CommonAudit
- Model.CommonAuditdetail
- Model.CommonFile
- Model.CommonGetListV1ResponseMPayload
- Model.CommonGetReportV1Response
- Model.CommonGetReportV1ResponseMPayload
- Model.CommonReport
- Model.CommonReportcell
- Model.CommonReportcellstyle
- Model.CommonReportcolumn
- Model.CommonReportgroup
- Model.CommonReportgroupParameter
- Model.CommonReportrow
- Model.CommonReportsection
- Model.CommonReportsubsection
- Model.CommonReportsubsectionpart
- Model.CommonResponse
- Model.CommonResponseError
- Model.CommonResponseErrorCreditcardValidation
- Model.CommonResponseErrorEzsignformValidation
- Model.CommonResponseErrorSTemporaryFileUrl
- Model.CommonResponseErrorTooManyRequests
- Model.CommonResponseErrorWrongFranchiseoffice
- Model.CommonResponseFilter
- Model.CommonResponseGetList
- Model.CommonResponseObjDebug
- Model.CommonResponseObjDebugPayload
- Model.CommonResponseObjDebugPayloadGetList
- Model.CommonResponseObjSQLQuery
- Model.CommonResponseRedirectSSecretquestionTextX
- Model.CommonResponseWarning
- Model.CommonWebhook
- Model.CommunicationRequest
- Model.CommunicationRequestCompound
- Model.CommunicationSendV1Request
- Model.CommunicationSendV1Response
- Model.CommunicationSendV1ResponseMPayload
- 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.ComputedEEzsignfolderAccess
- Model.ComputedEEzsignimportfolderStatus
- Model.ContactRequest
- Model.ContactRequestCompound
- Model.ContactRequestCompoundV2
- Model.ContactRequestV2
- Model.ContactResponse
- Model.ContactResponseCompound
- Model.ContactinformationsRequest
- Model.ContactinformationsRequestCompound
- Model.ContactinformationsRequestCompoundV2
- Model.ContactinformationsRequestV2
- Model.ContactinformationsResponse
- Model.ContactinformationsResponseCompound
- Model.ContacttitleAutocompleteElementResponse
- Model.ContacttitleGetAutocompleteV2Response
- Model.ContacttitleGetAutocompleteV2ResponseMPayload
- 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.CreditcardclientPatchObjectV1Request
- Model.CreditcardclientPatchObjectV1Response
- Model.CreditcardclientRequest
- Model.CreditcardclientRequestCompound
- Model.CreditcardclientRequestPatch
- Model.CreditcardclientResponse
- Model.CreditcardclientResponseCompound
- Model.CreditcarddetailRequest
- Model.CreditcarddetailResponse
- Model.CreditcarddetailResponseCompound
- Model.CreditcardmerchantAutocompleteElementResponse
- Model.CreditcardmerchantGetAutocompleteV2Response
- Model.CreditcardmerchantGetAutocompleteV2ResponseMPayload
- Model.CreditcardmerchantGetListV1Response
- Model.CreditcardmerchantGetListV1ResponseMPayload
- Model.CreditcardmerchantGetObjectV2Response
- Model.CreditcardmerchantGetObjectV2ResponseMPayload
- Model.CreditcardmerchantListElement
- Model.CreditcardmerchantRequest
- Model.CreditcardmerchantRequestCompound
- Model.CreditcardmerchantResponse
- Model.CreditcardmerchantResponseCompound
- Model.CreditcardtypeAutocompleteElementResponse
- Model.CreditcardtypeGetAutocompleteV2Response
- Model.CreditcardtypeGetAutocompleteV2ResponseMPayload
- Model.CurrencyAutocompleteElementResponse
- Model.CurrencyGetAutocompleteV2Response
- Model.CurrencyGetAutocompleteV2ResponseMPayload
- Model.CustomApikey
- Model.CustomApikeyfederation
- Model.CustomAttachmentResponse
- Model.CustomAttachmentdocumenttypeResponse
- Model.CustomBrandingResponse
- Model.CustomCommunicationListElementResponse
- Model.CustomCommunicationattachmentRequest
- Model.CustomCommunicationrecipientsgroupResponse
- Model.CustomCommunicationrecipientsrecipientResponse
- Model.CustomCommunicationsenderRequest
- Model.CustomCommunicationsenderResponse
- Model.CustomContactNameResponse
- Model.CustomCreateEzsignelementsPositionedByWordRequest
- Model.CustomCreditcardRequest
- Model.CustomCreditcardtransactionResponse
- Model.CustomCreditcardtransactionresponseResponse
- Model.CustomDiscussionconfigurationResponse
- Model.CustomDnsrecordResponse
- Model.CustomDropdownElementRequest
- Model.CustomDropdownElementRequestCompound
- Model.CustomDropdownElementResponse
- Model.CustomDropdownElementResponseCompound
- Model.CustomEWebhookEzsignevent
- Model.CustomEzmaxinvoicingEzsigndocumentResponse
- Model.CustomEzmaxinvoicingEzsignfolderResponse
- Model.CustomEzmaxpricingResponse
- Model.CustomEzsigndocumentEzsignsignaturesAutomaticResponse
- Model.CustomEzsigndocumentRequest
- Model.CustomEzsignfolderEzsignsignaturesAutomaticResponse
- Model.CustomEzsignfolderezsigntemplatepublicResponse
- Model.CustomEzsignfolderezsigntemplatepublicSignerResponse
- Model.CustomEzsignfoldersignerassociationActionableElementResponse
- Model.CustomEzsignfoldersignerassociationstatusResponse
- Model.CustomEzsignfoldertransmissionResponse
- Model.CustomEzsignfoldertransmissionSignerResponse
- Model.CustomEzsignfoldertypeResponse
- Model.CustomEzsignfoldertypeTemplateResponse
- Model.CustomEzsignformfieldRequest
- Model.CustomEzsignformfielderrorResponse
- Model.CustomEzsignformfielderrortestResponse
- Model.CustomEzsignformfieldgroupCreateEzsignelementsPositionedByWordRequest
- Model.CustomEzsignformfieldgroupRequest
- Model.CustomEzsignimportdocumentResponse
- Model.CustomEzsignsignatureCreateEzsignelementsPositionedByWordRequest
- Model.CustomEzsignsignatureEzsignsignaturesAutomaticResponse
- Model.CustomEzsignsignaturestatusResponse
- Model.CustomFormDataDocumentResponse
- Model.CustomFormDataEzsignformfieldResponse
- Model.CustomFormDataEzsignformfieldgroupResponse
- Model.CustomFormDataSignerResponse
- Model.CustomFormsDataFolderResponse
- Model.CustomImportEzsigntemplatepackageRelationRequest
- Model.CustomNotificationsubsectiongetnotificationtestsResponse
- Model.CustomNotificationtestgetnotificationtestsResponse
- Model.CustomPrefillEzsignformValueRequest
- Model.CustomTimezoneWithCodeResponse
- Model.CustomUserNameResponse
- Model.CustomWebhookResponse
- Model.CustomWebhooklogResponse
- Model.CustomWordPositionOccurenceResponse
- Model.CustomWordPositionWordResponse
- Model.CustomerAutocompleteElementResponse
- Model.CustomerCreateObjectV1Request
- Model.CustomerCreateObjectV1Response
- Model.CustomerCreateObjectV1ResponseMPayload
- Model.CustomerGetAutocompleteV2Response
- Model.CustomerGetAutocompleteV2ResponseMPayload
- Model.CustomerGetObjectV2Response
- Model.CustomerGetObjectV2ResponseMPayload
- Model.CustomerRequest
- Model.CustomerRequestCompound
- Model.CustomerResponse
- Model.CustomerResponseCompound
- 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.DomainCreateObjectV1Request
- Model.DomainCreateObjectV1Response
- Model.DomainCreateObjectV1ResponseMPayload
- Model.DomainDeleteObjectV1Response
- Model.DomainGetListV1Response
- Model.DomainGetListV1ResponseMPayload
- Model.DomainGetObjectV2Response
- Model.DomainGetObjectV2ResponseMPayload
- Model.DomainListElement
- Model.DomainRequest
- Model.DomainRequestCompound
- Model.DomainResponse
- Model.DomainResponseCompound
- Model.ElectronicfundstransferGetCommunicationCountV1Response
- Model.ElectronicfundstransferGetCommunicationCountV1ResponseMPayload
- Model.ElectronicfundstransferGetCommunicationListV1Response
- Model.ElectronicfundstransferGetCommunicationListV1ResponseMPayload
- Model.ElectronicfundstransferGetCommunicationrecipientsV1Response
- Model.ElectronicfundstransferGetCommunicationrecipientsV1ResponseMPayload
- Model.ElectronicfundstransferGetCommunicationsendersV1Response
- Model.ElectronicfundstransferGetCommunicationsendersV1ResponseMPayload
- Model.EmailRequest
- Model.EmailRequestCompound
- Model.EmailResponse
- Model.EmailResponseCompound
- Model.EmailtypeAutocompleteElementResponse
- Model.EmailtypeGetAutocompleteV2Response
- Model.EmailtypeGetAutocompleteV2ResponseMPayload
- Model.EnumFontunderline
- Model.EnumFontweight
- Model.EnumHorizontalalignment
- Model.EnumReportdataType
- Model.EnumTextvalidation
- Model.EnumVerticalalignment
- Model.EzdoctemplatedocumentAutocompleteElementResponse
- Model.EzdoctemplatedocumentCreateObjectV1Request
- Model.EzdoctemplatedocumentCreateObjectV1Response
- Model.EzdoctemplatedocumentCreateObjectV1ResponseMPayload
- Model.EzdoctemplatedocumentEditObjectV1Request
- Model.EzdoctemplatedocumentEditObjectV1Response
- Model.EzdoctemplatedocumentGetAutocompleteV2Response
- Model.EzdoctemplatedocumentGetAutocompleteV2ResponseMPayload
- Model.EzdoctemplatedocumentGetListV1Response
- Model.EzdoctemplatedocumentGetListV1ResponseMPayload
- Model.EzdoctemplatedocumentGetObjectV2Response
- Model.EzdoctemplatedocumentGetObjectV2ResponseMPayload
- Model.EzdoctemplatedocumentListElement
- Model.EzdoctemplatedocumentPatchObjectV1Request
- Model.EzdoctemplatedocumentPatchObjectV1Response
- Model.EzdoctemplatedocumentRequest
- Model.EzdoctemplatedocumentRequestCompound
- Model.EzdoctemplatedocumentRequestPatch
- Model.EzdoctemplatedocumentResponse
- Model.EzdoctemplatedocumentResponseCompound
- Model.EzdoctemplatefieldtypecategoryAutocompleteElementResponse
- Model.EzdoctemplatefieldtypecategoryGetAutocompleteV2Response
- Model.EzdoctemplatefieldtypecategoryGetAutocompleteV2ResponseMPayload
- Model.EzdoctemplatetypeAutocompleteElementResponse
- Model.EzdoctemplatetypeGetAutocompleteV2Response
- Model.EzdoctemplatetypeGetAutocompleteV2ResponseMPayload
- 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.EzsignannotationCreateObjectV1Request
- Model.EzsignannotationCreateObjectV1Response
- Model.EzsignannotationCreateObjectV1ResponseMPayload
- Model.EzsignannotationDeleteObjectV1Response
- Model.EzsignannotationEditObjectV1Request
- Model.EzsignannotationEditObjectV1Response
- Model.EzsignannotationGetObjectV2Response
- Model.EzsignannotationGetObjectV2ResponseMPayload
- Model.EzsignannotationRequest
- Model.EzsignannotationRequestCompound
- Model.EzsignannotationResponse
- Model.EzsignannotationResponseCompound
- Model.EzsignbulksendCreateEzsignbulksendtransmissionV2Request
- Model.EzsignbulksendCreateEzsignbulksendtransmissionV2Response
- Model.EzsignbulksendCreateEzsignbulksendtransmissionV2ResponseMPayload
- 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.EzsigndocumentCreateElementV3Response
- Model.EzsigndocumentCreateEzsignelementsPositionedByWordV1Request
- Model.EzsigndocumentCreateEzsignelementsPositionedByWordV1Response
- Model.EzsigndocumentCreateEzsignelementsPositionedByWordV1ResponseMPayload
- Model.EzsigndocumentCreateObjectV1Request
- Model.EzsigndocumentCreateObjectV1Response
- Model.EzsigndocumentCreateObjectV1ResponseMPayload
- Model.EzsigndocumentCreateObjectV2Request
- Model.EzsigndocumentCreateObjectV2Response
- Model.EzsigndocumentCreateObjectV2ResponseMPayload
- Model.EzsigndocumentCreateObjectV3Request
- Model.EzsigndocumentCreateObjectV3Response
- Model.EzsigndocumentCreateObjectV3ResponseMPayload
- Model.EzsigndocumentDeclineToSignV1Request
- Model.EzsigndocumentDeclineToSignV1Response
- Model.EzsigndocumentDeleteObjectV1Response
- Model.EzsigndocumentEditEzsignannotationsV1Request
- Model.EzsigndocumentEditEzsignannotationsV1Response
- Model.EzsigndocumentEditEzsignannotationsV1ResponseMPayload
- Model.EzsigndocumentEditEzsignformfieldgroupsV1Request
- Model.EzsigndocumentEditEzsignformfieldgroupsV1Response
- Model.EzsigndocumentEditEzsignformfieldgroupsV1ResponseMPayload
- Model.EzsigndocumentEditEzsignsignaturesV1Request
- Model.EzsigndocumentEditEzsignsignaturesV1Response
- Model.EzsigndocumentEditEzsignsignaturesV1ResponseMPayload
- Model.EzsigndocumentEditObjectV1Request
- Model.EzsigndocumentEditObjectV1Response
- Model.EzsigndocumentEndPrematurelyV1Response
- Model.EzsigndocumentExtractTextV1Request
- Model.EzsigndocumentExtractTextV1Response
- Model.EzsigndocumentExtractTextV1ResponseMPayload
- 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.EzsigndocumentMatchingtemplateV3Response
- Model.EzsigndocumentPatchObjectV1Request
- Model.EzsigndocumentPatchObjectV1Response
- Model.EzsigndocumentPrefillEzsignformV1Request
- Model.EzsigndocumentPrefillEzsignformV1Response
- Model.EzsigndocumentRequest
- Model.EzsigndocumentRequestCompound
- Model.EzsigndocumentRequestPatch
- Model.EzsigndocumentResponse
- Model.EzsigndocumentResponseCompound
- Model.EzsigndocumentSubmitEzsignformV1Request
- Model.EzsigndocumentSubmitEzsignformV1Response
- Model.EzsigndocumentUnsendV1Response
- Model.EzsigndocumentdependencyRequest
- Model.EzsigndocumentdependencyRequestCompound
- Model.EzsigndocumentdependencyResponse
- 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.EzsignfolderCreateObjectV3Request
- Model.EzsignfolderCreateObjectV3Response
- Model.EzsignfolderCreateObjectV3ResponseMPayload
- Model.EzsignfolderDeleteObjectV1Response
- Model.EzsignfolderDisposeEzsignfoldersV1Request
- Model.EzsignfolderDisposeEzsignfoldersV1Response
- Model.EzsignfolderDisposeV1Response
- Model.EzsignfolderEditObjectV3Request
- Model.EzsignfolderEditObjectV3Response
- 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.EzsignfolderGetObjectV3Response
- Model.EzsignfolderGetObjectV3ResponseMPayload
- Model.EzsignfolderImportEzsignfoldersignerassociationsV1Request
- Model.EzsignfolderImportEzsignfoldersignerassociationsV1Response
- Model.EzsignfolderImportEzsignfoldersignerassociationsV1ResponseMPayload
- Model.EzsignfolderImportEzsigntemplatepackageV1Request
- Model.EzsignfolderImportEzsigntemplatepackageV1Response
- Model.EzsignfolderImportEzsigntemplatepackageV1ResponseMPayload
- Model.EzsignfolderListElement
- Model.EzsignfolderReorderV1Request
- Model.EzsignfolderReorderV1Response
- Model.EzsignfolderReorderV2Request
- Model.EzsignfolderReorderV2Response
- Model.EzsignfolderRequest
- Model.EzsignfolderRequestCompound
- Model.EzsignfolderRequestCompoundV3
- Model.EzsignfolderRequestV3
- Model.EzsignfolderResponse
- Model.EzsignfolderResponseCompound
- Model.EzsignfolderResponseCompoundV3
- Model.EzsignfolderResponseV3
- 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.EzsignfoldersignerassociationReassignV1Request
- Model.EzsignfoldersignerassociationReassignV1Response
- Model.EzsignfoldersignerassociationRequest
- Model.EzsignfoldersignerassociationRequestCompound
- Model.EzsignfoldersignerassociationRequestPatch
- Model.EzsignfoldersignerassociationResponse
- Model.EzsignfoldersignerassociationResponseCompound
- Model.EzsignfoldersignerassociationResponseCompoundUser
- Model.EzsignfoldertypeAutocompleteElementResponse
- Model.EzsignfoldertypeCreateObjectV3Request
- Model.EzsignfoldertypeCreateObjectV3Response
- Model.EzsignfoldertypeCreateObjectV3ResponseMPayload
- Model.EzsignfoldertypeEditObjectV3Request
- Model.EzsignfoldertypeEditObjectV3Response
- Model.EzsignfoldertypeGetAutocompleteV2Response
- Model.EzsignfoldertypeGetAutocompleteV2ResponseMPayload
- Model.EzsignfoldertypeGetListV1Response
- Model.EzsignfoldertypeGetListV1ResponseMPayload
- Model.EzsignfoldertypeGetObjectV2Response
- Model.EzsignfoldertypeGetObjectV2ResponseMPayload
- Model.EzsignfoldertypeGetObjectV4Response
- Model.EzsignfoldertypeGetObjectV4ResponseMPayload
- Model.EzsignfoldertypeListElement
- Model.EzsignfoldertypeRequestCompoundV3
- Model.EzsignfoldertypeRequestV3
- Model.EzsignfoldertypeResponse
- Model.EzsignfoldertypeResponseCompound
- Model.EzsignfoldertypeResponseCompoundV4
- Model.EzsignfoldertypeResponseV4
- 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.EzsignimportdocumentDownloadV1Response
- Model.EzsignimportfolderDeleteObjectV1Response
- Model.EzsignimportfolderGetListV1Response
- Model.EzsignimportfolderGetListV1ResponseMPayload
- Model.EzsignimportfolderGetObjectV2Response
- Model.EzsignimportfolderGetObjectV2ResponseMPayload
- Model.EzsignimportfolderListElement
- Model.EzsignimportfolderResponse
- Model.EzsignimportfolderResponseCompound
- Model.EzsignpageConsultV1Response
- Model.EzsignpageResponse
- Model.EzsignpageResponseCompound
- Model.EzsignsignatureCreateObjectV1Request
- Model.EzsignsignatureCreateObjectV1Response
- Model.EzsignsignatureCreateObjectV1ResponseMPayload
- Model.EzsignsignatureCreateObjectV2Request
- Model.EzsignsignatureCreateObjectV2Response
- Model.EzsignsignatureCreateObjectV2ResponseMPayload
- Model.EzsignsignatureCreateObjectV3Request
- Model.EzsignsignatureCreateObjectV3Response
- Model.EzsignsignatureCreateObjectV3ResponseMPayload
- Model.EzsignsignatureDeleteObjectV1Response
- Model.EzsignsignatureEditObjectV2Request
- Model.EzsignsignatureEditObjectV2Response
- Model.EzsignsignatureGetEzsignsignatureattachmentV1Response
- Model.EzsignsignatureGetEzsignsignatureattachmentV1ResponseMPayload
- Model.EzsignsignatureGetEzsignsignaturesAutomaticV1Response
- Model.EzsignsignatureGetEzsignsignaturesAutomaticV1ResponseMPayload
- Model.EzsignsignatureGetObjectV3Response
- Model.EzsignsignatureGetObjectV3ResponseMPayload
- Model.EzsignsignatureRequest
- Model.EzsignsignatureRequestCompound
- Model.EzsignsignatureRequestCompoundV2
- Model.EzsignsignatureResponse
- Model.EzsignsignatureResponseCompound
- Model.EzsignsignatureResponseCompoundV3
- Model.EzsignsignatureSignV1Request
- Model.EzsignsignatureSignV1Response
- Model.EzsignsignatureSignV1ResponseMPayload
- Model.EzsignsignatureattachmentResponse
- Model.EzsignsignaturecustomdateRequest
- Model.EzsignsignaturecustomdateRequestCompound
- Model.EzsignsignaturecustomdateRequestCompoundV2
- Model.EzsignsignaturecustomdateRequestV2
- Model.EzsignsignaturecustomdateResponse
- Model.EzsignsignaturecustomdateResponseCompound
- Model.EzsignsignaturecustomdateResponseCompoundV2
- Model.EzsignsignaturecustomdateResponseV2
- Model.EzsignsignaturepaymentdetailRequest
- Model.EzsignsignaturepaymentdetailRequestCompound
- Model.EzsignsignaturepaymentdetailResponse
- Model.EzsignsignaturepaymentdetailResponseCompound
- 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.EzsigntemplateCreateObjectV3Request
- Model.EzsigntemplateCreateObjectV3Response
- Model.EzsigntemplateCreateObjectV3ResponseMPayload
- Model.EzsigntemplateDeleteObjectV1Response
- Model.EzsigntemplateEditObjectV3Request
- Model.EzsigntemplateEditObjectV3Response
- Model.EzsigntemplateGetAutocompleteV2Response
- Model.EzsigntemplateGetAutocompleteV2ResponseMPayload
- Model.EzsigntemplateGetListV1Response
- Model.EzsigntemplateGetListV1ResponseMPayload
- Model.EzsigntemplateGetObjectV3Response
- Model.EzsigntemplateGetObjectV3ResponseMPayload
- Model.EzsigntemplateListElement
- Model.EzsigntemplateRequestCompoundV3
- Model.EzsigntemplateRequestV3
- Model.EzsigntemplateResponse
- Model.EzsigntemplateResponseCompound
- Model.EzsigntemplateResponseCompoundV3
- Model.EzsigntemplateResponseV3
- Model.EzsigntemplatedocumentCreateObjectV1Request
- Model.EzsigntemplatedocumentCreateObjectV1Response
- Model.EzsigntemplatedocumentCreateObjectV1ResponseMPayload
- Model.EzsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1Request
- Model.EzsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1Response
- Model.EzsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1ResponseMPayload
- Model.EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request
- Model.EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Response
- Model.EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1ResponseMPayload
- Model.EzsigntemplatedocumentEditEzsigntemplatesignaturesV1Request
- Model.EzsigntemplatedocumentEditEzsigntemplatesignaturesV1Response
- Model.EzsigntemplatedocumentEditEzsigntemplatesignaturesV1ResponseMPayload
- Model.EzsigntemplatedocumentEditObjectV1Request
- Model.EzsigntemplatedocumentEditObjectV1Response
- Model.EzsigntemplatedocumentExtractTextV1Request
- Model.EzsigntemplatedocumentExtractTextV1Response
- Model.EzsigntemplatedocumentExtractTextV1ResponseMPayload
- Model.EzsigntemplatedocumentFlattenV1Response
- Model.EzsigntemplatedocumentGetEzsigntemplatedocumentpagerecognitionsV1Response
- Model.EzsigntemplatedocumentGetEzsigntemplatedocumentpagerecognitionsV1ResponseMPayload
- 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.EzsigntemplatedocumentpagerecognitionCreateObjectV1Request
- Model.EzsigntemplatedocumentpagerecognitionCreateObjectV1Response
- Model.EzsigntemplatedocumentpagerecognitionCreateObjectV1ResponseMPayload
- Model.EzsigntemplatedocumentpagerecognitionDeleteObjectV1Response
- Model.EzsigntemplatedocumentpagerecognitionEditObjectV1Request
- Model.EzsigntemplatedocumentpagerecognitionEditObjectV1Response
- Model.EzsigntemplatedocumentpagerecognitionGetObjectV2Response
- Model.EzsigntemplatedocumentpagerecognitionGetObjectV2ResponseMPayload
- Model.EzsigntemplatedocumentpagerecognitionRequest
- Model.EzsigntemplatedocumentpagerecognitionRequestCompound
- Model.EzsigntemplatedocumentpagerecognitionResponse
- Model.EzsigntemplatedocumentpagerecognitionResponseCompound
- 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.EzsigntemplatepublicCreateEzsignfolderV1Request
- Model.EzsigntemplatepublicCreateEzsignfolderV1Response
- Model.EzsigntemplatepublicCreateEzsignfolderV1ResponseMPayload
- Model.EzsigntemplatepublicCreateObjectV1Request
- Model.EzsigntemplatepublicCreateObjectV1Response
- Model.EzsigntemplatepublicCreateObjectV1ResponseMPayload
- Model.EzsigntemplatepublicDeleteObjectV1Response
- Model.EzsigntemplatepublicEditObjectV1Request
- Model.EzsigntemplatepublicEditObjectV1Response
- Model.EzsigntemplatepublicGetEzsigntemplatepublicDetailsV1Request
- Model.EzsigntemplatepublicGetEzsigntemplatepublicDetailsV1Response
- Model.EzsigntemplatepublicGetEzsigntemplatepublicDetailsV1ResponseMPayload
- Model.EzsigntemplatepublicGetFormsDataV1Response
- Model.EzsigntemplatepublicGetFormsDataV1ResponseMPayload
- Model.EzsigntemplatepublicGetListV1Response
- Model.EzsigntemplatepublicGetListV1ResponseMPayload
- Model.EzsigntemplatepublicGetObjectV2Response
- Model.EzsigntemplatepublicGetObjectV2ResponseMPayload
- Model.EzsigntemplatepublicListElement
- Model.EzsigntemplatepublicRequest
- Model.EzsigntemplatepublicRequestCompound
- Model.EzsigntemplatepublicResetLimitExceededCounterV1Response
- Model.EzsigntemplatepublicResetLimitExceededCounterV1ResponseMPayload
- Model.EzsigntemplatepublicResetUrlV1Response
- Model.EzsigntemplatepublicResetUrlV1ResponseMPayload
- Model.EzsigntemplatepublicResponse
- Model.EzsigntemplatepublicResponseCompound
- Model.EzsigntemplatesignatureCreateObjectV2Request
- Model.EzsigntemplatesignatureCreateObjectV2Response
- Model.EzsigntemplatesignatureCreateObjectV2ResponseMPayload
- Model.EzsigntemplatesignatureDeleteObjectV1Response
- Model.EzsigntemplatesignatureEditObjectV2Request
- Model.EzsigntemplatesignatureEditObjectV2Response
- Model.EzsigntemplatesignatureGetObjectV3Response
- Model.EzsigntemplatesignatureGetObjectV3ResponseMPayload
- Model.EzsigntemplatesignatureRequest
- Model.EzsigntemplatesignatureRequestCompound
- Model.EzsigntemplatesignatureRequestCompoundV2
- Model.EzsigntemplatesignatureResponse
- Model.EzsigntemplatesignatureResponseCompound
- Model.EzsigntemplatesignatureResponseCompoundV3
- Model.EzsigntemplatesignaturecustomdateRequest
- Model.EzsigntemplatesignaturecustomdateRequestCompound
- Model.EzsigntemplatesignaturecustomdateRequestCompoundV2
- Model.EzsigntemplatesignaturecustomdateRequestV2
- Model.EzsigntemplatesignaturecustomdateResponse
- Model.EzsigntemplatesignaturecustomdateResponseCompound
- Model.EzsigntemplatesignaturecustomdateResponseCompoundV2
- Model.EzsigntemplatesignaturecustomdateResponseV2
- 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.EzsignuserEditObjectV1Request
- Model.EzsignuserEditObjectV1Response
- Model.EzsignuserGetObjectV2Response
- Model.EzsignuserGetObjectV2ResponseMPayload
- Model.EzsignuserRequest
- Model.EzsignuserRequestCompound
- Model.EzsignuserResponse
- Model.EzsignuserResponseCompound
- Model.FieldEActivesessionEzsign
- Model.FieldEActivesessionEzsignaccess
- Model.FieldEActivesessionEzsignprepaid
- Model.FieldEActivesessionOrigin
- Model.FieldEActivesessionRealestateinprogress
- Model.FieldEActivesessionUsertype
- Model.FieldEActivesessionWeekdaystart
- Model.FieldEAttachmentDocumenttype
- Model.FieldEAttachmentPrivacy
- Model.FieldEAttachmentType
- Model.FieldEAttachmentVerified
- Model.FieldEAttachmentlogType
- Model.FieldEAuthenticationexternalType
- Model.FieldEBrandingAlignlogo
- Model.FieldEBrandingLogo
- Model.FieldEColleagueEzsign
- Model.FieldEColleagueRealestateinprogess
- Model.FieldECommunicationImportance
- Model.FieldECommunicationType
- Model.FieldECommunicationexternalrecipientType
- Model.FieldECommunicationrecipientType
- Model.FieldEContactType
- Model.FieldEContactinformationsType
- Model.FieldECreditcardtransactionAvsresult
- Model.FieldECreditcardtransactionCvdresult
- Model.FieldECreditcardtypeCodename
- Model.FieldECustomerMarketingcorrespondence
- Model.FieldECustomerType
- Model.FieldEDiscussionmessageStatus
- Model.FieldEErrorCode
- Model.FieldEEzdoctemplatedocumentPrivacylevel
- Model.FieldEEzmaxinvoicingPaymenttype
- Model.FieldEEzmaxinvoicingagentVariationezmax
- Model.FieldEEzmaxinvoicingagentVariationezsign
- Model.FieldEEzmaxinvoicingcontractPaymenttype
- Model.FieldEEzmaxinvoicinguserVariationezsign
- Model.FieldEEzsignannotationType
- Model.FieldEEzsigndocumentStep
- Model.FieldEEzsigndocumentlogType
- Model.FieldEEzsignelementdependencyOperator
- Model.FieldEEzsignelementdependencyValidation
- Model.FieldEEzsignfolderCompletion
- Model.FieldEEzsignfolderDocumentdependency
- Model.FieldEEzsignfolderMessageorder
- Model.FieldEEzsignfolderSendreminderfrequency
- Model.FieldEEzsignfolderStep
- Model.FieldEEzsignfoldertypeCompletion
- Model.FieldEEzsignfoldertypeDisposal
- Model.FieldEEzsignfoldertypeDocumentdependency
- Model.FieldEEzsignfoldertypePdfanoncompliantaction
- Model.FieldEEzsignfoldertypePdfarequirement
- Model.FieldEEzsignfoldertypePrivacylevel
- Model.FieldEEzsignfoldertypeSendreminderfrequency
- Model.FieldEEzsignfoldertypeSigneraccess
- Model.FieldEEzsignformfieldDependencyrequirement
- Model.FieldEEzsignformfieldgroupSignerrequirement
- Model.FieldEEzsignformfieldgroupTooltipposition
- Model.FieldEEzsignformfieldgroupType
- Model.FieldEEzsignsignatureAttachmentnamesource
- Model.FieldEEzsignsignatureConsultationtrigger
- Model.FieldEEzsignsignatureDependencyrequirement
- Model.FieldEEzsignsignatureFont
- Model.FieldEEzsignsignatureTooltipposition
- Model.FieldEEzsignsignatureType
- Model.FieldEEzsignsignaturepaymentdetailTaxable
- Model.FieldEEzsigntemplateRecognition
- Model.FieldEEzsigntemplateType
- Model.FieldEEzsigntemplatedocumentpagerecognitionOperator
- Model.FieldEEzsigntemplatedocumentpagerecognitionSection
- Model.FieldEEzsigntemplateelementdependencyOperator
- Model.FieldEEzsigntemplateelementdependencyValidation
- Model.FieldEEzsigntemplateformfieldDependencyrequirement
- Model.FieldEEzsigntemplateformfieldPositioning
- Model.FieldEEzsigntemplateformfieldPositioningoccurence
- Model.FieldEEzsigntemplateformfieldgroupSignerrequirement
- Model.FieldEEzsigntemplateformfieldgroupTooltipposition
- Model.FieldEEzsigntemplateformfieldgroupType
- Model.FieldEEzsigntemplateglobalModule
- Model.FieldEEzsigntemplateglobalSupplier
- Model.FieldEEzsigntemplatepackagesignerMapping
- Model.FieldEEzsigntemplatepublicLimittype
- Model.FieldEEzsigntemplatesignatureAttachmentnamesource
- Model.FieldEEzsigntemplatesignatureConsultationtrigger
- Model.FieldEEzsigntemplatesignatureDependencyrequirement
- Model.FieldEEzsigntemplatesignatureFont
- Model.FieldEEzsigntemplatesignaturePositioning
- Model.FieldEEzsigntemplatesignaturePositioningoccurence
- Model.FieldEEzsigntemplatesignatureTooltipposition
- Model.FieldEEzsigntemplatesignatureType
- Model.FieldEEzsigntemplatesignerMapping
- Model.FieldENotificationpreferenceStatus
- Model.FieldEPaymentgatewayProcessor
- Model.FieldEPaymenttermType
- Model.FieldEPhoneType
- Model.FieldESessionhistoryEndby
- Model.FieldESignaturePreference
- 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.GlaccountAutocompleteElementResponse
- Model.GlaccountGetAutocompleteV2Response
- Model.GlaccountGetAutocompleteV2ResponseMPayload
- Model.GlaccountcontainerAutocompleteElementResponse
- Model.GlaccountcontainerGetAutocompleteV2Response
- Model.GlaccountcontainerGetAutocompleteV2ResponseMPayload
- Model.GlobalCustomerGetEndpointV1Response
- Model.GlobalEzmaxclientVersionV1Response
- Model.GlobalEzmaxcustomerGetConfigurationV1Response
- Model.HeaderAcceptLanguage
- Model.InscriptionGetAttachmentsV1Response
- Model.InscriptionGetAttachmentsV1ResponseMPayload
- Model.InscriptionGetCommunicationCountV1Response
- Model.InscriptionGetCommunicationCountV1ResponseMPayload
- Model.InscriptionGetCommunicationListV1Response
- Model.InscriptionGetCommunicationListV1ResponseMPayload
- Model.InscriptionGetCommunicationrecipientsV1Response
- Model.InscriptionGetCommunicationrecipientsV1ResponseMPayload
- Model.InscriptionGetCommunicationsendersV1Response
- Model.InscriptionGetCommunicationsendersV1ResponseMPayload
- Model.InscriptionnotauthenticatedGetCommunicationCountV1Response
- Model.InscriptionnotauthenticatedGetCommunicationCountV1ResponseMPayload
- Model.InscriptionnotauthenticatedGetCommunicationListV1Response
- Model.InscriptionnotauthenticatedGetCommunicationListV1ResponseMPayload
- Model.InscriptionnotauthenticatedGetCommunicationrecipientsV1Response
- Model.InscriptionnotauthenticatedGetCommunicationrecipientsV1ResponseMPayload
- Model.InscriptionnotauthenticatedGetCommunicationsendersV1Response
- Model.InscriptionnotauthenticatedGetCommunicationsendersV1ResponseMPayload
- Model.InscriptiontempGetCommunicationCountV1Response
- Model.InscriptiontempGetCommunicationCountV1ResponseMPayload
- Model.InscriptiontempGetCommunicationListV1Response
- Model.InscriptiontempGetCommunicationListV1ResponseMPayload
- Model.InscriptiontempGetCommunicationrecipientsV1Response
- Model.InscriptiontempGetCommunicationrecipientsV1ResponseMPayload
- Model.InscriptiontempGetCommunicationsendersV1Response
- Model.InscriptiontempGetCommunicationsendersV1ResponseMPayload
- Model.InvoiceGetAttachmentsV1Response
- Model.InvoiceGetAttachmentsV1ResponseMPayload
- Model.InvoiceGetCommunicationCountV1Response
- Model.InvoiceGetCommunicationCountV1ResponseMPayload
- Model.InvoiceGetCommunicationListV1Response
- Model.InvoiceGetCommunicationListV1ResponseMPayload
- Model.InvoiceGetCommunicationrecipientsV1Response
- Model.InvoiceGetCommunicationrecipientsV1ResponseMPayload
- Model.InvoiceGetCommunicationsendersV1Response
- Model.InvoiceGetCommunicationsendersV1ResponseMPayload
- 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.MultilingualEzdoctemplatedocumentName
- Model.MultilingualEzmaxinvoicingsummaryinternalDescription
- Model.MultilingualEzsignfoldertypeName
- Model.MultilingualEzsignsignergroupDescription
- Model.MultilingualEzsignsigningreasonDescription
- Model.MultilingualNotificationsubsectionName
- Model.MultilingualNotificationtestName
- Model.MultilingualPaymentgatewayDescription
- Model.MultilingualPaymenttermDescription
- Model.MultilingualSubnetDescription
- Model.MultilingualSupplyDescription
- Model.MultilingualUsergroupName
- Model.MultilingualUserlogintypeDescription
- Model.MultilingualVariableexpenseDescription
- Model.MultilingualVersionhistoryDetail
- Model.NotificationsectionGetNotificationtestsV1Response
- Model.NotificationsectionGetNotificationtestsV1ResponseMPayload
- Model.NotificationsubsectionResponse
- Model.NotificationtestGetElementsV1Response
- Model.NotificationtestGetElementsV1ResponseMPayload
- Model.NotificationtestResponse
- Model.OtherincomeGetCommunicationCountV1Response
- Model.OtherincomeGetCommunicationCountV1ResponseMPayload
- Model.OtherincomeGetCommunicationListV1Response
- Model.OtherincomeGetCommunicationListV1ResponseMPayload
- Model.OtherincomeGetCommunicationrecipientsV1Response
- Model.OtherincomeGetCommunicationrecipientsV1ResponseMPayload
- Model.OtherincomeGetCommunicationsendersV1Response
- Model.OtherincomeGetCommunicationsendersV1ResponseMPayload
- Model.PaymentgatewayAutocompleteElementResponse
- Model.PaymentgatewayCreateObjectV1Request
- Model.PaymentgatewayCreateObjectV1Response
- Model.PaymentgatewayCreateObjectV1ResponseMPayload
- Model.PaymentgatewayEditObjectV1Request
- Model.PaymentgatewayEditObjectV1Response
- Model.PaymentgatewayGetAutocompleteV2Response
- Model.PaymentgatewayGetAutocompleteV2ResponseMPayload
- Model.PaymentgatewayGetListV1Response
- Model.PaymentgatewayGetListV1ResponseMPayload
- Model.PaymentgatewayGetObjectV2Response
- Model.PaymentgatewayGetObjectV2ResponseMPayload
- Model.PaymentgatewayListElement
- Model.PaymentgatewayRequest
- Model.PaymentgatewayRequestCompound
- Model.PaymentgatewayResponse
- Model.PaymentgatewayResponseCompound
- 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.PdfalevelAutocompleteElementResponse
- Model.PdfalevelGetAutocompleteV2Response
- Model.PdfalevelGetAutocompleteV2ResponseMPayload
- 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.RejectedoffertopurchaseGetCommunicationCountV1Response
- Model.RejectedoffertopurchaseGetCommunicationCountV1ResponseMPayload
- Model.RejectedoffertopurchaseGetCommunicationListV1Response
- Model.RejectedoffertopurchaseGetCommunicationListV1ResponseMPayload
- Model.RejectedoffertopurchaseGetCommunicationrecipientsV1Response
- Model.RejectedoffertopurchaseGetCommunicationrecipientsV1ResponseMPayload
- Model.RejectedoffertopurchaseGetCommunicationsendersV1Response
- Model.RejectedoffertopurchaseGetCommunicationsendersV1ResponseMPayload
- 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.SignatureGetObjectV3Response
- Model.SignatureGetObjectV3ResponseMPayload
- Model.SignatureRequest
- Model.SignatureRequestCompound
- Model.SignatureResponse
- Model.SignatureResponseCompound
- Model.SignatureResponseCompoundV3
- Model.SignatureResponseV3
- 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.SupplyAutocompleteElementResponse
- Model.SupplyCreateObjectV1Request
- Model.SupplyCreateObjectV1Response
- Model.SupplyCreateObjectV1ResponseMPayload
- Model.SupplyDeleteObjectV1Response
- Model.SupplyEditObjectV1Request
- Model.SupplyEditObjectV1Response
- Model.SupplyGetAutocompleteV2Response
- Model.SupplyGetAutocompleteV2ResponseMPayload
- Model.SupplyGetListV1Response
- Model.SupplyGetListV1ResponseMPayload
- Model.SupplyGetObjectV2Response
- Model.SupplyGetObjectV2ResponseMPayload
- Model.SupplyListElement
- Model.SupplyRequest
- Model.SupplyRequestCompound
- Model.SupplyResponse
- Model.SupplyResponseCompound
- Model.SystemconfigurationEditObjectV1Request
- Model.SystemconfigurationEditObjectV1Response
- Model.SystemconfigurationGetObjectV2Response
- Model.SystemconfigurationGetObjectV2ResponseMPayload
- Model.SystemconfigurationRequest
- Model.SystemconfigurationRequestCompound
- Model.SystemconfigurationResponse
- Model.SystemconfigurationResponseCompound
- Model.TaxassignmentAutocompleteElementResponse
- Model.TaxassignmentGetAutocompleteV2Response
- Model.TaxassignmentGetAutocompleteV2ResponseMPayload
- Model.TextstylestaticRequest
- Model.TextstylestaticRequestCompound
- Model.TextstylestaticResponse
- Model.TextstylestaticResponseCompound
- Model.TimezoneAutocompleteElementResponse
- Model.TimezoneGetAutocompleteV2Response
- Model.TimezoneGetAutocompleteV2ResponseMPayload
- Model.TranqcontractGetCommunicationCountV1Response
- Model.TranqcontractGetCommunicationCountV1ResponseMPayload
- Model.TranqcontractGetCommunicationListV1Response
- Model.TranqcontractGetCommunicationListV1ResponseMPayload
- Model.TranqcontractGetCommunicationrecipientsV1Response
- Model.TranqcontractGetCommunicationrecipientsV1ResponseMPayload
- Model.TranqcontractGetCommunicationsendersV1Response
- Model.TranqcontractGetCommunicationsendersV1ResponseMPayload
- Model.UserAutocompleteElementResponse
- Model.UserCreateEzsignuserV1Request
- Model.UserCreateEzsignuserV1Response
- Model.UserCreateEzsignuserV1ResponseMPayload
- Model.UserCreateObjectV1Request
- Model.UserCreateObjectV1Response
- Model.UserCreateObjectV1ResponseMPayload
- Model.UserCreateObjectV2Request
- Model.UserCreateObjectV2Response
- Model.UserCreateObjectV2ResponseMPayload
- Model.UserEditColleaguesV2Request
- Model.UserEditColleaguesV2Response
- Model.UserEditColleaguesV2ResponseMPayload
- Model.UserEditObjectV1Request
- Model.UserEditObjectV1Response
- Model.UserEditPermissionsV1Request
- Model.UserEditPermissionsV1Response
- Model.UserEditPermissionsV1ResponseMPayload
- Model.UserGetApikeysV1Response
- Model.UserGetApikeysV1ResponseMPayload
- Model.UserGetAutocompleteV2Response
- Model.UserGetAutocompleteV2ResponseMPayload
- Model.UserGetColleaguesV2Response
- Model.UserGetColleaguesV2ResponseMPayload
- 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.WebhookSendWebhookV1Request
- Model.WebhookSendWebhookV1Response
- Model.WebhookTestV1Response
- Model.WebhookUserUserCreated
- Model.WebhookUserstagedUserstagedCreated
- Model.WebhookheaderRequest
- Model.WebhookheaderRequestCompound
- Model.WebhookheaderResponse
- Model.WebhookheaderResponseCompound
- Model.WebsiteRequest
- Model.WebsiteRequestCompound
- Model.WebsiteResponse
- Model.WebsiteResponseCompound
- 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