Skip to content

Latest commit

 

History

History
244 lines (165 loc) · 10.8 KB

ObjectEzsigntemplateformfieldgroupApi.md

File metadata and controls

244 lines (165 loc) · 10.8 KB

ObjectEzsigntemplateformfieldgroupApi

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

ezsigntemplateformfieldgroupCreateObjectV1

-(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.

Example

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);
                        }
                    }];

Parameters

Name Type Description Notes
ezsigntemplateformfieldgroupCreateObjectV1Request EzsigntemplateformfieldgroupCreateObjectV1Request*

Return type

EzsigntemplateformfieldgroupCreateObjectV1Response*

Authorization

Authorization

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

ezsigntemplateformfieldgroupDeleteObjectV1

-(NSURLSessionTask*) ezsigntemplateformfieldgroupDeleteObjectV1WithPkiEzsigntemplateformfieldgroupID: (NSNumber*) pkiEzsigntemplateformfieldgroupID
        completionHandler: (void (^)(EzsigntemplateformfieldgroupDeleteObjectV1Response* output, NSError* error)) handler;

Delete an existing Ezsigntemplateformfieldgroup

Example

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);
                        }
                    }];

Parameters

Name Type Description Notes
pkiEzsigntemplateformfieldgroupID NSNumber*

Return type

EzsigntemplateformfieldgroupDeleteObjectV1Response*

Authorization

Authorization

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

ezsigntemplateformfieldgroupEditObjectV1

-(NSURLSessionTask*) ezsigntemplateformfieldgroupEditObjectV1WithPkiEzsigntemplateformfieldgroupID: (NSNumber*) pkiEzsigntemplateformfieldgroupID
    ezsigntemplateformfieldgroupEditObjectV1Request: (EzsigntemplateformfieldgroupEditObjectV1Request*) ezsigntemplateformfieldgroupEditObjectV1Request
        completionHandler: (void (^)(EzsigntemplateformfieldgroupEditObjectV1Response* output, NSError* error)) handler;

Edit an existing Ezsigntemplateformfieldgroup

Example

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);
                        }
                    }];

Parameters

Name Type Description Notes
pkiEzsigntemplateformfieldgroupID NSNumber*
ezsigntemplateformfieldgroupEditObjectV1Request EzsigntemplateformfieldgroupEditObjectV1Request*

Return type

EzsigntemplateformfieldgroupEditObjectV1Response*

Authorization

Authorization

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

ezsigntemplateformfieldgroupGetObjectV2

-(NSURLSessionTask*) ezsigntemplateformfieldgroupGetObjectV2WithPkiEzsigntemplateformfieldgroupID: (NSNumber*) pkiEzsigntemplateformfieldgroupID
        completionHandler: (void (^)(EzsigntemplateformfieldgroupGetObjectV2Response* output, NSError* error)) handler;

Retrieve an existing Ezsigntemplateformfieldgroup

Example

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);
                        }
                    }];

Parameters

Name Type Description Notes
pkiEzsigntemplateformfieldgroupID NSNumber*

Return type

EzsigntemplateformfieldgroupGetObjectV2Response*

Authorization

Authorization

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]