You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2024. It is now read-only.
*EZmaxApiDefinition.GlobalCustomerApi* | [**globalCustomerGetEndpointV1**](docs/GlobalCustomerApi.md#globalCustomerGetEndpointV1) | **GET** /1/customer/{pksCustomerCode}/endpoint | Get customer endpoint
134
134
*EZmaxApiDefinition.ModuleAuthenticateApi* | [**authenticateAuthenticateV2**](docs/ModuleAuthenticateApi.md#authenticateAuthenticateV2) | **POST** /2/module/authenticate/authenticate/{eSessionType} | Authenticate a user
135
+
*EZmaxApiDefinition.ModuleListApi* | [**listListpresentationV1**](docs/ModuleListApi.md#listListpresentationV1) | **POST** /1/module/list/listpresentation/{sListName} | Save all Listpresentation for a specific list
*EZmaxApiDefinition.ObjectEzsignfolderApi* | [**ezsignfolderSendV1**](docs/ObjectEzsignfolderApi.md#ezsignfolderSendV1) | **POST** /1/object/ezsignfolder/{pkiEzsignfolderID}/send | Send the Ezsignfolder to the signatories for signature
162
+
*EZmaxApiDefinition.ObjectEzsignfolderApi* | [**ezsignfolderUnsendV1**](docs/ObjectEzsignfolderApi.md#ezsignfolderUnsendV1) | **POST** /1/object/ezsignfolder/{pkiEzsignfolderID}/unsend | Unsend the Ezsignfolder
161
163
*EZmaxApiDefinition.ObjectEzsignfoldersignerassociationApi* | [**ezsignfoldersignerassociationCreateObjectV1**](docs/ObjectEzsignfoldersignerassociationApi.md#ezsignfoldersignerassociationCreateObjectV1) | **POST** /1/object/ezsignfoldersignerassociation | Create a new Ezsignfoldersignerassociation
Copy file name to clipboardExpand all lines: docs/EzsigndocumentRequest.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,9 @@ Name | Type | Description | Notes
7
7
**eEzsigndocumentSource** | **String** | Indicates where to look for the document binary content. |
8
8
**eEzsigndocumentFormat** | **String** | Indicates the format of the document. |
9
9
**sEzsigndocumentBase64** | **Blob** | The Base64 encoded binary content of the document. This field is Required when eEzsigndocumentSource = Base64. | [optional]
10
-
**fkiEzsignfolderID** | **Number** | A reference to a valid Ezsignfolder. That value is returned after a successful Ezsignfolder Creation. |
11
-
**dtEzsigndocumentDuedate** | **String** | Represent a Date Time. The timezone is the one configured in the User's profile. |
10
+
**sEzsigndocumentPassword** | **String** | If the source document is password protected, the password to open/modify it. | [optional][default to '']
11
+
**fkiEzsignfolderID** | **Number** | The unique ID of the Ezsignfolder |
12
+
**dtEzsigndocumentDuedate** | **String** | The maximum date and time at which the document can be signed. |
12
13
**fkiLanguageID** | **Number** | The unique ID of the Language. Valid values: |Value|Description| |-|-| |1|French| |2|English| |
13
14
**sEzsigndocumentName** | **String** | The name of the document that will be presented to Ezsignfoldersignerassociations |
Copy file name to clipboardExpand all lines: docs/EzsigndocumentRequestCompound.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,9 @@ Name | Type | Description | Notes
7
7
**eEzsigndocumentSource** | **String** | Indicates where to look for the document binary content. |
8
8
**eEzsigndocumentFormat** | **String** | Indicates the format of the document. |
9
9
**sEzsigndocumentBase64** | **Blob** | The Base64 encoded binary content of the document. This field is Required when eEzsigndocumentSource = Base64. | [optional]
10
-
**fkiEzsignfolderID** | **Number** | A reference to a valid Ezsignfolder. That value is returned after a successful Ezsignfolder Creation. |
11
-
**dtEzsigndocumentDuedate** | **String** | Represent a Date Time. The timezone is the one configured in the User's profile. |
10
+
**sEzsigndocumentPassword** | **String** | If the source document is password protected, the password to open/modify it. | [optional][default to '']
11
+
**fkiEzsignfolderID** | **Number** | The unique ID of the Ezsignfolder |
12
+
**dtEzsigndocumentDuedate** | **String** | The maximum date and time at which the document can be signed. |
12
13
**fkiLanguageID** | **Number** | The unique ID of the Language. Valid values: |Value|Description| |-|-| |1|French| |2|English| |
13
14
**sEzsigndocumentName** | **String** | The name of the document that will be presented to Ezsignfoldersignerassociations |
**sListpresentationDescription** | **String** | A descriptive for the list presentation |
8
+
**sListpresentationFilter** | **String** | The filter to apply to the request to limit results. |
9
+
**sListpresentationOrderby** | **String** | The order by the user chose |
10
+
**a_sColumnName** | **[String]** | An array of column names that the user chose to bee visible |
11
+
**iListpresentationRowMax** | **Number** | The maximum numbers of results to be returned |
12
+
**iListpresentationRowOffset** | **Number** | The starting element from where to start retrieving the results. For example if you started at iRowOffset=0 and asked for iRowMax=100, to get the next 100 results, you could specify iRowOffset=100&iRowMax=100, |
0 commit comments