import 'package:openapi/api.dart';All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
| Method | HTTP request | Description |
|---|---|---|
| ezsigntemplatepackageCreateObjectV1 | POST /1/object/ezsigntemplatepackage | Create a new Ezsigntemplatepackage |
| ezsigntemplatepackageDeleteObjectV1 | DELETE /1/object/ezsigntemplatepackage/{pkiEzsigntemplatepackageID} | Delete an existing Ezsigntemplatepackage |
| ezsigntemplatepackageEditEzsigntemplatepackagesignersV1 | PUT /1/object/ezsigntemplatepackage/{pkiEzsigntemplatepackageID}/editEzsigntemplatepackagesigners | Edit multiple Ezsigntemplatepackagesigners |
| ezsigntemplatepackageEditObjectV1 | PUT /1/object/ezsigntemplatepackage/{pkiEzsigntemplatepackageID} | Edit an existing Ezsigntemplatepackage |
| ezsigntemplatepackageGetAutocompleteV2 | GET /2/object/ezsigntemplatepackage/getAutocomplete/{sSelector} | Retrieve Ezsigntemplatepackages and IDs |
| ezsigntemplatepackageGetListV1 | GET /1/object/ezsigntemplatepackage/getList | Retrieve Ezsigntemplatepackage list |
| ezsigntemplatepackageGetObjectV2 | GET /2/object/ezsigntemplatepackage/{pkiEzsigntemplatepackageID} | Retrieve an existing Ezsigntemplatepackage |
EzsigntemplatepackageCreateObjectV1Response ezsigntemplatepackageCreateObjectV1(ezsigntemplatepackageCreateObjectV1Request)
Create a new Ezsigntemplatepackage
The endpoint allows to create one or many elements at once.
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsigntemplatepackageApi();
final ezsigntemplatepackageCreateObjectV1Request = EzsigntemplatepackageCreateObjectV1Request(); // EzsigntemplatepackageCreateObjectV1Request |
try {
final result = api_instance.ezsigntemplatepackageCreateObjectV1(ezsigntemplatepackageCreateObjectV1Request);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsigntemplatepackageApi->ezsigntemplatepackageCreateObjectV1: $e\n');
}| Name | Type | Description | Notes |
|---|---|---|---|
| ezsigntemplatepackageCreateObjectV1Request | EzsigntemplatepackageCreateObjectV1Request |
EzsigntemplatepackageCreateObjectV1Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsigntemplatepackageDeleteObjectV1Response ezsigntemplatepackageDeleteObjectV1(pkiEzsigntemplatepackageID)
Delete an existing Ezsigntemplatepackage
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsigntemplatepackageApi();
final pkiEzsigntemplatepackageID = 56; // int |
try {
final result = api_instance.ezsigntemplatepackageDeleteObjectV1(pkiEzsigntemplatepackageID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsigntemplatepackageApi->ezsigntemplatepackageDeleteObjectV1: $e\n');
}| Name | Type | Description | Notes |
|---|---|---|---|
| pkiEzsigntemplatepackageID | int |
EzsigntemplatepackageDeleteObjectV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsigntemplatepackageEditEzsigntemplatepackagesignersV1Response ezsigntemplatepackageEditEzsigntemplatepackagesignersV1(pkiEzsigntemplatepackageID, ezsigntemplatepackageEditEzsigntemplatepackagesignersV1Request)
Edit multiple Ezsigntemplatepackagesigners
Using this endpoint, you can edit multiple Ezsigntemplatepackagesigners at the same time.
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsigntemplatepackageApi();
final pkiEzsigntemplatepackageID = 56; // int |
final ezsigntemplatepackageEditEzsigntemplatepackagesignersV1Request = EzsigntemplatepackageEditEzsigntemplatepackagesignersV1Request(); // EzsigntemplatepackageEditEzsigntemplatepackagesignersV1Request |
try {
final result = api_instance.ezsigntemplatepackageEditEzsigntemplatepackagesignersV1(pkiEzsigntemplatepackageID, ezsigntemplatepackageEditEzsigntemplatepackagesignersV1Request);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsigntemplatepackageApi->ezsigntemplatepackageEditEzsigntemplatepackagesignersV1: $e\n');
}| Name | Type | Description | Notes |
|---|---|---|---|
| pkiEzsigntemplatepackageID | int | ||
| ezsigntemplatepackageEditEzsigntemplatepackagesignersV1Request | EzsigntemplatepackageEditEzsigntemplatepackagesignersV1Request |
EzsigntemplatepackageEditEzsigntemplatepackagesignersV1Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsigntemplatepackageEditObjectV1Response ezsigntemplatepackageEditObjectV1(pkiEzsigntemplatepackageID, ezsigntemplatepackageEditObjectV1Request)
Edit an existing Ezsigntemplatepackage
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsigntemplatepackageApi();
final pkiEzsigntemplatepackageID = 56; // int |
final ezsigntemplatepackageEditObjectV1Request = EzsigntemplatepackageEditObjectV1Request(); // EzsigntemplatepackageEditObjectV1Request |
try {
final result = api_instance.ezsigntemplatepackageEditObjectV1(pkiEzsigntemplatepackageID, ezsigntemplatepackageEditObjectV1Request);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsigntemplatepackageApi->ezsigntemplatepackageEditObjectV1: $e\n');
}| Name | Type | Description | Notes |
|---|---|---|---|
| pkiEzsigntemplatepackageID | int | ||
| ezsigntemplatepackageEditObjectV1Request | EzsigntemplatepackageEditObjectV1Request |
EzsigntemplatepackageEditObjectV1Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsigntemplatepackageGetAutocompleteV2Response ezsigntemplatepackageGetAutocompleteV2(sSelector, eFilterActive, sQuery, acceptLanguage, fkiEzsignfoldertypeID)
Retrieve Ezsigntemplatepackages and IDs
Get the list of Ezsigntemplatepackage to be used in a dropdown or autocomplete control.
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsigntemplatepackageApi();
final sSelector = sSelector_example; // String | The type of Ezsigntemplatepackages to return
final eFilterActive = eFilterActive_example; // String | Specify which results we want to display.
final sQuery = sQuery_example; // String | Allow to filter the returned results
final acceptLanguage = ; // HeaderAcceptLanguage |
final fkiEzsignfoldertypeID = 56; // int | The fkiEzsignfoldertypeID to use with the selector Ezsigntemplatepublic
try {
final result = api_instance.ezsigntemplatepackageGetAutocompleteV2(sSelector, eFilterActive, sQuery, acceptLanguage, fkiEzsignfoldertypeID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsigntemplatepackageApi->ezsigntemplatepackageGetAutocompleteV2: $e\n');
}| Name | Type | Description | Notes |
|---|---|---|---|
| sSelector | String | The type of Ezsigntemplatepackages to return | |
| eFilterActive | String | Specify which results we want to display. | [optional] [default to 'Active'] |
| sQuery | String | Allow to filter the returned results | [optional] |
| acceptLanguage | HeaderAcceptLanguage | [optional] | |
| fkiEzsignfoldertypeID | int | The fkiEzsignfoldertypeID to use with the selector Ezsigntemplatepublic | [optional] |
EzsigntemplatepackageGetAutocompleteV2Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsigntemplatepackageGetListV1Response ezsigntemplatepackageGetListV1(eOrderBy, iRowMax, iRowOffset, acceptLanguage, sFilter)
Retrieve Ezsigntemplatepackage list
Enum values that can be filtered in query parameter sFilter: | Variable | Valid values | |---|---| | eEzsigntemplatepackageType | Company
Team
User
Usergroup |
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsigntemplatepackageApi();
final eOrderBy = eOrderBy_example; // String | Specify how you want the results to be sorted
final iRowMax = 56; // int |
final iRowOffset = 56; // int |
final acceptLanguage = ; // HeaderAcceptLanguage |
final sFilter = sFilter_example; // String |
try {
final result = api_instance.ezsigntemplatepackageGetListV1(eOrderBy, iRowMax, iRowOffset, acceptLanguage, sFilter);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsigntemplatepackageApi->ezsigntemplatepackageGetListV1: $e\n');
}| Name | Type | Description | Notes |
|---|---|---|---|
| eOrderBy | String | Specify how you want the results to be sorted | [optional] |
| iRowMax | int | [optional] | |
| iRowOffset | int | [optional] [default to 0] | |
| acceptLanguage | HeaderAcceptLanguage | [optional] | |
| sFilter | String | [optional] |
EzsigntemplatepackageGetListV1Response
- Content-Type: Not defined
- Accept: application/json, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsigntemplatepackageGetObjectV2Response ezsigntemplatepackageGetObjectV2(pkiEzsigntemplatepackageID)
Retrieve an existing Ezsigntemplatepackage
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsigntemplatepackageApi();
final pkiEzsigntemplatepackageID = 56; // int |
try {
final result = api_instance.ezsigntemplatepackageGetObjectV2(pkiEzsigntemplatepackageID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsigntemplatepackageApi->ezsigntemplatepackageGetObjectV2: $e\n');
}| Name | Type | Description | Notes |
|---|---|---|---|
| pkiEzsigntemplatepackageID | int |
EzsigntemplatepackageGetObjectV2Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]