Categorygithub.com/ezmaxinc/ezmax-sdk-go
repositorypackage
0.0.0-20250128214548-90729932c9e9
Repository: https://github.com/ezmaxinc/ezmax-sdk-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Go API client for eZmaxApi

This API expose all the functionnalities for the eZmax and eZsign applications.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 1.2.1
  • Package version: 1.2.1
  • Generator version: 7.11.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://www.ezmax.ca/en/contact

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import eZmaxApi "github.com/ezmaxinc/ezmax-sdk-go"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value eZmaxApi.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), eZmaxApi.ContextServerIndex, 1)

Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value eZmaxApi.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), eZmaxApi.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using eZmaxApi.ContextOperationServerIndices and eZmaxApi.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), eZmaxApi.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), eZmaxApi.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest

ClassMethodHTTP requestDescription
GlobalCustomerAPIGlobalCustomerGetEndpointV1Get /1/customer/{pksCustomerCode}/endpointGet customer endpoint
GlobalEzmaxclientAPIGlobalEzmaxclientVersionV1Get /1/ezmaxclient/{pksEzmaxclientOs}/versionRetrieve the latest version of the Ezmaxclient
GlobalEzmaxcustomerAPIGlobalEzmaxcustomerGetConfigurationV1Get /1/ezmaxcustomer/{pksEzmaxcustomerCode}/getConfigurationGet ezmaxcustomer configuration
ModuleReportAPIReportGetReportFromCacheV1Get /1/module/report/getReportFromCache/{sReportgroupCacheID}Retrieve report from cache
ModuleUserAPIUserCreateEzsignuserV1Post /1/module/user/createezsignuserCreate a new User of type Ezsignuser
ObjectActivesessionAPIActivesessionGenerateFederationTokenV1Post /1/object/activesession/generateFederationTokenGenerate a federation token
ObjectActivesessionAPIActivesessionGetCurrentV1Get /1/object/activesession/getCurrentGet Current Activesession
ObjectActivesessionAPIActivesessionGetCurrentV2Get /2/object/activesession/getCurrentGet Current Activesession
ObjectActivesessionAPIActivesessionGetListV1Get /1/object/activesession/getListRetrieve Activesession list
ObjectApikeyAPIApikeyCreateObjectV2Post /2/object/apikeyCreate a new Apikey
ObjectApikeyAPIApikeyEditObjectV1Put /1/object/apikey/{pkiApikeyID}Edit an existing Apikey
ObjectApikeyAPIApikeyEditPermissionsV1Put /1/object/apikey/{pkiApikeyID}/editPermissionsEdit multiple Permissions
ObjectApikeyAPIApikeyGenerateDelegatedCredentialsV1Post /1/object/apikey/generateDelegatedCredentialsGenerate a delegated credentials
ObjectApikeyAPIApikeyGetCorsV1Get /1/object/apikey/{pkiApikeyID}/getCorsRetrieve an existing Apikey's cors
ObjectApikeyAPIApikeyGetListV1Get /1/object/apikey/getListRetrieve Apikey list
ObjectApikeyAPIApikeyGetObjectV2Get /2/object/apikey/{pkiApikeyID}Retrieve an existing Apikey
ObjectApikeyAPIApikeyGetPermissionsV1Get /1/object/apikey/{pkiApikeyID}/getPermissionsRetrieve an existing Apikey's Permissions
ObjectApikeyAPIApikeyGetSubnetsV1Get /1/object/apikey/{pkiApikeyID}/getSubnetsRetrieve an existing Apikey's subnets
ObjectApikeyAPIApikeyRegenerateV1Post /1/object/apikey/{pkiApikeyID}/regenerateRegenerate the Apikey
ObjectAttachmentAPIAttachmentDownloadV1Get /1/object/attachment/{pkiAttachmentID}/downloadRetrieve the content
ObjectAttachmentAPIAttachmentGetAttachmentlogsV1Get /1/object/attachment/{pkiAttachmentID}/getAttachmentlogsRetrieve the Attachmentlogs
ObjectAuthenticationexternalAPIAuthenticationexternalCreateObjectV1Post /1/object/authenticationexternalCreate a new Authenticationexternal
ObjectAuthenticationexternalAPIAuthenticationexternalDeleteObjectV1Delete /1/object/authenticationexternal/{pkiAuthenticationexternalID}Delete an existing Authenticationexternal
ObjectAuthenticationexternalAPIAuthenticationexternalEditObjectV1Put /1/object/authenticationexternal/{pkiAuthenticationexternalID}Edit an existing Authenticationexternal
ObjectAuthenticationexternalAPIAuthenticationexternalGetAutocompleteV2Get /2/object/authenticationexternal/getAutocomplete/{sSelector}Retrieve Authenticationexternals and IDs
ObjectAuthenticationexternalAPIAuthenticationexternalGetListV1Get /1/object/authenticationexternal/getListRetrieve Authenticationexternal list
ObjectAuthenticationexternalAPIAuthenticationexternalGetObjectV2Get /2/object/authenticationexternal/{pkiAuthenticationexternalID}Retrieve an existing Authenticationexternal
ObjectAuthenticationexternalAPIAuthenticationexternalResetAuthorizationV1Post /1/object/authenticationexternal/{pkiAuthenticationexternalID}/resetAuthorizationReset the Authenticationexternal authorization
ObjectBankaccountAPIBankaccountGetAutocompleteV2Get /2/object/bankaccount/getAutocomplete/{sSelector}Retrieve Bankaccounts and IDs
ObjectBillingentityexternalAPIBillingentityexternalGenerateFederationTokenV1Post /1/object/billingentityexternal/{pkiBillingentityexternalID}/generateFederationTokenGenerate a federation token
ObjectBillingentityexternalAPIBillingentityexternalGetAutocompleteV2Get /2/object/billingentityexternal/getAutocomplete/{sSelector}Retrieve Billingentityexternals and IDs
ObjectBillingentityinternalAPIBillingentityinternalCreateObjectV1Post /1/object/billingentityinternalCreate a new Billingentityinternal
ObjectBillingentityinternalAPIBillingentityinternalEditObjectV1Put /1/object/billingentityinternal/{pkiBillingentityinternalID}Edit an existing Billingentityinternal
ObjectBillingentityinternalAPIBillingentityinternalGetAutocompleteV2Get /2/object/billingentityinternal/getAutocomplete/{sSelector}Retrieve Billingentityinternals and IDs
ObjectBillingentityinternalAPIBillingentityinternalGetListV1Get /1/object/billingentityinternal/getListRetrieve Billingentityinternal list
ObjectBillingentityinternalAPIBillingentityinternalGetObjectV2Get /2/object/billingentityinternal/{pkiBillingentityinternalID}Retrieve an existing Billingentityinternal
ObjectBrandingAPIBrandingCreateObjectV2Post /2/object/brandingCreate a new Branding
ObjectBrandingAPIBrandingEditObjectV2Put /2/object/branding/{pkiBrandingID}Edit an existing Branding
ObjectBrandingAPIBrandingGetAutocompleteV2Get /2/object/branding/getAutocomplete/{sSelector}Retrieve Brandings and IDs
ObjectBrandingAPIBrandingGetListV1Get /1/object/branding/getListRetrieve Branding list
ObjectBrandingAPIBrandingGetObjectV3Get /3/object/branding/{pkiBrandingID}Retrieve an existing Branding
ObjectBuyercontractAPIBuyercontractGetCommunicationCountV1Get /1/object/buyercontract/{pkiBuyercontractID}/getCommunicationCountRetrieve Communication count
ObjectBuyercontractAPIBuyercontractGetCommunicationListV1Get /1/object/buyercontract/{pkiBuyercontractID}/getCommunicationListRetrieve Communication list
ObjectBuyercontractAPIBuyercontractGetCommunicationrecipientsV1Get /1/object/buyercontract/{pkiBuyercontractID}/getCommunicationrecipientsRetrieve Buyercontract's Communicationrecipient
ObjectBuyercontractAPIBuyercontractGetCommunicationsendersV1Get /1/object/buyercontract/{pkiBuyercontractID}/getCommunicationsendersRetrieve Buyercontract's Communicationsender
ObjectClonehistoryAPIClonehistoryGetListV1Get /1/object/clonehistory/getListRetrieve Clonehistory list
ObjectCommunicationAPICommunicationGetCommunicationBodyV1Get /1/object/communication/{pkiCommunicationID}/getCommunicationBodyRetrieve the communication body.
ObjectCommunicationAPICommunicationSendV1Post /1/object/communication/sendSend a new Communication
ObjectCompanyAPICompanyGetAutocompleteV2Get /2/object/company/getAutocomplete/{sSelector}Retrieve Companys and IDs
ObjectContacttitleAPIContacttitleGetAutocompleteV2Get /2/object/contacttitle/getAutocomplete/{sSelector}Retrieve Contacttitles and IDs
ObjectCorsAPICorsCreateObjectV1Post /1/object/corsCreate a new Cors
ObjectCorsAPICorsDeleteObjectV1Delete /1/object/cors/{pkiCorsID}Delete an existing Cors
ObjectCorsAPICorsEditObjectV1Put /1/object/cors/{pkiCorsID}Edit an existing Cors
ObjectCorsAPICorsGetObjectV2Get /2/object/cors/{pkiCorsID}Retrieve an existing Cors
ObjectCountryAPICountryGetAutocompleteV2Get /2/object/country/getAutocomplete/{sSelector}Retrieve Countries and IDs
ObjectCreditcardclientAPICreditcardclientCreateObjectV1Post /1/object/creditcardclientCreate a new Creditcardclient
ObjectCreditcardclientAPICreditcardclientDeleteObjectV1Delete /1/object/creditcardclient/{pkiCreditcardclientID}Delete an existing Creditcardclient
ObjectCreditcardclientAPICreditcardclientEditObjectV1Put /1/object/creditcardclient/{pkiCreditcardclientID}Edit an existing Creditcardclient
ObjectCreditcardclientAPICreditcardclientGetAutocompleteV2Get /2/object/creditcardclient/getAutocomplete/{sSelector}Retrieve Creditcardclients and IDs
ObjectCreditcardclientAPICreditcardclientGetListV1Get /1/object/creditcardclient/getListRetrieve Creditcardclient list
ObjectCreditcardclientAPICreditcardclientGetObjectV2Get /2/object/creditcardclient/{pkiCreditcardclientID}Retrieve an existing Creditcardclient
ObjectCreditcardclientAPICreditcardclientPatchObjectV1Patch /1/object/creditcardclient/{pkiCreditcardclientID}Patch an existing Creditcardclient
ObjectCreditcardmerchantAPICreditcardmerchantCreateObjectV1Post /1/object/creditcardmerchantCreate a new Creditcardmerchant
ObjectCreditcardmerchantAPICreditcardmerchantDeleteObjectV1Delete /1/object/creditcardmerchant/{pkiCreditcardmerchantID}Delete an existing Creditcardmerchant
ObjectCreditcardmerchantAPICreditcardmerchantEditObjectV1Put /1/object/creditcardmerchant/{pkiCreditcardmerchantID}Edit an existing Creditcardmerchant
ObjectCreditcardmerchantAPICreditcardmerchantGetAutocompleteV2Get /2/object/creditcardmerchant/getAutocomplete/{sSelector}Retrieve Creditcardmerchants and IDs
ObjectCreditcardmerchantAPICreditcardmerchantGetListV1Get /1/object/creditcardmerchant/getListRetrieve Creditcardmerchant list
ObjectCreditcardmerchantAPICreditcardmerchantGetObjectV2Get /2/object/creditcardmerchant/{pkiCreditcardmerchantID}Retrieve an existing Creditcardmerchant
ObjectCreditcardtypeAPICreditcardtypeGetAutocompleteV2Get /2/object/creditcardtype/getAutocomplete/{sSelector}Retrieve Creditcardtypes and IDs
ObjectCustomerAPICustomerCreateObjectV1Post /1/object/customerCreate a new Customer
ObjectCustomerAPICustomerGetObjectV2Get /2/object/customer/{pkiCustomerID}Retrieve an existing Customer
ObjectDepartmentAPIDepartmentGetAutocompleteV2Get /2/object/department/getAutocomplete/{sSelector}Retrieve Departments and IDs
ObjectDiscussionAPIDiscussionCreateObjectV1Post /1/object/discussionCreate a new Discussion
ObjectDiscussionAPIDiscussionDeleteObjectV1Delete /1/object/discussion/{pkiDiscussionID}Delete an existing Discussion
ObjectDiscussionAPIDiscussionGetObjectV2Get /2/object/discussion/{pkiDiscussionID}Retrieve an existing Discussion
ObjectDiscussionAPIDiscussionPatchObjectV1Patch /1/object/discussion/{pkiDiscussionID}Patch an existing Discussion
ObjectDiscussionAPIDiscussionUpdateDiscussionreadstatusV1Post /1/object/discussion/{pkiDiscussionID}/updateDiscussionreadstatusUpdate the read status of the discussion
ObjectDiscussionmembershipAPIDiscussionmembershipCreateObjectV1Post /1/object/discussionmembershipCreate a new Discussionmembership
ObjectDiscussionmembershipAPIDiscussionmembershipDeleteObjectV1Delete /1/object/discussionmembership/{pkiDiscussionmembershipID}Delete an existing Discussionmembership
ObjectDiscussionmessageAPIDiscussionmessageCreateObjectV1Post /1/object/discussionmessageCreate a new Discussionmessage
ObjectDiscussionmessageAPIDiscussionmessageDeleteObjectV1Delete /1/object/discussionmessage/{pkiDiscussionmessageID}Delete an existing Discussionmessage
ObjectDiscussionmessageAPIDiscussionmessagePatchObjectV1Patch /1/object/discussionmessage/{pkiDiscussionmessageID}Patch an existing Discussionmessage
ObjectDomainAPIDomainCreateObjectV1Post /1/object/domainCreate a new Domain
ObjectDomainAPIDomainDeleteObjectV1Delete /1/object/domain/{pkiDomainID}Delete an existing Domain
ObjectDomainAPIDomainGetListV1Get /1/object/domain/getListRetrieve Domain list
ObjectDomainAPIDomainGetObjectV2Get /2/object/domain/{pkiDomainID}Retrieve an existing Domain
ObjectElectronicfundstransferAPIElectronicfundstransferGetCommunicationCountV1Get /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationCountRetrieve Communication count
ObjectElectronicfundstransferAPIElectronicfundstransferGetCommunicationListV1Get /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationListRetrieve Communication list
ObjectElectronicfundstransferAPIElectronicfundstransferGetCommunicationrecipientsV1Get /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationrecipientsRetrieve Electronicfundstransfer's Communicationrecipient
ObjectElectronicfundstransferAPIElectronicfundstransferGetCommunicationsendersV1Get /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationsendersRetrieve Electronicfundstransfer's Communicationsender
ObjectEmailtypeAPIEmailtypeGetAutocompleteV2Get /2/object/emailtype/getAutocomplete/{sSelector}Retrieve Emailtypes and IDs
ObjectEzdoctemplatedocumentAPIEzdoctemplatedocumentCreateObjectV1Post /1/object/ezdoctemplatedocumentCreate a new Ezdoctemplatedocument
ObjectEzdoctemplatedocumentAPIEzdoctemplatedocumentDownloadV1Get /1/object/ezdoctemplatedocument/{pkiEzdoctemplatedocumentID}/downloadRetrieve the content
ObjectEzdoctemplatedocumentAPIEzdoctemplatedocumentEditObjectV1Put /1/object/ezdoctemplatedocument/{pkiEzdoctemplatedocumentID}Edit an existing Ezdoctemplatedocument
ObjectEzdoctemplatedocumentAPIEzdoctemplatedocumentGetAutocompleteV2Get /2/object/ezdoctemplatedocument/getAutocomplete/{sSelector}Retrieve Ezdoctemplatedocuments and IDs
ObjectEzdoctemplatedocumentAPIEzdoctemplatedocumentGetListV1Get /1/object/ezdoctemplatedocument/getListRetrieve Ezdoctemplatedocument list
ObjectEzdoctemplatedocumentAPIEzdoctemplatedocumentGetObjectV2Get /2/object/ezdoctemplatedocument/{pkiEzdoctemplatedocumentID}Retrieve an existing Ezdoctemplatedocument
ObjectEzdoctemplatedocumentAPIEzdoctemplatedocumentPatchObjectV1Patch /1/object/ezdoctemplatedocument/{pkiEzdoctemplatedocumentID}Patch an existing Ezdoctemplatedocument
ObjectEzdoctemplatefieldtypecategoryAPIEzdoctemplatefieldtypecategoryGetAutocompleteV2Get /2/object/ezdoctemplatefieldtypecategory/getAutocomplete/{sSelector}Retrieve Ezdoctemplatefieldtypecategorys and IDs
ObjectEzdoctemplatetypeAPIEzdoctemplatetypeGetAutocompleteV2Get /2/object/ezdoctemplatetype/getAutocomplete/{sSelector}Retrieve Ezdoctemplatetypes and IDs
ObjectEzmaxinvoicingAPIEzmaxinvoicingGetAutocompleteV2Get /2/object/ezmaxinvoicing/getAutocomplete/{sSelector}Retrieve Ezmaxinvoicings and IDs
ObjectEzmaxinvoicingAPIEzmaxinvoicingGetObjectV2Get /2/object/ezmaxinvoicing/{pkiEzmaxinvoicingID}Retrieve an existing Ezmaxinvoicing
ObjectEzmaxinvoicingAPIEzmaxinvoicingGetProvisionalV1Get /1/object/ezmaxinvoicing/getProvisionalRetrieve provisional Ezmaxinvoicing
ObjectEzmaxproductAPIEzmaxproductGetAutocompleteV2Get /2/object/ezmaxproduct/getAutocomplete/{sSelector}Retrieve Ezmaxproducts and IDs
ObjectEzsignannotationAPIEzsignannotationCreateObjectV1Post /1/object/ezsignannotationCreate a new Ezsignannotation
ObjectEzsignannotationAPIEzsignannotationDeleteObjectV1Delete /1/object/ezsignannotation/{pkiEzsignannotationID}Delete an existing Ezsignannotation
ObjectEzsignannotationAPIEzsignannotationEditObjectV1Put /1/object/ezsignannotation/{pkiEzsignannotationID}Edit an existing Ezsignannotation
ObjectEzsignannotationAPIEzsignannotationGetObjectV2Get /2/object/ezsignannotation/{pkiEzsignannotationID}Retrieve an existing Ezsignannotation
ObjectEzsignbulksendAPIEzsignbulksendCreateEzsignbulksendtransmissionV2Post /2/object/ezsignbulksend/{pkiEzsignbulksendID}/createEzsignbulksendtransmissionCreate a new Ezsignbulksendtransmission in the Ezsignbulksend
ObjectEzsignbulksendAPIEzsignbulksendCreateObjectV1Post /1/object/ezsignbulksendCreate a new Ezsignbulksend
ObjectEzsignbulksendAPIEzsignbulksendDeleteObjectV1Delete /1/object/ezsignbulksend/{pkiEzsignbulksendID}Delete an existing Ezsignbulksend
ObjectEzsignbulksendAPIEzsignbulksendEditObjectV1Put /1/object/ezsignbulksend/{pkiEzsignbulksendID}Edit an existing Ezsignbulksend
ObjectEzsignbulksendAPIEzsignbulksendGetCsvTemplateV1Get /1/object/ezsignbulksend/{pkiEzsignbulksendID}/getCsvTemplateRetrieve an existing Ezsignbulksend's empty Csv template
ObjectEzsignbulksendAPIEzsignbulksendGetEzsignbulksendtransmissionsV1Get /1/object/ezsignbulksend/{pkiEzsignbulksendID}/getEzsignbulksendtransmissionsRetrieve an existing Ezsignbulksend's Ezsignbulksendtransmissions
ObjectEzsignbulksendAPIEzsignbulksendGetEzsignsignaturesAutomaticV1Get /1/object/ezsignbulksend/{pkiEzsignbulksendID}/getEzsignsignaturesAutomaticRetrieve an existing Ezsignbulksend's automatic Ezsignsignatures
ObjectEzsignbulksendAPIEzsignbulksendGetFormsDataV1Get /1/object/ezsignbulksend/{pkiEzsignbulksendID}/getFormsDataRetrieve an existing Ezsignbulksend's forms data
ObjectEzsignbulksendAPIEzsignbulksendGetListV1Get /1/object/ezsignbulksend/getListRetrieve Ezsignbulksend list
ObjectEzsignbulksendAPIEzsignbulksendGetObjectV2Get /2/object/ezsignbulksend/{pkiEzsignbulksendID}Retrieve an existing Ezsignbulksend
ObjectEzsignbulksendAPIEzsignbulksendReorderV1Post /1/object/ezsignbulksend/{pkiEzsignbulksendID}/reorderReorder Ezsignbulksenddocumentmappings in the Ezsignbulksend
ObjectEzsignbulksenddocumentmappingAPIEzsignbulksenddocumentmappingCreateObjectV1Post /1/object/ezsignbulksenddocumentmappingCreate a new Ezsignbulksenddocumentmapping
ObjectEzsignbulksenddocumentmappingAPIEzsignbulksenddocumentmappingDeleteObjectV1Delete /1/object/ezsignbulksenddocumentmapping/{pkiEzsignbulksenddocumentmappingID}Delete an existing Ezsignbulksenddocumentmapping
ObjectEzsignbulksenddocumentmappingAPIEzsignbulksenddocumentmappingGetObjectV2Get /2/object/ezsignbulksenddocumentmapping/{pkiEzsignbulksenddocumentmappingID}Retrieve an existing Ezsignbulksenddocumentmapping
ObjectEzsignbulksendsignermappingAPIEzsignbulksendsignermappingCreateObjectV1Post /1/object/ezsignbulksendsignermappingCreate a new Ezsignbulksendsignermapping
ObjectEzsignbulksendsignermappingAPIEzsignbulksendsignermappingDeleteObjectV1Delete /1/object/ezsignbulksendsignermapping/{pkiEzsignbulksendsignermappingID}Delete an existing Ezsignbulksendsignermapping
ObjectEzsignbulksendsignermappingAPIEzsignbulksendsignermappingGetObjectV2Get /2/object/ezsignbulksendsignermapping/{pkiEzsignbulksendsignermappingID}Retrieve an existing Ezsignbulksendsignermapping
ObjectEzsignbulksendtransmissionAPIEzsignbulksendtransmissionGetCsvErrorsV1Get /1/object/ezsignbulksendtransmission/{pkiEzsignbulksendtransmissionID}/getCsvErrorsRetrieve an existing Ezsignbulksendtransmission's Csv containing errors
ObjectEzsignbulksendtransmissionAPIEzsignbulksendtransmissionGetEzsignsignaturesAutomaticV1Get /1/object/ezsignbulksendtransmission/{pkiEzsignbulksendtransmissionID}/getEzsignsignaturesAutomaticRetrieve an existing Ezsignbulksendtransmission's automatic Ezsignsignatures
ObjectEzsignbulksendtransmissionAPIEzsignbulksendtransmissionGetFormsDataV1Get /1/object/ezsignbulksendtransmission/{pkiEzsignbulksendtransmissionID}/getFormsDataRetrieve an existing Ezsignbulksendtransmission's forms data
ObjectEzsignbulksendtransmissionAPIEzsignbulksendtransmissionGetObjectV2Get /2/object/ezsignbulksendtransmission/{pkiEzsignbulksendtransmissionID}Retrieve an existing Ezsignbulksendtransmission
ObjectEzsigndiscussionAPIEzsigndiscussionCreateObjectV1Post /1/object/ezsigndiscussionCreate a new Ezsigndiscussion
ObjectEzsigndiscussionAPIEzsigndiscussionDeleteObjectV1Delete /1/object/ezsigndiscussion/{pkiEzsigndiscussionID}Delete an existing Ezsigndiscussion
ObjectEzsigndiscussionAPIEzsigndiscussionGetObjectV2Get /2/object/ezsigndiscussion/{pkiEzsigndiscussionID}Retrieve an existing Ezsigndiscussion
ObjectEzsigndocumentAPIEzsigndocumentApplyEzsigntemplateV1Post /1/object/ezsigndocument/{pkiEzsigndocumentID}/applyezsigntemplateApply an Ezsigntemplate to the Ezsigndocument.
ObjectEzsigndocumentAPIEzsigndocumentApplyEzsigntemplateV2Post /2/object/ezsigndocument/{pkiEzsigndocumentID}/applyEzsigntemplateApply an Ezsigntemplate to the Ezsigndocument.
ObjectEzsigndocumentAPIEzsigndocumentApplyEzsigntemplateglobalV1Post /1/object/ezsigndocument/{pkiEzsigndocumentID}/applyEzsigntemplateglobalApply an Ezsigntemplateglobal to the Ezsigndocument.
ObjectEzsigndocumentAPIEzsigndocumentCreateEzsignelementsPositionedByWordV1Post /1/object/ezsigndocument/{pkiEzsigndocumentID}/createEzsignelementsPositionedByWordCreate multiple Ezsignsignatures/Ezsignformfieldgroups
ObjectEzsigndocumentAPIEzsigndocumentCreateObjectV1Post /1/object/ezsigndocumentCreate a new Ezsigndocument
ObjectEzsigndocumentAPIEzsigndocumentCreateObjectV2Post /2/object/ezsigndocumentCreate a new Ezsigndocument
ObjectEzsigndocumentAPIEzsigndocumentCreateObjectV3Post /3/object/ezsigndocumentCreate a new Ezsigndocument
ObjectEzsigndocumentAPIEzsigndocumentDeclineToSignV1Post /1/object/ezsigndocument/{pkiEzsigndocumentID}/declineToSignDecline to sign
ObjectEzsigndocumentAPIEzsigndocumentDeleteObjectV1Delete /1/object/ezsigndocument/{pkiEzsigndocumentID}Delete an existing Ezsigndocument
ObjectEzsigndocumentAPIEzsigndocumentEditEzsignannotationsV1Put /1/object/ezsigndocument/{pkiEzsigndocumentID}/editEzsignannotationsEdit multiple Ezsignannotations
ObjectEzsigndocumentAPIEzsigndocumentEditEzsignformfieldgroupsV1Put /1/object/ezsigndocument/{pkiEzsigndocumentID}/editEzsignformfieldgroupsEdit multiple Ezsignformfieldgroups
ObjectEzsigndocumentAPIEzsigndocumentEditEzsignsignaturesV1Put /1/object/ezsigndocument/{pkiEzsigndocumentID}/editEzsignsignaturesEdit multiple Ezsignsignatures
ObjectEzsigndocumentAPIEzsigndocumentEditObjectV1Put /1/object/ezsigndocument/{pkiEzsigndocumentID}Edit an existing Ezsigndocument
ObjectEzsigndocumentAPIEzsigndocumentEndPrematurelyV1Post /1/object/ezsigndocument/{pkiEzsigndocumentID}/endPrematurelyEnd prematurely
ObjectEzsigndocumentAPIEzsigndocumentExtractTextV1Post /1/object/ezsigndocument/{pkiEzsigndocumentID}/extractTextExtract text from Ezsigndocument area
ObjectEzsigndocumentAPIEzsigndocumentFlattenV1Post /1/object/ezsigndocument/{pkiEzsigndocumentID}/flattenFlatten
ObjectEzsigndocumentAPIEzsigndocumentGetActionableElementsV1Get /1/object/ezsigndocument/{pkiEzsigndocumentID}/getActionableElementsRetrieve actionable elements for the Ezsigndocument
ObjectEzsigndocumentAPIEzsigndocumentGetAttachmentsV1Get /1/object/ezsigndocument/{pkiEzsigndocumentID}/getAttachmentsRetrieve Ezsigndocument's Attachments
ObjectEzsigndocumentAPIEzsigndocumentGetCompletedElementsV1Get /1/object/ezsigndocument/{pkiEzsigndocumentID}/getCompletedElementsRetrieve completed elements for the Ezsigndocument
ObjectEzsigndocumentAPIEzsigndocumentGetDownloadUrlV1Get /1/object/ezsigndocument/{pkiEzsigndocumentID}/getDownloadUrl/{eDocumentType}Retrieve a URL to download documents.
ObjectEzsigndocumentAPIEzsigndocumentGetEzsignannotationsV1Get /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsignannotationsRetrieve an existing Ezsigndocument's Ezsignannotations
ObjectEzsigndocumentAPIEzsigndocumentGetEzsigndiscussionsV1Get /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsigndiscussionsRetrieve an existing Ezsigndocument's Ezsigndiscussions
ObjectEzsigndocumentAPIEzsigndocumentGetEzsignformfieldgroupsV1Get /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsignformfieldgroupsRetrieve an existing Ezsigndocument's Ezsignformfieldgroups
ObjectEzsigndocumentAPIEzsigndocumentGetEzsignpagesV1Get /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsignpagesRetrieve an existing Ezsigndocument's Ezsignpages
ObjectEzsigndocumentAPIEzsigndocumentGetEzsignsignaturesAutomaticV1Get /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsignsignaturesAutomaticRetrieve an existing Ezsigndocument's automatic Ezsignsignatures
ObjectEzsigndocumentAPIEzsigndocumentGetEzsignsignaturesV1Get /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsignsignaturesRetrieve an existing Ezsigndocument's Ezsignsignatures
ObjectEzsigndocumentAPIEzsigndocumentGetFormDataV1Get /1/object/ezsigndocument/{pkiEzsigndocumentID}/getFormDataRetrieve an existing Ezsigndocument's Form Data
ObjectEzsigndocumentAPIEzsigndocumentGetObjectV1Get /1/object/ezsigndocument/{pkiEzsigndocumentID}Retrieve an existing Ezsigndocument
ObjectEzsigndocumentAPIEzsigndocumentGetObjectV2Get /2/object/ezsigndocument/{pkiEzsigndocumentID}Retrieve an existing Ezsigndocument
ObjectEzsigndocumentAPIEzsigndocumentGetTemporaryProofV1Get /1/object/ezsigndocument/{pkiEzsigndocumentID}/getTemporaryProofRetrieve the temporary proof
ObjectEzsigndocumentAPIEzsigndocumentGetWordsPositionsV1Post /1/object/ezsigndocument/{pkiEzsigndocumentID}/getWordsPositionsRetrieve positions X,Y of given words from a Ezsigndocument
ObjectEzsigndocumentAPIEzsigndocumentPatchObjectV1Patch /1/object/ezsigndocument/{pkiEzsigndocumentID}Patch an existing Ezsigndocument
ObjectEzsigndocumentAPIEzsigndocumentSubmitEzsignformV1Post /1/object/ezsigndocument/{pkiEzsigndocumentID}/submitEzsignformSubmit the Ezsignform
ObjectEzsigndocumentAPIEzsigndocumentUnsendV1Post /1/object/ezsigndocument/{pkiEzsigndocumentID}/unsendUnsend the Ezsigndocument
ObjectEzsignfolderAPIEzsignfolderArchiveV1Post /1/object/ezsignfolder/{pkiEzsignfolderID}/archiveArchive the Ezsignfolder
ObjectEzsignfolderAPIEzsignfolderBatchDownloadV1Post /1/object/ezsignfolder/{pkiEzsignfolderID}/batchDownloadDownload multiples files from an Ezsignfolder
ObjectEzsignfolderAPIEzsignfolderCreateObjectV1Post /1/object/ezsignfolderCreate a new Ezsignfolder
ObjectEzsignfolderAPIEzsignfolderCreateObjectV2Post /2/object/ezsignfolderCreate a new Ezsignfolder
ObjectEzsignfolderAPIEzsignfolderCreateObjectV3Post /3/object/ezsignfolderCreate a new Ezsignfolder
ObjectEzsignfolderAPIEzsignfolderDeleteObjectV1Delete /1/object/ezsignfolder/{pkiEzsignfolderID}Delete an existing Ezsignfolder
ObjectEzsignfolderAPIEzsignfolderDisposeEzsignfoldersV1Post /1/object/ezsignfolder/disposeEzsignfoldersDispose Ezsignfolders
ObjectEzsignfolderAPIEzsignfolderDisposeV1Post /1/object/ezsignfolder/{pkiEzsignfolderID}/disposeDispose the Ezsignfolder
ObjectEzsignfolderAPIEzsignfolderEditObjectV3Put /3/object/ezsignfolder/{pkiEzsignfolderID}Edit an existing Ezsignfolder
ObjectEzsignfolderAPIEzsignfolderEndPrematurelyV1Post /1/object/ezsignfolder/{pkiEzsignfolderID}/endPrematurelyEnd prematurely
ObjectEzsignfolderAPIEzsignfolderGetActionableElementsV1Get /1/object/ezsignfolder/{pkiEzsignfolderID}/getActionableElementsRetrieve actionable elements for the Ezsignfolder
ObjectEzsignfolderAPIEzsignfolderGetAttachmentCountV1Get /1/object/ezsignfolder/{pkiEzsignfolderID}/getAttachmentCountRetrieve Attachment count
ObjectEzsignfolderAPIEzsignfolderGetAttachmentsV1Get /1/object/ezsignfolder/{pkiEzsignfolderID}/getAttachmentsRetrieve Ezsignfolder's Attachments
ObjectEzsignfolderAPIEzsignfolderGetCommunicationCountV1Get /1/object/ezsignfolder/{pkiEzsignfolderID}/getCommunicationCountRetrieve Communication count
ObjectEzsignfolderAPIEzsignfolderGetCommunicationListV1Get /1/object/ezsignfolder/{pkiEzsignfolderID}/getCommunicationListRetrieve Communication list
ObjectEzsignfolderAPIEzsignfolderGetCommunicationrecipientsV1Get /1/object/ezsignfolder/{pkiEzsignfolderID}/getCommunicationrecipientsRetrieve Ezsignfolder's Communicationrecipient
ObjectEzsignfolderAPIEzsignfolderGetCommunicationsendersV1Get /1/object/ezsignfolder/{pkiEzsignfolderID}/getCommunicationsendersRetrieve Ezsignfolder's Communicationsender
ObjectEzsignfolderAPIEzsignfolderGetEzsigndocumentsV1Get /1/object/ezsignfolder/{pkiEzsignfolderID}/getEzsigndocumentsRetrieve an existing Ezsignfolder's Ezsigndocuments
ObjectEzsignfolderAPIEzsignfolderGetEzsignfoldersignerassociationsV1Get /1/object/ezsignfolder/{pkiEzsignfolderID}/getEzsignfoldersignerassociationsRetrieve an existing Ezsignfolder's Ezsignfoldersignerassociations
ObjectEzsignfolderAPIEzsignfolderGetEzsignsignaturesAutomaticV1Get /1/object/ezsignfolder/{pkiEzsignfolderID}/getEzsignsignaturesAutomaticRetrieve an existing Ezsignfolder's automatic Ezsignsignatures
ObjectEzsignfolderAPIEzsignfolderGetFormsDataV1Get /1/object/ezsignfolder/{pkiEzsignfolderID}/getFormsDataRetrieve an existing Ezsignfolder's forms data
ObjectEzsignfolderAPIEzsignfolderGetListV1Get /1/object/ezsignfolder/getListRetrieve Ezsignfolder list
ObjectEzsignfolderAPIEzsignfolderGetObjectV1Get /1/object/ezsignfolder/{pkiEzsignfolderID}Retrieve an existing Ezsignfolder
ObjectEzsignfolderAPIEzsignfolderGetObjectV2Get /2/object/ezsignfolder/{pkiEzsignfolderID}Retrieve an existing Ezsignfolder
ObjectEzsignfolderAPIEzsignfolderGetObjectV3Get /3/object/ezsignfolder/{pkiEzsignfolderID}Retrieve an existing Ezsignfolder
ObjectEzsignfolderAPIEzsignfolderImportEzsignfoldersignerassociationsV1Post /1/object/ezsignfolder/{pkiEzsignfolderID}/importEzsignfoldersignerassociationsImport an existing Ezsignfoldersignerassociation into this Ezsignfolder
ObjectEzsignfolderAPIEzsignfolderImportEzsigntemplatepackageV1Post /1/object/ezsignfolder/{pkiEzsignfolderID}/importEzsigntemplatepackageImport an Ezsigntemplatepackage in the Ezsignfolder.
ObjectEzsignfolderAPIEzsignfolderReorderV1Post /1/object/ezsignfolder/{pkiEzsignfolderID}/reorderReorder Ezsigndocuments in the Ezsignfolder
ObjectEzsignfolderAPIEzsignfolderReorderV2Post /2/object/ezsignfolder/{pkiEzsignfolderID}/reorderReorder Ezsigndocuments in the Ezsignfolder
ObjectEzsignfolderAPIEzsignfolderSendV1Post /1/object/ezsignfolder/{pkiEzsignfolderID}/sendSend the Ezsignfolder to the signatories for signature
ObjectEzsignfolderAPIEzsignfolderSendV3Post /3/object/ezsignfolder/{pkiEzsignfolderID}/sendSend the Ezsignfolder to the signatories for signature
ObjectEzsignfolderAPIEzsignfolderUnsendV1Post /1/object/ezsignfolder/{pkiEzsignfolderID}/unsendUnsend the Ezsignfolder
ObjectEzsignfoldersignerassociationAPIEzsignfoldersignerassociationCreateEmbeddedUrlV1Post /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}/createEmbeddedUrlCreates an Url to allow embedded signing
ObjectEzsignfoldersignerassociationAPIEzsignfoldersignerassociationCreateObjectV1Post /1/object/ezsignfoldersignerassociationCreate a new Ezsignfoldersignerassociation
ObjectEzsignfoldersignerassociationAPIEzsignfoldersignerassociationCreateObjectV2Post /2/object/ezsignfoldersignerassociationCreate a new Ezsignfoldersignerassociation
ObjectEzsignfoldersignerassociationAPIEzsignfoldersignerassociationDeleteObjectV1Delete /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}Delete an existing Ezsignfoldersignerassociation
ObjectEzsignfoldersignerassociationAPIEzsignfoldersignerassociationEditObjectV1Put /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}Edit an existing Ezsignfoldersignerassociation
ObjectEzsignfoldersignerassociationAPIEzsignfoldersignerassociationForceDisconnectV1Post /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}/forceDisconnectDisconnects the Ezsignfoldersignerassociation
ObjectEzsignfoldersignerassociationAPIEzsignfoldersignerassociationGetInPersonLoginUrlV1Get /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}/getInPersonLoginUrlRetrieve a Login Url to allow In-Person signing
ObjectEzsignfoldersignerassociationAPIEzsignfoldersignerassociationGetObjectV1Get /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}Retrieve an existing Ezsignfoldersignerassociation
ObjectEzsignfoldersignerassociationAPIEzsignfoldersignerassociationGetObjectV2Get /2/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}Retrieve an existing Ezsignfoldersignerassociation
ObjectEzsignfoldersignerassociationAPIEzsignfoldersignerassociationPatchObjectV1Patch /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}Patch an existing Ezsignfoldersignerassociation
ObjectEzsignfoldersignerassociationAPIEzsignfoldersignerassociationReassignV1Post /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}/reassignReassign remaining unsigned signatures and forms
ObjectEzsignfoldertypeAPIEzsignfoldertypeCreateObjectV3Post /3/object/ezsignfoldertypeCreate a new Ezsignfoldertype
ObjectEzsignfoldertypeAPIEzsignfoldertypeEditObjectV3Put /3/object/ezsignfoldertype/{pkiEzsignfoldertypeID}Edit an existing Ezsignfoldertype
ObjectEzsignfoldertypeAPIEzsignfoldertypeGetAutocompleteV2Get /2/object/ezsignfoldertype/getAutocomplete/{sSelector}Retrieve Ezsignfoldertypes and IDs
ObjectEzsignfoldertypeAPIEzsignfoldertypeGetListV1Get /1/object/ezsignfoldertype/getListRetrieve Ezsignfoldertype list
ObjectEzsignfoldertypeAPIEzsignfoldertypeGetObjectV2Get /2/object/ezsignfoldertype/{pkiEzsignfoldertypeID}Retrieve an existing Ezsignfoldertype
ObjectEzsignfoldertypeAPIEzsignfoldertypeGetObjectV4Get /4/object/ezsignfoldertype/{pkiEzsignfoldertypeID}Retrieve an existing Ezsignfoldertype
ObjectEzsignformfieldgroupAPIEzsignformfieldgroupCreateObjectV1Post /1/object/ezsignformfieldgroupCreate a new Ezsignformfieldgroup
ObjectEzsignformfieldgroupAPIEzsignformfieldgroupDeleteObjectV1Delete /1/object/ezsignformfieldgroup/{pkiEzsignformfieldgroupID}Delete an existing Ezsignformfieldgroup
ObjectEzsignformfieldgroupAPIEzsignformfieldgroupEditObjectV1Put /1/object/ezsignformfieldgroup/{pkiEzsignformfieldgroupID}Edit an existing Ezsignformfieldgroup
ObjectEzsignformfieldgroupAPIEzsignformfieldgroupGetObjectV2Get /2/object/ezsignformfieldgroup/{pkiEzsignformfieldgroupID}Retrieve an existing Ezsignformfieldgroup
ObjectEzsignpageAPIEzsignpageConsultV1Post /1/object/ezsignpage/{pkiEzsignpageID}/consultConsult an Ezsignpage
ObjectEzsignsignatureAPIEzsignsignatureCreateObjectV1Post /1/object/ezsignsignatureCreate a new Ezsignsignature
ObjectEzsignsignatureAPIEzsignsignatureCreateObjectV2Post /2/object/ezsignsignatureCreate a new Ezsignsignature
ObjectEzsignsignatureAPIEzsignsignatureCreateObjectV3Post /3/object/ezsignsignatureCreate a new Ezsignsignature
ObjectEzsignsignatureAPIEzsignsignatureDeleteObjectV1Delete /1/object/ezsignsignature/{pkiEzsignsignatureID}Delete an existing Ezsignsignature
ObjectEzsignsignatureAPIEzsignsignatureEditObjectV2Put /2/object/ezsignsignature/{pkiEzsignsignatureID}Edit an existing Ezsignsignature
ObjectEzsignsignatureAPIEzsignsignatureGetEzsignsignatureattachmentV1Get /1/object/ezsignsignature/{pkiEzsignsignatureID}/getEzsignsignatureattachmentRetrieve an existing Ezsignsignature's Ezsignsignatureattachments
ObjectEzsignsignatureAPIEzsignsignatureGetEzsignsignaturesAutomaticV1Get /1/object/ezsignsignature/getEzsignsignaturesAutomaticRetrieve all automatic Ezsignsignatures
ObjectEzsignsignatureAPIEzsignsignatureGetObjectV3Get /3/object/ezsignsignature/{pkiEzsignsignatureID}Retrieve an existing Ezsignsignature
ObjectEzsignsignatureAPIEzsignsignatureSignV1Post /1/object/ezsignsignature/{pkiEzsignsignatureID}/signSign the Ezsignsignature
ObjectEzsignsignergroupAPIEzsignsignergroupCreateObjectV1Post /1/object/ezsignsignergroupCreate a new Ezsignsignergroup
ObjectEzsignsignergroupAPIEzsignsignergroupDeleteObjectV1Delete /1/object/ezsignsignergroup/{pkiEzsignsignergroupID}Delete an existing Ezsignsignergroup
ObjectEzsignsignergroupAPIEzsignsignergroupEditEzsignsignergroupmembershipsV1Put /1/object/ezsignsignergroup/{pkiEzsignsignergroupID}/editEzsignsignergroupmembershipsEdit multiple Ezsignsignergroupmemberships
ObjectEzsignsignergroupAPIEzsignsignergroupEditObjectV1Put /1/object/ezsignsignergroup/{pkiEzsignsignergroupID}Edit an existing Ezsignsignergroup
ObjectEzsignsignergroupAPIEzsignsignergroupGetEzsignsignergroupmembershipsV1Get /1/object/ezsignsignergroup/{pkiEzsignsignergroupID}/getEzsignsignergroupmembershipsRetrieve an existing Ezsignsignergroup's Ezsignsignergroupmemberships
ObjectEzsignsignergroupAPIEzsignsignergroupGetObjectV2Get /2/object/ezsignsignergroup/{pkiEzsignsignergroupID}Retrieve an existing Ezsignsignergroup
ObjectEzsignsignergroupmembershipAPIEzsignsignergroupmembershipCreateObjectV1Post /1/object/ezsignsignergroupmembershipCreate a new Ezsignsignergroupmembership
ObjectEzsignsignergroupmembershipAPIEzsignsignergroupmembershipDeleteObjectV1Delete /1/object/ezsignsignergroupmembership/{pkiEzsignsignergroupmembershipID}Delete an existing Ezsignsignergroupmembership
ObjectEzsignsignergroupmembershipAPIEzsignsignergroupmembershipGetObjectV2Get /2/object/ezsignsignergroupmembership/{pkiEzsignsignergroupmembershipID}Retrieve an existing Ezsignsignergroupmembership
ObjectEzsignsigningreasonAPIEzsignsigningreasonCreateObjectV1Post /1/object/ezsignsigningreasonCreate a new Ezsignsigningreason
ObjectEzsignsigningreasonAPIEzsignsigningreasonEditObjectV1Put /1/object/ezsignsigningreason/{pkiEzsignsigningreasonID}Edit an existing Ezsignsigningreason
ObjectEzsignsigningreasonAPIEzsignsigningreasonGetAutocompleteV2Get /2/object/ezsignsigningreason/getAutocomplete/{sSelector}Retrieve Ezsignsigningreasons and IDs
ObjectEzsignsigningreasonAPIEzsignsigningreasonGetListV1Get /1/object/ezsignsigningreason/getListRetrieve Ezsignsigningreason list
ObjectEzsignsigningreasonAPIEzsignsigningreasonGetObjectV2Get /2/object/ezsignsigningreason/{pkiEzsignsigningreasonID}Retrieve an existing Ezsignsigningreason
ObjectEzsigntemplateAPIEzsigntemplateCopyV1Post /1/object/ezsigntemplate/{pkiEzsigntemplateID}/copyCopy the Ezsigntemplate
ObjectEzsigntemplateAPIEzsigntemplateCreateObjectV3Post /3/object/ezsigntemplateCreate a new Ezsigntemplate
ObjectEzsigntemplateAPIEzsigntemplateDeleteObjectV1Delete /1/object/ezsigntemplate/{pkiEzsigntemplateID}Delete an existing Ezsigntemplate
ObjectEzsigntemplateAPIEzsigntemplateEditObjectV3Put /3/object/ezsigntemplate/{pkiEzsigntemplateID}Edit an existing Ezsigntemplate
ObjectEzsigntemplateAPIEzsigntemplateGetAutocompleteV2Get /2/object/ezsigntemplate/getAutocomplete/{sSelector}Retrieve Ezsigntemplates and IDs
ObjectEzsigntemplateAPIEzsigntemplateGetListV1Get /1/object/ezsigntemplate/getListRetrieve Ezsigntemplate list
ObjectEzsigntemplateAPIEzsigntemplateGetObjectV3Get /3/object/ezsigntemplate/{pkiEzsigntemplateID}Retrieve an existing Ezsigntemplate
ObjectEzsigntemplatedocumentAPIEzsigntemplatedocumentCreateObjectV1Post /1/object/ezsigntemplatedocumentCreate a new Ezsigntemplatedocument
ObjectEzsigntemplatedocumentAPIEzsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1Put /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/editEzsigntemplatedocumentpagerecognitionsEdit multiple Ezsigntemplatedocumentpagerecognitions
ObjectEzsigntemplatedocumentAPIEzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Put /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/editEzsigntemplateformfieldgroupsEdit multiple Ezsigntemplateformfieldgroups
ObjectEzsigntemplatedocumentAPIEzsigntemplatedocumentEditEzsigntemplatesignaturesV1Put /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/editEzsigntemplatesignaturesEdit multiple Ezsigntemplatesignatures
ObjectEzsigntemplatedocumentAPIEzsigntemplatedocumentEditObjectV1Put /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}Edit an existing Ezsigntemplatedocument
ObjectEzsigntemplatedocumentAPIEzsigntemplatedocumentExtractTextV1Post /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/extractTextExtract text from Ezsigntemplatedocument area
ObjectEzsigntemplatedocumentAPIEzsigntemplatedocumentFlattenV1Post /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/flattenFlatten
ObjectEzsigntemplatedocumentAPIEzsigntemplatedocumentGetEzsigntemplatedocumentpagerecognitionsV1Get /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getEzsigntemplatedocumentpagerecognitionsRetrieve an existing Ezsigntemplatedocument's Ezsigntemplatedocumentpagerecognitions
ObjectEzsigntemplatedocumentAPIEzsigntemplatedocumentGetEzsigntemplatedocumentpagesV1Get /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getEzsigntemplatedocumentpagesRetrieve an existing Ezsigntemplatedocument's Ezsigntemplatedocumentpages
ObjectEzsigntemplatedocumentAPIEzsigntemplatedocumentGetEzsigntemplateformfieldgroupsV1Get /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getEzsigntemplateformfieldgroupsRetrieve an existing Ezsigntemplatedocument's Ezsigntemplateformfieldgroups
ObjectEzsigntemplatedocumentAPIEzsigntemplatedocumentGetEzsigntemplatesignaturesV1Get /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getEzsigntemplatesignaturesRetrieve an existing Ezsigntemplatedocument's Ezsigntemplatesignatures
ObjectEzsigntemplatedocumentAPIEzsigntemplatedocumentGetObjectV2Get /2/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}Retrieve an existing Ezsigntemplatedocument
ObjectEzsigntemplatedocumentAPIEzsigntemplatedocumentGetWordsPositionsV1Post /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getWordsPositionsRetrieve positions X,Y of given words from a Ezsigntemplatedocument
ObjectEzsigntemplatedocumentAPIEzsigntemplatedocumentPatchObjectV1Patch /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}Patch an existing Ezsigntemplatedocument
ObjectEzsigntemplatedocumentpagerecognitionAPIEzsigntemplatedocumentpagerecognitionCreateObjectV1Post /1/object/ezsigntemplatedocumentpagerecognitionCreate a new Ezsigntemplatedocumentpagerecognition
ObjectEzsigntemplatedocumentpagerecognitionAPIEzsigntemplatedocumentpagerecognitionDeleteObjectV1Delete /1/object/ezsigntemplatedocumentpagerecognition/{pkiEzsigntemplatedocumentpagerecognitionID}Delete an existing Ezsigntemplatedocumentpagerecognition
ObjectEzsigntemplatedocumentpagerecognitionAPIEzsigntemplatedocumentpagerecognitionEditObjectV1Put /1/object/ezsigntemplatedocumentpagerecognition/{pkiEzsigntemplatedocumentpagerecognitionID}Edit an existing Ezsigntemplatedocumentpagerecognition
ObjectEzsigntemplatedocumentpagerecognitionAPIEzsigntemplatedocumentpagerecognitionGetObjectV2Get /2/object/ezsigntemplatedocumentpagerecognition/{pkiEzsigntemplatedocumentpagerecognitionID}Retrieve an existing Ezsigntemplatedocumentpagerecognition
ObjectEzsigntemplateformfieldgroupAPIEzsigntemplateformfieldgroupCreateObjectV1Post /1/object/ezsigntemplateformfieldgroupCreate a new Ezsigntemplateformfieldgroup
ObjectEzsigntemplateformfieldgroupAPIEzsigntemplateformfieldgroupDeleteObjectV1Delete /1/object/ezsigntemplateformfieldgroup/{pkiEzsigntemplateformfieldgroupID}Delete an existing Ezsigntemplateformfieldgroup
ObjectEzsigntemplateformfieldgroupAPIEzsigntemplateformfieldgroupEditObjectV1Put /1/object/ezsigntemplateformfieldgroup/{pkiEzsigntemplateformfieldgroupID}Edit an existing Ezsigntemplateformfieldgroup
ObjectEzsigntemplateformfieldgroupAPIEzsigntemplateformfieldgroupGetObjectV2Get /2/object/ezsigntemplateformfieldgroup/{pkiEzsigntemplateformfieldgroupID}Retrieve an existing Ezsigntemplateformfieldgroup
ObjectEzsigntemplateglobalAPIEzsigntemplateglobalGetAutocompleteV2Get /2/object/ezsigntemplateglobal/getAutocomplete/{sSelector}Retrieve Ezsigntemplateglobals and IDs
ObjectEzsigntemplateglobalAPIEzsigntemplateglobalGetObjectV2Get /2/object/ezsigntemplateglobal/{pkiEzsigntemplateglobalID}Retrieve an existing Ezsigntemplateglobal
ObjectEzsigntemplatepackageAPIEzsigntemplatepackageCreateObjectV1Post /1/object/ezsigntemplatepackageCreate a new Ezsigntemplatepackage
ObjectEzsigntemplatepackageAPIEzsigntemplatepackageDeleteObjectV1Delete /1/object/ezsigntemplatepackage/{pkiEzsigntemplatepackageID}Delete an existing Ezsigntemplatepackage
ObjectEzsigntemplatepackageAPIEzsigntemplatepackageEditEzsigntemplatepackagesignersV1Put /1/object/ezsigntemplatepackage/{pkiEzsigntemplatepackageID}/editEzsigntemplatepackagesignersEdit multiple Ezsigntemplatepackagesigners
ObjectEzsigntemplatepackageAPIEzsigntemplatepackageEditObjectV1Put /1/object/ezsigntemplatepackage/{pkiEzsigntemplatepackageID}Edit an existing Ezsigntemplatepackage
ObjectEzsigntemplatepackageAPIEzsigntemplatepackageGetAutocompleteV2Get /2/object/ezsigntemplatepackage/getAutocomplete/{sSelector}Retrieve Ezsigntemplatepackages and IDs
ObjectEzsigntemplatepackageAPIEzsigntemplatepackageGetListV1Get /1/object/ezsigntemplatepackage/getListRetrieve Ezsigntemplatepackage list
ObjectEzsigntemplatepackageAPIEzsigntemplatepackageGetObjectV2Get /2/object/ezsigntemplatepackage/{pkiEzsigntemplatepackageID}Retrieve an existing Ezsigntemplatepackage
ObjectEzsigntemplatepackagemembershipAPIEzsigntemplatepackagemembershipCreateObjectV1Post /1/object/ezsigntemplatepackagemembershipCreate a new Ezsigntemplatepackagemembership
ObjectEzsigntemplatepackagemembershipAPIEzsigntemplatepackagemembershipDeleteObjectV1Delete /1/object/ezsigntemplatepackagemembership/{pkiEzsigntemplatepackagemembershipID}Delete an existing Ezsigntemplatepackagemembership
ObjectEzsigntemplatepackagemembershipAPIEzsigntemplatepackagemembershipGetObjectV2Get /2/object/ezsigntemplatepackagemembership/{pkiEzsigntemplatepackagemembershipID}Retrieve an existing Ezsigntemplatepackagemembership
ObjectEzsigntemplatepackagesignerAPIEzsigntemplatepackagesignerCreateObjectV1Post /1/object/ezsigntemplatepackagesignerCreate a new Ezsigntemplatepackagesigner
ObjectEzsigntemplatepackagesignerAPIEzsigntemplatepackagesignerDeleteObjectV1Delete /1/object/ezsigntemplatepackagesigner/{pkiEzsigntemplatepackagesignerID}Delete an existing Ezsigntemplatepackagesigner
ObjectEzsigntemplatepackagesignerAPIEzsigntemplatepackagesignerEditObjectV1Put /1/object/ezsigntemplatepackagesigner/{pkiEzsigntemplatepackagesignerID}Edit an existing Ezsigntemplatepackagesigner
ObjectEzsigntemplatepackagesignerAPIEzsigntemplatepackagesignerGetObjectV2Get /2/object/ezsigntemplatepackagesigner/{pkiEzsigntemplatepackagesignerID}Retrieve an existing Ezsigntemplatepackagesigner
ObjectEzsigntemplatepackagesignermembershipAPIEzsigntemplatepackagesignermembershipCreateObjectV1Post /1/object/ezsigntemplatepackagesignermembershipCreate a new Ezsigntemplatepackagesignermembership
ObjectEzsigntemplatepackagesignermembershipAPIEzsigntemplatepackagesignermembershipDeleteObjectV1Delete /1/object/ezsigntemplatepackagesignermembership/{pkiEzsigntemplatepackagesignermembershipID}Delete an existing Ezsigntemplatepackagesignermembership
ObjectEzsigntemplatepackagesignermembershipAPIEzsigntemplatepackagesignermembershipGetObjectV2Get /2/object/ezsigntemplatepackagesignermembership/{pkiEzsigntemplatepackagesignermembershipID}Retrieve an existing Ezsigntemplatepackagesignermembership
ObjectEzsigntemplatepublicAPIEzsigntemplatepublicCreateEzsignfolderV1Post /1/object/ezsigntemplatepublic/createEzsignfolderCreate an Ezsignfolder
ObjectEzsigntemplatepublicAPIEzsigntemplatepublicCreateObjectV1Post /1/object/ezsigntemplatepublicCreate a new Ezsigntemplatepublic
ObjectEzsigntemplatepublicAPIEzsigntemplatepublicEditObjectV1Put /1/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID}Edit an existing Ezsigntemplatepublic
ObjectEzsigntemplatepublicAPIEzsigntemplatepublicGetEzsigntemplatepublicDetailsV1Post /1/object/ezsigntemplatepublic/getEzsigntemplatepublicDetailsRetrieve the Ezsigntemplatepublic details
ObjectEzsigntemplatepublicAPIEzsigntemplatepublicGetFormsDataV1Get /1/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID}/getFormsDataRetrieve an existing Ezsigntemplatepublic's forms data
ObjectEzsigntemplatepublicAPIEzsigntemplatepublicGetListV1Get /1/object/ezsigntemplatepublic/getListRetrieve Ezsigntemplatepublic list
ObjectEzsigntemplatepublicAPIEzsigntemplatepublicGetObjectV2Get /2/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID}Retrieve an existing Ezsigntemplatepublic
ObjectEzsigntemplatepublicAPIEzsigntemplatepublicResetLimitExceededCounterV1Post /1/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID}/resetLimitExceededCounterReset the limit exceeded counter
ObjectEzsigntemplatepublicAPIEzsigntemplatepublicResetUrlV1Post /1/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID}/resetUrlReset the Ezsigntemplatepublic url
ObjectEzsigntemplatesignatureAPIEzsigntemplatesignatureCreateObjectV2Post /2/object/ezsigntemplatesignatureCreate a new Ezsigntemplatesignature
ObjectEzsigntemplatesignatureAPIEzsigntemplatesignatureDeleteObjectV1Delete /1/object/ezsigntemplatesignature/{pkiEzsigntemplatesignatureID}Delete an existing Ezsigntemplatesignature
ObjectEzsigntemplatesignatureAPIEzsigntemplatesignatureEditObjectV2Put /2/object/ezsigntemplatesignature/{pkiEzsigntemplatesignatureID}Edit an existing Ezsigntemplatesignature
ObjectEzsigntemplatesignatureAPIEzsigntemplatesignatureGetObjectV3Get /3/object/ezsigntemplatesignature/{pkiEzsigntemplatesignatureID}Retrieve an existing Ezsigntemplatesignature
ObjectEzsigntemplatesignerAPIEzsigntemplatesignerCreateObjectV1Post /1/object/ezsigntemplatesignerCreate a new Ezsigntemplatesigner
ObjectEzsigntemplatesignerAPIEzsigntemplatesignerDeleteObjectV1Delete /1/object/ezsigntemplatesigner/{pkiEzsigntemplatesignerID}Delete an existing Ezsigntemplatesigner
ObjectEzsigntemplatesignerAPIEzsigntemplatesignerEditObjectV1Put /1/object/ezsigntemplatesigner/{pkiEzsigntemplatesignerID}Edit an existing Ezsigntemplatesigner
ObjectEzsigntemplatesignerAPIEzsigntemplatesignerGetObjectV2Get /2/object/ezsigntemplatesigner/{pkiEzsigntemplatesignerID}Retrieve an existing Ezsigntemplatesigner
ObjectEzsigntsarequirementAPIEzsigntsarequirementGetAutocompleteV2Get /2/object/ezsigntsarequirement/getAutocomplete/{sSelector}Retrieve Ezsigntsarequirements and IDs
ObjectEzsignuserAPIEzsignuserEditObjectV1Put /1/object/ezsignuser/{pkiEzsignuserID}Edit an existing Ezsignuser
ObjectEzsignuserAPIEzsignuserGetObjectV2Get /2/object/ezsignuser/{pkiEzsignuserID}Retrieve an existing Ezsignuser
ObjectFontAPIFontGetAutocompleteV2Get /2/object/font/getAutocomplete/{sSelector}Retrieve Fonts and IDs
ObjectFranchisebrokerAPIFranchisebrokerGetAutocompleteV2Get /2/object/franchisebroker/getAutocomplete/{sSelector}Retrieve Franchisebrokers and IDs
ObjectFranchiseofficeAPIFranchiseofficeGetAutocompleteV2Get /2/object/franchiseoffice/getAutocomplete/{sSelector}Retrieve Franchiseoffices and IDs
ObjectFranchisereferalincomeAPIFranchisereferalincomeCreateObjectV2Post /2/object/franchisereferalincomeCreate a new Franchisereferalincome
ObjectGlaccountAPIGlaccountGetAutocompleteV2Get /2/object/glaccount/getAutocomplete/{sSelector}Retrieve Glaccounts and IDs
ObjectGlaccountcontainerAPIGlaccountcontainerGetAutocompleteV2Get /2/object/glaccountcontainer/getAutocomplete/{sSelector}Retrieve Glaccountcontainers and IDs
ObjectInscriptionAPIInscriptionGetAttachmentsV1Get /1/object/inscription/{pkiInscriptionID}/getAttachmentsRetrieve Inscription's Attachments
ObjectInscriptionAPIInscriptionGetCommunicationCountV1Get /1/object/inscription/{pkiInscriptionID}/getCommunicationCountRetrieve Communication count
ObjectInscriptionAPIInscriptionGetCommunicationListV1Get /1/object/inscription/{pkiInscriptionID}/getCommunicationListRetrieve Communication list
ObjectInscriptionAPIInscriptionGetCommunicationrecipientsV1Get /1/object/inscription/{pkiInscriptionID}/getCommunicationrecipientsRetrieve Inscription's Communicationrecipient
ObjectInscriptionAPIInscriptionGetCommunicationsendersV1Get /1/object/inscription/{pkiInscriptionID}/getCommunicationsendersRetrieve Inscription's Communicationsender
ObjectInscriptionnotauthenticatedAPIInscriptionnotauthenticatedGetCommunicationCountV1Get /1/object/inscriptionnotauthenticated/{pkiInscriptionnotauthenticatedID}/getCommunicationCountRetrieve Communication count
ObjectInscriptionnotauthenticatedAPIInscriptionnotauthenticatedGetCommunicationListV1Get /1/object/inscriptionnotauthenticated/{pkiInscriptionnotauthenticatedID}/getCommunicationListRetrieve Communication list
ObjectInscriptionnotauthenticatedAPIInscriptionnotauthenticatedGetCommunicationrecipientsV1Get /1/object/inscriptionnotauthenticated/{pkiInscriptionnotauthenticatedID}/getCommunicationrecipientsRetrieve Inscriptionnotauthenticated's Communicationrecipient
ObjectInscriptionnotauthenticatedAPIInscriptionnotauthenticatedGetCommunicationsendersV1Get /1/object/inscriptionnotauthenticated/{pkiInscriptionnotauthenticatedID}/getCommunicationsendersRetrieve Inscriptionnotauthenticated's Communicationsender
ObjectInscriptiontempAPIInscriptiontempGetCommunicationCountV1Get /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationCountRetrieve Communication count
ObjectInscriptiontempAPIInscriptiontempGetCommunicationListV1Get /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationListRetrieve Communication list
ObjectInscriptiontempAPIInscriptiontempGetCommunicationrecipientsV1Get /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationrecipientsRetrieve Inscriptiontemp's Communicationrecipient
ObjectInscriptiontempAPIInscriptiontempGetCommunicationsendersV1Get /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationsendersRetrieve Inscriptiontemp's Communicationsender
ObjectInvoiceAPIInvoiceGetAttachmentsV1Get /1/object/invoice/{pkiInvoiceID}/getAttachmentsRetrieve Invoice's Attachments
ObjectInvoiceAPIInvoiceGetCommunicationCountV1Get /1/object/invoice/{pkiInvoiceID}/getCommunicationCountRetrieve Communication count
ObjectInvoiceAPIInvoiceGetCommunicationListV1Get /1/object/invoice/{pkiInvoiceID}/getCommunicationListRetrieve Communication list
ObjectInvoiceAPIInvoiceGetCommunicationrecipientsV1Get /1/object/invoice/{pkiInvoiceID}/getCommunicationrecipientsRetrieve Invoice's Communicationrecipient
ObjectInvoiceAPIInvoiceGetCommunicationsendersV1Get /1/object/invoice/{pkiInvoiceID}/getCommunicationsendersRetrieve Invoice's Communicationsender
ObjectLanguageAPILanguageGetAutocompleteV2Get /2/object/language/getAutocomplete/{sSelector}Retrieve Languages and IDs
ObjectModuleAPIModuleGetAutocompleteV2Get /2/object/module/getAutocomplete/{sSelector}Retrieve Modules and IDs
ObjectModulegroupAPIModulegroupGetAllV1Get /1/object/modulegroup/getAll/{eContext}Retrieve all Modulegroups
ObjectNotificationsectionAPINotificationsectionGetNotificationtestsV1Get /1/object/notificationsection/{pkiNotificationsectionID}/getNotificationtestsRetrieve an existing Notificationsection's Notificationtests
ObjectNotificationtestAPINotificationtestGetElementsV1Get /1/object/notificationtest/{pkiNotificationtestID}/getElementsRetrieve an existing Notificationtest's Elements
ObjectOtherincomeAPIOtherincomeGetCommunicationCountV1Get /1/object/otherincome/{pkiOtherincomeID}/getCommunicationCountRetrieve Communication count
ObjectOtherincomeAPIOtherincomeGetCommunicationListV1Get /1/object/otherincome/{pkiOtherincomeID}/getCommunicationListRetrieve Communication list
ObjectOtherincomeAPIOtherincomeGetCommunicationrecipientsV1Get /1/object/otherincome/{pkiOtherincomeID}/getCommunicationrecipientsRetrieve Otherincome's Communicationrecipient
ObjectOtherincomeAPIOtherincomeGetCommunicationsendersV1Get /1/object/otherincome/{pkiOtherincomeID}/getCommunicationsendersRetrieve Otherincome's Communicationsender
ObjectPaymenttermAPIPaymenttermCreateObjectV1Post /1/object/paymenttermCreate a new Paymentterm
ObjectPaymenttermAPIPaymenttermEditObjectV1Put /1/object/paymentterm/{pkiPaymenttermID}Edit an existing Paymentterm
ObjectPaymenttermAPIPaymenttermGetAutocompleteV2Get /2/object/paymentterm/getAutocomplete/{sSelector}Retrieve Paymentterms and IDs
ObjectPaymenttermAPIPaymenttermGetListV1Get /1/object/paymentterm/getListRetrieve Paymentterm list
ObjectPaymenttermAPIPaymenttermGetObjectV2Get /2/object/paymentterm/{pkiPaymenttermID}Retrieve an existing Paymentterm
ObjectPdfalevelAPIPdfalevelGetAutocompleteV2Get /2/object/pdfalevel/getAutocomplete/{sSelector}Retrieve Pdfalevels and IDs
ObjectPeriodAPIPeriodGetAutocompleteV2Get /2/object/period/getAutocomplete/{sSelector}Retrieve Periods and IDs
ObjectPermissionAPIPermissionCreateObjectV1Post /1/object/permissionCreate a new Permission
ObjectPermissionAPIPermissionDeleteObjectV1Delete /1/object/permission/{pkiPermissionID}Delete an existing Permission
ObjectPermissionAPIPermissionEditObjectV1Put /1/object/permission/{pkiPermissionID}Edit an existing Permission
ObjectPermissionAPIPermissionGetObjectV2Get /2/object/permission/{pkiPermissionID}Retrieve an existing Permission
ObjectPhonetypeAPIPhonetypeGetAutocompleteV2Get /2/object/phonetype/getAutocomplete/{sSelector}Retrieve Phonetypes and IDs
ObjectProvinceAPIProvinceGetAutocompleteV2Get /2/object/province/getAutocomplete/{sSelector}Retrieve Provinces and IDs
ObjectRejectedoffertopurchaseAPIRejectedoffertopurchaseGetCommunicationCountV1Get /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationCountRetrieve Communication count
ObjectRejectedoffertopurchaseAPIRejectedoffertopurchaseGetCommunicationListV1Get /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationListRetrieve Communication list
ObjectRejectedoffertopurchaseAPIRejectedoffertopurchaseGetCommunicationrecipientsV1Get /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationrecipientsRetrieve Rejectedoffertopurchase's Communicationrecipient
ObjectRejectedoffertopurchaseAPIRejectedoffertopurchaseGetCommunicationsendersV1Get /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationsendersRetrieve Rejectedoffertopurchase's Communicationsender
ObjectSecretquestionAPISecretquestionGetAutocompleteV2Get /2/object/secretquestion/getAutocomplete/{sSelector}Retrieve Secretquestions and IDs
ObjectSessionhistoryAPISessionhistoryGetListV1Get /1/object/sessionhistory/getListRetrieve Sessionhistory list
ObjectSignatureAPISignatureCreateObjectV1Post /1/object/signatureCreate a new Signature
ObjectSignatureAPISignatureDeleteObjectV1Delete /1/object/signature/{pkiSignatureID}Delete an existing Signature
ObjectSignatureAPISignatureEditObjectV1Put /1/object/signature/{pkiSignatureID}Edit an existing Signature
ObjectSignatureAPISignatureGetObjectV2Get /2/object/signature/{pkiSignatureID}Retrieve an existing Signature
ObjectSignatureAPISignatureGetObjectV3Get /3/object/signature/{pkiSignatureID}Retrieve an existing Signature
ObjectSignatureAPISignatureGetSVGInitialsV1Get /1/object/signature/{pkiSignatureID}/getSVGInitialsRetrieve an existing Signature initial SVG
ObjectSignatureAPISignatureGetSVGSignatureV1Get /1/object/signature/{pkiSignatureID}/getSVGSignatureRetrieve an existing Signature SVG
ObjectSubnetAPISubnetCreateObjectV1Post /1/object/subnetCreate a new Subnet
ObjectSubnetAPISubnetDeleteObjectV1Delete /1/object/subnet/{pkiSubnetID}Delete an existing Subnet
ObjectSubnetAPISubnetEditObjectV1Put /1/object/subnet/{pkiSubnetID}Edit an existing Subnet
ObjectSubnetAPISubnetGetObjectV2Get /2/object/subnet/{pkiSubnetID}Retrieve an existing Subnet
ObjectSupplyAPISupplyCreateObjectV1Post /1/object/supplyCreate a new Supply
ObjectSupplyAPISupplyDeleteObjectV1Delete /1/object/supply/{pkiSupplyID}Delete an existing Supply
ObjectSupplyAPISupplyEditObjectV1Put /1/object/supply/{pkiSupplyID}Edit an existing Supply
ObjectSupplyAPISupplyGetAutocompleteV2Get /2/object/supply/getAutocomplete/{sSelector}Retrieve Supplys and IDs
ObjectSupplyAPISupplyGetListV1Get /1/object/supply/getListRetrieve Supply list
ObjectSupplyAPISupplyGetObjectV2Get /2/object/supply/{pkiSupplyID}Retrieve an existing Supply
ObjectSystemconfigurationAPISystemconfigurationEditObjectV1Put /1/object/systemconfiguration/{pkiSystemconfigurationID}Edit an existing Systemconfiguration
ObjectSystemconfigurationAPISystemconfigurationGetObjectV2Get /2/object/systemconfiguration/{pkiSystemconfigurationID}Retrieve an existing Systemconfiguration
ObjectTaxassignmentAPITaxassignmentGetAutocompleteV2Get /2/object/taxassignment/getAutocomplete/{sSelector}Retrieve Taxassignments and IDs
ObjectTimezoneAPITimezoneGetAutocompleteV2Get /2/object/timezone/getAutocomplete/{sSelector}Retrieve Timezones and IDs
ObjectTranqcontractAPITranqcontractGetCommunicationCountV1Get /1/object/tranqcontract/{pkiTranqcontractID}/getCommunicationCountRetrieve Communication count
ObjectTranqcontractAPITranqcontractGetCommunicationListV1Get /1/object/tranqcontract/{pkiTranqcontractID}/getCommunicationListRetrieve Communication list
ObjectTranqcontractAPITranqcontractGetCommunicationrecipientsV1Get /1/object/tranqcontract/{pkiTranqcontractID}/getCommunicationrecipientsRetrieve Tranqcontract's Communicationrecipient
ObjectTranqcontractAPITranqcontractGetCommunicationsendersV1Get /1/object/tranqcontract/{pkiTranqcontractID}/getCommunicationsendersRetrieve Tranqcontract's Communicationsender
ObjectUserAPIUserCreateObjectV1Post /1/object/userCreate a new User
ObjectUserAPIUserCreateObjectV2Post /2/object/userCreate a new User
ObjectUserAPIUserEditColleaguesV2Put /2/object/user/{pkiUserID}/editColleaguesEdit multiple Colleagues
ObjectUserAPIUserEditObjectV1Put /1/object/user/{pkiUserID}Edit an existing User
ObjectUserAPIUserEditPermissionsV1Put /1/object/user/{pkiUserID}/editPermissionsEdit multiple Permissions
ObjectUserAPIUserGetApikeysV1Get /1/object/user/{pkiUserID}/getApikeysRetrieve an existing User's Apikeys
ObjectUserAPIUserGetAutocompleteV2Get /2/object/user/getAutocomplete/{sSelector}Retrieve Users and IDs
ObjectUserAPIUserGetColleaguesV2Get /2/object/user/{pkiUserID}/getColleaguesRetrieve an existing User's Colleagues
ObjectUserAPIUserGetEffectivePermissionsV1Get /1/object/user/{pkiUserID}/getEffectivePermissionsRetrieve an existing User's Effective Permissions
ObjectUserAPIUserGetListV1Get /1/object/user/getListRetrieve User list
ObjectUserAPIUserGetObjectV2Get /2/object/user/{pkiUserID}Retrieve an existing User
ObjectUserAPIUserGetPermissionsV1Get /1/object/user/{pkiUserID}/getPermissionsRetrieve an existing User's Permissions
ObjectUserAPIUserGetSubnetsV1Get /1/object/user/{pkiUserID}/getSubnetsRetrieve an existing User's Subnets
ObjectUserAPIUserGetUsergroupexternalsV1Get /1/object/user/{pkiUserID}/getUsergroupexternalsGet User's Usergroupexternals
ObjectUserAPIUserGetUsergroupsV1Get /1/object/user/{pkiUserID}/getUsergroupsGet User's Usergroups
ObjectUserAPIUserSendPasswordResetV1Post /1/object/user/{pkiUserID}/sendPasswordResetSend password reset
ObjectUsergroupAPIUsergroupCreateObjectV1Post /1/object/usergroupCreate a new Usergroup
ObjectUsergroupAPIUsergroupEditObjectV1Put /1/object/usergroup/{pkiUsergroupID}Edit an existing Usergroup
ObjectUsergroupAPIUsergroupEditPermissionsV1Put /1/object/usergroup/{pkiUsergroupID}/editPermissionsEdit multiple Permissions
ObjectUsergroupAPIUsergroupEditUsergroupdelegationsV1Put /1/object/usergroup/{pkiUsergroupID}/editUsergroupdelegationsEdit multiple Usergroupdelegations
ObjectUsergroupAPIUsergroupEditUsergroupmembershipsV1Put /1/object/usergroup/{pkiUsergroupID}/editUsergroupmembershipsEdit multiple Usergroupmemberships
ObjectUsergroupAPIUsergroupGetAutocompleteV2Get /2/object/usergroup/getAutocomplete/{sSelector}Retrieve Usergroups and IDs
ObjectUsergroupAPIUsergroupGetListV1Get /1/object/usergroup/getListRetrieve Usergroup list
ObjectUsergroupAPIUsergroupGetObjectV2Get /2/object/usergroup/{pkiUsergroupID}Retrieve an existing Usergroup
ObjectUsergroupAPIUsergroupGetPermissionsV1Get /1/object/usergroup/{pkiUsergroupID}/getPermissionsRetrieve an existing Usergroup's Permissions
ObjectUsergroupAPIUsergroupGetUsergroupdelegationsV1Get /1/object/usergroup/{pkiUsergroupID}/getUsergroupdelegationsRetrieve an existing Usergroup's Usergroupdelegations
ObjectUsergroupAPIUsergroupGetUsergroupmembershipsV1Get /1/object/usergroup/{pkiUsergroupID}/getUsergroupmembershipsRetrieve an existing Usergroup's Usergroupmemberships
ObjectUsergroupdelegationAPIUsergroupdelegationCreateObjectV1Post /1/object/usergroupdelegationCreate a new Usergroupdelegation
ObjectUsergroupdelegationAPIUsergroupdelegationDeleteObjectV1Delete /1/object/usergroupdelegation/{pkiUsergroupdelegationID}Delete an existing Usergroupdelegation
ObjectUsergroupdelegationAPIUsergroupdelegationEditObjectV1Put /1/object/usergroupdelegation/{pkiUsergroupdelegationID}Edit an existing Usergroupdelegation
ObjectUsergroupdelegationAPIUsergroupdelegationGetObjectV2Get /2/object/usergroupdelegation/{pkiUsergroupdelegationID}Retrieve an existing Usergroupdelegation
ObjectUsergroupexternalAPIUsergroupexternalCreateObjectV1Post /1/object/usergroupexternalCreate a new Usergroupexternal
ObjectUsergroupexternalAPIUsergroupexternalDeleteObjectV1Delete /1/object/usergroupexternal/{pkiUsergroupexternalID}Delete an existing Usergroupexternal
ObjectUsergroupexternalAPIUsergroupexternalEditObjectV1Put /1/object/usergroupexternal/{pkiUsergroupexternalID}Edit an existing Usergroupexternal
ObjectUsergroupexternalAPIUsergroupexternalGetAutocompleteV2Get /2/object/usergroupexternal/getAutocomplete/{sSelector}Retrieve Usergroupexternals and IDs
ObjectUsergroupexternalAPIUsergroupexternalGetListV1Get /1/object/usergroupexternal/getListRetrieve Usergroupexternal list
ObjectUsergroupexternalAPIUsergroupexternalGetObjectV2Get /2/object/usergroupexternal/{pkiUsergroupexternalID}Retrieve an existing Usergroupexternal
ObjectUsergroupexternalAPIUsergroupexternalGetUsergroupexternalmembershipsV1Get /1/object/usergroupexternal/{pkiUsergroupexternalID}/getUsergroupexternalmembershipsRetrieve an existing Usergroupexternal's Usergroupexternalmemberships
ObjectUsergroupexternalAPIUsergroupexternalGetUsergroupsV1Get /1/object/usergroupexternal/{pkiUsergroupexternalID}/getUsergroupsGet Usergroupexternal's Usergroups
ObjectUsergroupmembershipAPIUsergroupmembershipCreateObjectV1Post /1/object/usergroupmembershipCreate a new Usergroupmembership
ObjectUsergroupmembershipAPIUsergroupmembershipDeleteObjectV1Delete /1/object/usergroupmembership/{pkiUsergroupmembershipID}Delete an existing Usergroupmembership
ObjectUsergroupmembershipAPIUsergroupmembershipEditObjectV1Put /1/object/usergroupmembership/{pkiUsergroupmembershipID}Edit an existing Usergroupmembership
ObjectUsergroupmembershipAPIUsergroupmembershipGetObjectV2Get /2/object/usergroupmembership/{pkiUsergroupmembershipID}Retrieve an existing Usergroupmembership
ObjectUserlogintypeAPIUserlogintypeGetAutocompleteV2Get /2/object/userlogintype/getAutocomplete/{sSelector}Retrieve Userlogintypes and IDs
ObjectUserstagedAPIUserstagedCreateUserV1Post /1/object/userstaged/{pkiUserstagedID}/createUserCreate a User from a Userstaged and then map it
ObjectUserstagedAPIUserstagedDeleteObjectV1Delete /1/object/userstaged/{pkiUserstagedID}Delete an existing Userstaged
ObjectUserstagedAPIUserstagedGetListV1Get /1/object/userstaged/getListRetrieve Userstaged list
ObjectUserstagedAPIUserstagedGetObjectV2Get /2/object/userstaged/{pkiUserstagedID}Retrieve an existing Userstaged
ObjectUserstagedAPIUserstagedMapV1Post /1/object/userstaged/{pkiUserstagedID}/mapMap the Userstaged to an existing user
ObjectVariableexpenseAPIVariableexpenseCreateObjectV1Post /1/object/variableexpenseCreate a new Variableexpense
ObjectVariableexpenseAPIVariableexpenseEditObjectV1Put /1/object/variableexpense/{pkiVariableexpenseID}Edit an existing Variableexpense
ObjectVariableexpenseAPIVariableexpenseGetAutocompleteV2Get /2/object/variableexpense/getAutocomplete/{sSelector}Retrieve Variableexpenses and IDs
ObjectVariableexpenseAPIVariableexpenseGetListV1Get /1/object/variableexpense/getListRetrieve Variableexpense list
ObjectVariableexpenseAPIVariableexpenseGetObjectV2Get /2/object/variableexpense/{pkiVariableexpenseID}Retrieve an existing Variableexpense
ObjectVersionhistoryAPIVersionhistoryGetObjectV2Get /2/object/versionhistory/{pkiVersionhistoryID}Retrieve an existing Versionhistory
ObjectWebhookAPIWebhookCreateObjectV2Post /2/object/webhookCreate a new Webhook
ObjectWebhookAPIWebhookDeleteObjectV1Delete /1/object/webhook/{pkiWebhookID}Delete an existing Webhook
ObjectWebhookAPIWebhookEditObjectV1Put /1/object/webhook/{pkiWebhookID}Edit an existing Webhook
ObjectWebhookAPIWebhookGetHistoryV1Get /1/object/webhook/{pkiWebhookID}/getHistoryRetrieve the logs for recent Webhook calls
ObjectWebhookAPIWebhookGetListV1Get /1/object/webhook/getListRetrieve Webhook list
ObjectWebhookAPIWebhookGetObjectV2Get /2/object/webhook/{pkiWebhookID}Retrieve an existing Webhook
ObjectWebhookAPIWebhookRegenerateApikeyV1Post /1/object/webhook/{pkiWebhookID}/regenerateApikeyRegenerate the Apikey
ObjectWebhookAPIWebhookSendWebhookV1Post /1/object/webhook/sendWebhookEmit a Webhook event
ObjectWebhookAPIWebhookTestV1Post /1/object/webhook/{pkiWebhookID}/testTest the Webhook by calling the Url
ScimGroupsAPIGroupsCreateObjectScimV2Post /2/scim/GroupsCreate a new Usergroup
ScimGroupsAPIGroupsDeleteObjectScimV2Delete /2/scim/Groups/{groupId}Delete an existing Usergroup
ScimGroupsAPIGroupsEditObjectScimV2Put /2/scim/Groups/{groupId}Edit an existing Usergroup
ScimGroupsAPIGroupsGetListScimV2Get /2/scim/GroupsRetrieve Usergroup list
ScimGroupsAPIGroupsGetObjectScimV2Get /2/scim/Groups/{groupId}Retrieve an existing Usergroup
ScimServiceProviderConfigAPIServiceProviderConfigGetObjectScimV2Get /2/scim/ServiceProviderConfigGet Service Provider Configuration
ScimUsersAPIUsersCreateObjectScimV2Post /2/scim/UsersCreate a new User
ScimUsersAPIUsersDeleteObjectScimV2Delete /2/scim/Users/{userId}Delete an existing User
ScimUsersAPIUsersEditObjectScimV2Put /2/scim/Users/{userId}Edit an existing User
ScimUsersAPIUsersGetListScimV2Get /2/scim/UsersRetrieve User list
ScimUsersAPIUsersGetObjectScimV2Get /2/scim/Users/{userId}Retrieve an existing User

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

Authorization

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: Authorization and passed in as the auth context for each request.

Example

auth := context.WithValue(
		context.Background(),
		eZmaxApi.ContextAPIKeys,
		map[string]eZmaxApi.APIKey{
			"Authorization": {Key: "API_KEY_STRING"},
		},
	)
r, err := client.Service.Operation(auth, args)

Bearer

  • Type: HTTP Bearer token authentication

Example

auth := context.WithValue(context.Background(), eZmaxApi.ContextAccessToken, "BEARER_TOKEN_STRING")
r, err := client.Service.Operation(auth, args)

Presigned

  • Type: API key
  • API key parameter name: sAuthorization
  • Location: URL query string

Note, each API key must be added to a map of map[string]APIKey where the key is: Presigned and passed in as the auth context for each request.

Example

auth := context.WithValue(
		context.Background(),
		eZmaxApi.ContextAPIKeys,
		map[string]eZmaxApi.APIKey{
			"Presigned": {Key: "API_KEY_STRING"},
		},
	)
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

[email protected]