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 |
-(NSURLSessionTask*) ezsigntemplateformfieldgroupCreateObjectV1WithEzsigntemplateformfieldgroupCreateObjectV1Request: (EzsigntemplateformfieldgroupCreateObjectV1Request*) ezsigntemplateformfieldgroupCreateObjectV1Request
completionHandler: (void (^)(EzsigntemplateformfieldgroupCreateObjectV1Response* output, NSError* error)) handler;
Create a new Ezsigntemplateformfieldgroup
The endpoint allows to create one or many elements at once.
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
EzsigntemplateformfieldgroupCreateObjectV1Request* ezsigntemplateformfieldgroupCreateObjectV1Request = [[EzsigntemplateformfieldgroupCreateObjectV1Request alloc] init]; //
ObjectEzsigntemplateformfieldgroupApi*apiInstance = [[ObjectEzsigntemplateformfieldgroupApi alloc] init];
// Create a new Ezsigntemplateformfieldgroup
[apiInstance ezsigntemplateformfieldgroupCreateObjectV1WithEzsigntemplateformfieldgroupCreateObjectV1Request:ezsigntemplateformfieldgroupCreateObjectV1Request
completionHandler: ^(EzsigntemplateformfieldgroupCreateObjectV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplateformfieldgroupApi->ezsigntemplateformfieldgroupCreateObjectV1: %@", error);
}
}];
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]
-(NSURLSessionTask*) ezsigntemplateformfieldgroupDeleteObjectV1WithPkiEzsigntemplateformfieldgroupID: (NSNumber*) pkiEzsigntemplateformfieldgroupID
completionHandler: (void (^)(EzsigntemplateformfieldgroupDeleteObjectV1Response* output, NSError* error)) handler;
Delete an existing Ezsigntemplateformfieldgroup
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiEzsigntemplateformfieldgroupID = @56; //
ObjectEzsigntemplateformfieldgroupApi*apiInstance = [[ObjectEzsigntemplateformfieldgroupApi alloc] init];
// Delete an existing Ezsigntemplateformfieldgroup
[apiInstance ezsigntemplateformfieldgroupDeleteObjectV1WithPkiEzsigntemplateformfieldgroupID:pkiEzsigntemplateformfieldgroupID
completionHandler: ^(EzsigntemplateformfieldgroupDeleteObjectV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplateformfieldgroupApi->ezsigntemplateformfieldgroupDeleteObjectV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplateformfieldgroupID | NSNumber* |
EzsigntemplateformfieldgroupDeleteObjectV1Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) ezsigntemplateformfieldgroupEditObjectV1WithPkiEzsigntemplateformfieldgroupID: (NSNumber*) pkiEzsigntemplateformfieldgroupID
ezsigntemplateformfieldgroupEditObjectV1Request: (EzsigntemplateformfieldgroupEditObjectV1Request*) ezsigntemplateformfieldgroupEditObjectV1Request
completionHandler: (void (^)(EzsigntemplateformfieldgroupEditObjectV1Response* output, NSError* error)) handler;
Edit an existing Ezsigntemplateformfieldgroup
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiEzsigntemplateformfieldgroupID = @56; //
EzsigntemplateformfieldgroupEditObjectV1Request* ezsigntemplateformfieldgroupEditObjectV1Request = [[EzsigntemplateformfieldgroupEditObjectV1Request alloc] init]; //
ObjectEzsigntemplateformfieldgroupApi*apiInstance = [[ObjectEzsigntemplateformfieldgroupApi alloc] init];
// Edit an existing Ezsigntemplateformfieldgroup
[apiInstance ezsigntemplateformfieldgroupEditObjectV1WithPkiEzsigntemplateformfieldgroupID:pkiEzsigntemplateformfieldgroupID
ezsigntemplateformfieldgroupEditObjectV1Request:ezsigntemplateformfieldgroupEditObjectV1Request
completionHandler: ^(EzsigntemplateformfieldgroupEditObjectV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplateformfieldgroupApi->ezsigntemplateformfieldgroupEditObjectV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplateformfieldgroupID | NSNumber* | ||
ezsigntemplateformfieldgroupEditObjectV1Request | EzsigntemplateformfieldgroupEditObjectV1Request* |
EzsigntemplateformfieldgroupEditObjectV1Response*
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) ezsigntemplateformfieldgroupGetObjectV2WithPkiEzsigntemplateformfieldgroupID: (NSNumber*) pkiEzsigntemplateformfieldgroupID
completionHandler: (void (^)(EzsigntemplateformfieldgroupGetObjectV2Response* output, NSError* error)) handler;
Retrieve an existing Ezsigntemplateformfieldgroup
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiEzsigntemplateformfieldgroupID = @56; //
ObjectEzsigntemplateformfieldgroupApi*apiInstance = [[ObjectEzsigntemplateformfieldgroupApi alloc] init];
// Retrieve an existing Ezsigntemplateformfieldgroup
[apiInstance ezsigntemplateformfieldgroupGetObjectV2WithPkiEzsigntemplateformfieldgroupID:pkiEzsigntemplateformfieldgroupID
completionHandler: ^(EzsigntemplateformfieldgroupGetObjectV2Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplateformfieldgroupApi->ezsigntemplateformfieldgroupGetObjectV2: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplateformfieldgroupID | NSNumber* |
EzsigntemplateformfieldgroupGetObjectV2Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]