All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
ezsignfoldersignerassociationCreateEmbeddedUrlV1 | POST /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}/createEmbeddedUrl | Creates an Url to allow embedded signing |
ezsignfoldersignerassociationCreateObjectV1 | POST /1/object/ezsignfoldersignerassociation | Create a new Ezsignfoldersignerassociation |
ezsignfoldersignerassociationCreateObjectV2 | POST /2/object/ezsignfoldersignerassociation | Create a new Ezsignfoldersignerassociation |
ezsignfoldersignerassociationDeleteObjectV1 | DELETE /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID} | Delete an existing Ezsignfoldersignerassociation |
ezsignfoldersignerassociationEditObjectV1 | PUT /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID} | Edit an existing Ezsignfoldersignerassociation |
ezsignfoldersignerassociationForceDisconnectV1 | POST /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}/forceDisconnect | Disconnects the Ezsignfoldersignerassociation |
ezsignfoldersignerassociationGetInPersonLoginUrlV1 | GET /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}/getInPersonLoginUrl | Retrieve a Login Url to allow In-Person signing |
ezsignfoldersignerassociationGetObjectV1 | GET /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID} | Retrieve an existing Ezsignfoldersignerassociation |
ezsignfoldersignerassociationGetObjectV2 | GET /2/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID} | Retrieve an existing Ezsignfoldersignerassociation |
ezsignfoldersignerassociationPatchObjectV1 | PATCH /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID} | Patch an existing Ezsignfoldersignerassociation |
EzsignfoldersignerassociationCreateEmbeddedUrlV1Response ezsignfoldersignerassociationCreateEmbeddedUrlV1(pkiEzsignfoldersignerassociationID, ezsignfoldersignerassociationCreateEmbeddedUrlV1Request)
Creates an Url to allow embedded signing
This endpoint creates an Url that can be used in a browser or embedded in an I-Frame to allow signing. The signer Login type must be configured as Embedded. There will be a list to retrieve informations after the signing happens in the embedded version. To do so, there is a list of parameter to add to your sReturnUrl. In example: https://www.example.com/sReturl?sParameter1&sParameter2. The sParameter1 et sParameter2 will be replace when we will redirect on the url.
// Import classes:
//import org.openapitools.client.api.ObjectEzsignfoldersignerassociationApi;
ObjectEzsignfoldersignerassociationApi apiInstance = new ObjectEzsignfoldersignerassociationApi();
Integer pkiEzsignfoldersignerassociationID = null; // Integer |
EzsignfoldersignerassociationCreateEmbeddedUrlV1Request ezsignfoldersignerassociationCreateEmbeddedUrlV1Request = new EzsignfoldersignerassociationCreateEmbeddedUrlV1Request(); // EzsignfoldersignerassociationCreateEmbeddedUrlV1Request |
try {
EzsignfoldersignerassociationCreateEmbeddedUrlV1Response result = apiInstance.ezsignfoldersignerassociationCreateEmbeddedUrlV1(pkiEzsignfoldersignerassociationID, ezsignfoldersignerassociationCreateEmbeddedUrlV1Request);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObjectEzsignfoldersignerassociationApi#ezsignfoldersignerassociationCreateEmbeddedUrlV1");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfoldersignerassociationID | Integer | [default to null] | |
ezsignfoldersignerassociationCreateEmbeddedUrlV1Request | EzsignfoldersignerassociationCreateEmbeddedUrlV1Request |
EzsignfoldersignerassociationCreateEmbeddedUrlV1Response
- Content-Type: application/json
- Accept: application/json
EzsignfoldersignerassociationCreateObjectV1Response ezsignfoldersignerassociationCreateObjectV1(ezsignfoldersignerassociationCreateObjectV1Request)
Create a new Ezsignfoldersignerassociation
The endpoint allows to create one or many elements at once. The array can contain simple (Just the object) or compound (The object and its child) objects. Creating compound elements allows to reduce the multiple requests to create all child objects.
// Import classes:
//import org.openapitools.client.api.ObjectEzsignfoldersignerassociationApi;
ObjectEzsignfoldersignerassociationApi apiInstance = new ObjectEzsignfoldersignerassociationApi();
List<EzsignfoldersignerassociationCreateObjectV1Request> ezsignfoldersignerassociationCreateObjectV1Request = Arrays.asList(new EzsignfoldersignerassociationCreateObjectV1Request()); // List<EzsignfoldersignerassociationCreateObjectV1Request> |
try {
EzsignfoldersignerassociationCreateObjectV1Response result = apiInstance.ezsignfoldersignerassociationCreateObjectV1(ezsignfoldersignerassociationCreateObjectV1Request);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObjectEzsignfoldersignerassociationApi#ezsignfoldersignerassociationCreateObjectV1");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
ezsignfoldersignerassociationCreateObjectV1Request | List<EzsignfoldersignerassociationCreateObjectV1Request> |
EzsignfoldersignerassociationCreateObjectV1Response
- Content-Type: application/json
- Accept: application/json
EzsignfoldersignerassociationCreateObjectV2Response ezsignfoldersignerassociationCreateObjectV2(ezsignfoldersignerassociationCreateObjectV2Request)
Create a new Ezsignfoldersignerassociation
The endpoint allows to create one or many elements at once.
// Import classes:
//import org.openapitools.client.api.ObjectEzsignfoldersignerassociationApi;
ObjectEzsignfoldersignerassociationApi apiInstance = new ObjectEzsignfoldersignerassociationApi();
EzsignfoldersignerassociationCreateObjectV2Request ezsignfoldersignerassociationCreateObjectV2Request = new EzsignfoldersignerassociationCreateObjectV2Request(); // EzsignfoldersignerassociationCreateObjectV2Request |
try {
EzsignfoldersignerassociationCreateObjectV2Response result = apiInstance.ezsignfoldersignerassociationCreateObjectV2(ezsignfoldersignerassociationCreateObjectV2Request);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObjectEzsignfoldersignerassociationApi#ezsignfoldersignerassociationCreateObjectV2");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
ezsignfoldersignerassociationCreateObjectV2Request | EzsignfoldersignerassociationCreateObjectV2Request |
EzsignfoldersignerassociationCreateObjectV2Response
- Content-Type: application/json
- Accept: application/json
EzsignfoldersignerassociationDeleteObjectV1Response ezsignfoldersignerassociationDeleteObjectV1(pkiEzsignfoldersignerassociationID)
Delete an existing Ezsignfoldersignerassociation
// Import classes:
//import org.openapitools.client.api.ObjectEzsignfoldersignerassociationApi;
ObjectEzsignfoldersignerassociationApi apiInstance = new ObjectEzsignfoldersignerassociationApi();
Integer pkiEzsignfoldersignerassociationID = null; // Integer |
try {
EzsignfoldersignerassociationDeleteObjectV1Response result = apiInstance.ezsignfoldersignerassociationDeleteObjectV1(pkiEzsignfoldersignerassociationID);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObjectEzsignfoldersignerassociationApi#ezsignfoldersignerassociationDeleteObjectV1");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfoldersignerassociationID | Integer | [default to null] |
EzsignfoldersignerassociationDeleteObjectV1Response
- Content-Type: Not defined
- Accept: application/json
EzsignfoldersignerassociationEditObjectV1Response ezsignfoldersignerassociationEditObjectV1(pkiEzsignfoldersignerassociationID, ezsignfoldersignerassociationEditObjectV1Request)
Edit an existing Ezsignfoldersignerassociation
// Import classes:
//import org.openapitools.client.api.ObjectEzsignfoldersignerassociationApi;
ObjectEzsignfoldersignerassociationApi apiInstance = new ObjectEzsignfoldersignerassociationApi();
Integer pkiEzsignfoldersignerassociationID = null; // Integer |
EzsignfoldersignerassociationEditObjectV1Request ezsignfoldersignerassociationEditObjectV1Request = new EzsignfoldersignerassociationEditObjectV1Request(); // EzsignfoldersignerassociationEditObjectV1Request |
try {
EzsignfoldersignerassociationEditObjectV1Response result = apiInstance.ezsignfoldersignerassociationEditObjectV1(pkiEzsignfoldersignerassociationID, ezsignfoldersignerassociationEditObjectV1Request);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObjectEzsignfoldersignerassociationApi#ezsignfoldersignerassociationEditObjectV1");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfoldersignerassociationID | Integer | [default to null] | |
ezsignfoldersignerassociationEditObjectV1Request | EzsignfoldersignerassociationEditObjectV1Request |
EzsignfoldersignerassociationEditObjectV1Response
- Content-Type: application/json
- Accept: application/json
EzsignfoldersignerassociationForceDisconnectV1Response ezsignfoldersignerassociationForceDisconnectV1(pkiEzsignfoldersignerassociationID, body)
Disconnects the Ezsignfoldersignerassociation
// Import classes:
//import org.openapitools.client.api.ObjectEzsignfoldersignerassociationApi;
ObjectEzsignfoldersignerassociationApi apiInstance = new ObjectEzsignfoldersignerassociationApi();
Integer pkiEzsignfoldersignerassociationID = null; // Integer |
Object body = null; // Object |
try {
EzsignfoldersignerassociationForceDisconnectV1Response result = apiInstance.ezsignfoldersignerassociationForceDisconnectV1(pkiEzsignfoldersignerassociationID, body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObjectEzsignfoldersignerassociationApi#ezsignfoldersignerassociationForceDisconnectV1");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfoldersignerassociationID | Integer | [default to null] | |
body | Object |
EzsignfoldersignerassociationForceDisconnectV1Response
- Content-Type: application/json
- Accept: application/json
EzsignfoldersignerassociationGetInPersonLoginUrlV1Response ezsignfoldersignerassociationGetInPersonLoginUrlV1(pkiEzsignfoldersignerassociationID)
Retrieve a Login Url to allow In-Person signing
This endpoint returns a Login Url that can be used in a browser or embedded in an I-Frame to allow in person signing. The signer Login type must be configured as In-Person.
// Import classes:
//import org.openapitools.client.api.ObjectEzsignfoldersignerassociationApi;
ObjectEzsignfoldersignerassociationApi apiInstance = new ObjectEzsignfoldersignerassociationApi();
Integer pkiEzsignfoldersignerassociationID = null; // Integer |
try {
EzsignfoldersignerassociationGetInPersonLoginUrlV1Response result = apiInstance.ezsignfoldersignerassociationGetInPersonLoginUrlV1(pkiEzsignfoldersignerassociationID);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObjectEzsignfoldersignerassociationApi#ezsignfoldersignerassociationGetInPersonLoginUrlV1");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfoldersignerassociationID | Integer | [default to null] |
EzsignfoldersignerassociationGetInPersonLoginUrlV1Response
- Content-Type: Not defined
- Accept: application/json
EzsignfoldersignerassociationGetObjectV1Response ezsignfoldersignerassociationGetObjectV1(pkiEzsignfoldersignerassociationID)
Retrieve an existing Ezsignfoldersignerassociation
// Import classes:
//import org.openapitools.client.api.ObjectEzsignfoldersignerassociationApi;
ObjectEzsignfoldersignerassociationApi apiInstance = new ObjectEzsignfoldersignerassociationApi();
Integer pkiEzsignfoldersignerassociationID = null; // Integer |
try {
EzsignfoldersignerassociationGetObjectV1Response result = apiInstance.ezsignfoldersignerassociationGetObjectV1(pkiEzsignfoldersignerassociationID);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObjectEzsignfoldersignerassociationApi#ezsignfoldersignerassociationGetObjectV1");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfoldersignerassociationID | Integer | [default to null] |
EzsignfoldersignerassociationGetObjectV1Response
- Content-Type: Not defined
- Accept: application/json
EzsignfoldersignerassociationGetObjectV2Response ezsignfoldersignerassociationGetObjectV2(pkiEzsignfoldersignerassociationID)
Retrieve an existing Ezsignfoldersignerassociation
// Import classes:
//import org.openapitools.client.api.ObjectEzsignfoldersignerassociationApi;
ObjectEzsignfoldersignerassociationApi apiInstance = new ObjectEzsignfoldersignerassociationApi();
Integer pkiEzsignfoldersignerassociationID = null; // Integer |
try {
EzsignfoldersignerassociationGetObjectV2Response result = apiInstance.ezsignfoldersignerassociationGetObjectV2(pkiEzsignfoldersignerassociationID);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObjectEzsignfoldersignerassociationApi#ezsignfoldersignerassociationGetObjectV2");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfoldersignerassociationID | Integer | [default to null] |
EzsignfoldersignerassociationGetObjectV2Response
- Content-Type: Not defined
- Accept: application/json
EzsignfoldersignerassociationPatchObjectV1Response ezsignfoldersignerassociationPatchObjectV1(pkiEzsignfoldersignerassociationID, ezsignfoldersignerassociationPatchObjectV1Request)
Patch an existing Ezsignfoldersignerassociation
// Import classes:
//import org.openapitools.client.api.ObjectEzsignfoldersignerassociationApi;
ObjectEzsignfoldersignerassociationApi apiInstance = new ObjectEzsignfoldersignerassociationApi();
Integer pkiEzsignfoldersignerassociationID = null; // Integer |
EzsignfoldersignerassociationPatchObjectV1Request ezsignfoldersignerassociationPatchObjectV1Request = new EzsignfoldersignerassociationPatchObjectV1Request(); // EzsignfoldersignerassociationPatchObjectV1Request |
try {
EzsignfoldersignerassociationPatchObjectV1Response result = apiInstance.ezsignfoldersignerassociationPatchObjectV1(pkiEzsignfoldersignerassociationID, ezsignfoldersignerassociationPatchObjectV1Request);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObjectEzsignfoldersignerassociationApi#ezsignfoldersignerassociationPatchObjectV1");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfoldersignerassociationID | Integer | [default to null] | |
ezsignfoldersignerassociationPatchObjectV1Request | EzsignfoldersignerassociationPatchObjectV1Request |
EzsignfoldersignerassociationPatchObjectV1Response
- Content-Type: application/json
- Accept: application/json