Skip to content

Latest commit

 

History

History
244 lines (165 loc) · 9.92 KB

ObjectEzsigntemplatesignerApi.md

File metadata and controls

244 lines (165 loc) · 9.92 KB

ObjectEzsigntemplatesignerApi

All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest

Method HTTP request Description
ezsigntemplatesignerCreateObjectV1 POST /1/object/ezsigntemplatesigner Create a new Ezsigntemplatesigner
ezsigntemplatesignerDeleteObjectV1 DELETE /1/object/ezsigntemplatesigner/{pkiEzsigntemplatesignerID} Delete an existing Ezsigntemplatesigner
ezsigntemplatesignerEditObjectV1 PUT /1/object/ezsigntemplatesigner/{pkiEzsigntemplatesignerID} Edit an existing Ezsigntemplatesigner
ezsigntemplatesignerGetObjectV2 GET /2/object/ezsigntemplatesigner/{pkiEzsigntemplatesignerID} Retrieve an existing Ezsigntemplatesigner

ezsigntemplatesignerCreateObjectV1

-(NSURLSessionTask*) ezsigntemplatesignerCreateObjectV1WithEzsigntemplatesignerCreateObjectV1Request: (EzsigntemplatesignerCreateObjectV1Request*) ezsigntemplatesignerCreateObjectV1Request
        completionHandler: (void (^)(EzsigntemplatesignerCreateObjectV1Response* output, NSError* error)) handler;

Create a new Ezsigntemplatesigner

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"];


EzsigntemplatesignerCreateObjectV1Request* ezsigntemplatesignerCreateObjectV1Request = [[EzsigntemplatesignerCreateObjectV1Request alloc] init]; // 

ObjectEzsigntemplatesignerApi*apiInstance = [[ObjectEzsigntemplatesignerApi alloc] init];

// Create a new Ezsigntemplatesigner
[apiInstance ezsigntemplatesignerCreateObjectV1WithEzsigntemplatesignerCreateObjectV1Request:ezsigntemplatesignerCreateObjectV1Request
          completionHandler: ^(EzsigntemplatesignerCreateObjectV1Response* output, NSError* error) {
                        if (output) {
                            NSLog(@"%@", output);
                        }
                        if (error) {
                            NSLog(@"Error calling ObjectEzsigntemplatesignerApi->ezsigntemplatesignerCreateObjectV1: %@", error);
                        }
                    }];

Parameters

Name Type Description Notes
ezsigntemplatesignerCreateObjectV1Request EzsigntemplatesignerCreateObjectV1Request*

Return type

EzsigntemplatesignerCreateObjectV1Response*

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]

ezsigntemplatesignerDeleteObjectV1

-(NSURLSessionTask*) ezsigntemplatesignerDeleteObjectV1WithPkiEzsigntemplatesignerID: (NSNumber*) pkiEzsigntemplatesignerID
        completionHandler: (void (^)(EzsigntemplatesignerDeleteObjectV1Response* output, NSError* error)) handler;

Delete an existing Ezsigntemplatesigner

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* pkiEzsigntemplatesignerID = @56; // 

ObjectEzsigntemplatesignerApi*apiInstance = [[ObjectEzsigntemplatesignerApi alloc] init];

// Delete an existing Ezsigntemplatesigner
[apiInstance ezsigntemplatesignerDeleteObjectV1WithPkiEzsigntemplatesignerID:pkiEzsigntemplatesignerID
          completionHandler: ^(EzsigntemplatesignerDeleteObjectV1Response* output, NSError* error) {
                        if (output) {
                            NSLog(@"%@", output);
                        }
                        if (error) {
                            NSLog(@"Error calling ObjectEzsigntemplatesignerApi->ezsigntemplatesignerDeleteObjectV1: %@", error);
                        }
                    }];

Parameters

Name Type Description Notes
pkiEzsigntemplatesignerID NSNumber*

Return type

EzsigntemplatesignerDeleteObjectV1Response*

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]

ezsigntemplatesignerEditObjectV1

-(NSURLSessionTask*) ezsigntemplatesignerEditObjectV1WithPkiEzsigntemplatesignerID: (NSNumber*) pkiEzsigntemplatesignerID
    ezsigntemplatesignerEditObjectV1Request: (EzsigntemplatesignerEditObjectV1Request*) ezsigntemplatesignerEditObjectV1Request
        completionHandler: (void (^)(EzsigntemplatesignerEditObjectV1Response* output, NSError* error)) handler;

Edit an existing Ezsigntemplatesigner

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* pkiEzsigntemplatesignerID = @56; // 
EzsigntemplatesignerEditObjectV1Request* ezsigntemplatesignerEditObjectV1Request = [[EzsigntemplatesignerEditObjectV1Request alloc] init]; // 

ObjectEzsigntemplatesignerApi*apiInstance = [[ObjectEzsigntemplatesignerApi alloc] init];

// Edit an existing Ezsigntemplatesigner
[apiInstance ezsigntemplatesignerEditObjectV1WithPkiEzsigntemplatesignerID:pkiEzsigntemplatesignerID
              ezsigntemplatesignerEditObjectV1Request:ezsigntemplatesignerEditObjectV1Request
          completionHandler: ^(EzsigntemplatesignerEditObjectV1Response* output, NSError* error) {
                        if (output) {
                            NSLog(@"%@", output);
                        }
                        if (error) {
                            NSLog(@"Error calling ObjectEzsigntemplatesignerApi->ezsigntemplatesignerEditObjectV1: %@", error);
                        }
                    }];

Parameters

Name Type Description Notes
pkiEzsigntemplatesignerID NSNumber*
ezsigntemplatesignerEditObjectV1Request EzsigntemplatesignerEditObjectV1Request*

Return type

EzsigntemplatesignerEditObjectV1Response*

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]

ezsigntemplatesignerGetObjectV2

-(NSURLSessionTask*) ezsigntemplatesignerGetObjectV2WithPkiEzsigntemplatesignerID: (NSNumber*) pkiEzsigntemplatesignerID
        completionHandler: (void (^)(EzsigntemplatesignerGetObjectV2Response* output, NSError* error)) handler;

Retrieve an existing Ezsigntemplatesigner

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* pkiEzsigntemplatesignerID = @56; // 

ObjectEzsigntemplatesignerApi*apiInstance = [[ObjectEzsigntemplatesignerApi alloc] init];

// Retrieve an existing Ezsigntemplatesigner
[apiInstance ezsigntemplatesignerGetObjectV2WithPkiEzsigntemplatesignerID:pkiEzsigntemplatesignerID
          completionHandler: ^(EzsigntemplatesignerGetObjectV2Response* output, NSError* error) {
                        if (output) {
                            NSLog(@"%@", output);
                        }
                        if (error) {
                            NSLog(@"Error calling ObjectEzsigntemplatesignerApi->ezsigntemplatesignerGetObjectV2: %@", error);
                        }
                    }];

Parameters

Name Type Description Notes
pkiEzsigntemplatesignerID NSNumber*

Return type

EzsigntemplatesignerGetObjectV2Response*

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]