import 'package:openapi/api.dart';
All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
ezsigntemplateformfieldgroupCreateObjectV1 | POST /1/object/ezsigntemplateformfieldgroup | Create a new Ezsigntemplateformfieldgroup |
ezsigntemplateformfieldgroupDeleteObjectV1 | DELETE /1/object/ezsigntemplateformfieldgroup/{pkiEzsigntemplateformfieldgroupID} | Delete an existing Ezsigntemplateformfieldgroup |
ezsigntemplateformfieldgroupEditObjectV1 | PUT /1/object/ezsigntemplateformfieldgroup/{pkiEzsigntemplateformfieldgroupID} | Edit an existing Ezsigntemplateformfieldgroup |
ezsigntemplateformfieldgroupGetObjectV2 | GET /2/object/ezsigntemplateformfieldgroup/{pkiEzsigntemplateformfieldgroupID} | Retrieve an existing Ezsigntemplateformfieldgroup |
EzsigntemplateformfieldgroupCreateObjectV1Response ezsigntemplateformfieldgroupCreateObjectV1(ezsigntemplateformfieldgroupCreateObjectV1Request)
Create a new Ezsigntemplateformfieldgroup
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 = ObjectEzsigntemplateformfieldgroupApi();
final ezsigntemplateformfieldgroupCreateObjectV1Request = EzsigntemplateformfieldgroupCreateObjectV1Request(); // EzsigntemplateformfieldgroupCreateObjectV1Request |
try {
final result = api_instance.ezsigntemplateformfieldgroupCreateObjectV1(ezsigntemplateformfieldgroupCreateObjectV1Request);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsigntemplateformfieldgroupApi->ezsigntemplateformfieldgroupCreateObjectV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
ezsigntemplateformfieldgroupCreateObjectV1Request | EzsigntemplateformfieldgroupCreateObjectV1Request |
EzsigntemplateformfieldgroupCreateObjectV1Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsigntemplateformfieldgroupDeleteObjectV1Response ezsigntemplateformfieldgroupDeleteObjectV1(pkiEzsigntemplateformfieldgroupID)
Delete an existing Ezsigntemplateformfieldgroup
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 = ObjectEzsigntemplateformfieldgroupApi();
final pkiEzsigntemplateformfieldgroupID = 56; // int |
try {
final result = api_instance.ezsigntemplateformfieldgroupDeleteObjectV1(pkiEzsigntemplateformfieldgroupID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsigntemplateformfieldgroupApi->ezsigntemplateformfieldgroupDeleteObjectV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplateformfieldgroupID | int |
EzsigntemplateformfieldgroupDeleteObjectV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsigntemplateformfieldgroupEditObjectV1Response ezsigntemplateformfieldgroupEditObjectV1(pkiEzsigntemplateformfieldgroupID, ezsigntemplateformfieldgroupEditObjectV1Request)
Edit an existing Ezsigntemplateformfieldgroup
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 = ObjectEzsigntemplateformfieldgroupApi();
final pkiEzsigntemplateformfieldgroupID = 56; // int |
final ezsigntemplateformfieldgroupEditObjectV1Request = EzsigntemplateformfieldgroupEditObjectV1Request(); // EzsigntemplateformfieldgroupEditObjectV1Request |
try {
final result = api_instance.ezsigntemplateformfieldgroupEditObjectV1(pkiEzsigntemplateformfieldgroupID, ezsigntemplateformfieldgroupEditObjectV1Request);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsigntemplateformfieldgroupApi->ezsigntemplateformfieldgroupEditObjectV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplateformfieldgroupID | int | ||
ezsigntemplateformfieldgroupEditObjectV1Request | EzsigntemplateformfieldgroupEditObjectV1Request |
EzsigntemplateformfieldgroupEditObjectV1Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsigntemplateformfieldgroupGetObjectV2Response ezsigntemplateformfieldgroupGetObjectV2(pkiEzsigntemplateformfieldgroupID)
Retrieve an existing Ezsigntemplateformfieldgroup
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 = ObjectEzsigntemplateformfieldgroupApi();
final pkiEzsigntemplateformfieldgroupID = 56; // int |
try {
final result = api_instance.ezsigntemplateformfieldgroupGetObjectV2(pkiEzsigntemplateformfieldgroupID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsigntemplateformfieldgroupApi->ezsigntemplateformfieldgroupGetObjectV2: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplateformfieldgroupID | int |
EzsigntemplateformfieldgroupGetObjectV2Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]