Skip to content

Latest commit

 

History

History
240 lines (160 loc) · 9.21 KB

ObjectInscriptiontempApi.md

File metadata and controls

240 lines (160 loc) · 9.21 KB

ObjectInscriptiontempApi

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

Method HTTP request Description
inscriptiontempGetCommunicationCountV1 GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationCount Retrieve Communication count
inscriptiontempGetCommunicationListV1 GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationList Retrieve Communication list
inscriptiontempGetCommunicationrecipientsV1 GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationrecipients Retrieve Inscriptiontemp's Communicationrecipient
inscriptiontempGetCommunicationsendersV1 GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationsenders Retrieve Inscriptiontemp's Communicationsender

inscriptiontempGetCommunicationCountV1

-(NSURLSessionTask*) inscriptiontempGetCommunicationCountV1WithPkiInscriptiontempID: (NSNumber*) pkiInscriptiontempID
        completionHandler: (void (^)(InscriptiontempGetCommunicationCountV1Response* output, NSError* error)) handler;

Retrieve Communication count

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

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

// Retrieve Communication count
[apiInstance inscriptiontempGetCommunicationCountV1WithPkiInscriptiontempID:pkiInscriptiontempID
          completionHandler: ^(InscriptiontempGetCommunicationCountV1Response* output, NSError* error) {
                        if (output) {
                            NSLog(@"%@", output);
                        }
                        if (error) {
                            NSLog(@"Error calling ObjectInscriptiontempApi->inscriptiontempGetCommunicationCountV1: %@", error);
                        }
                    }];

Parameters

Name Type Description Notes
pkiInscriptiontempID NSNumber*

Return type

InscriptiontempGetCommunicationCountV1Response*

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]

inscriptiontempGetCommunicationListV1

-(NSURLSessionTask*) inscriptiontempGetCommunicationListV1WithPkiInscriptiontempID: (NSNumber*) pkiInscriptiontempID
        completionHandler: (void (^)(InscriptiontempGetCommunicationListV1Response* output, NSError* error)) handler;

Retrieve Communication list

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

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

// Retrieve Communication list
[apiInstance inscriptiontempGetCommunicationListV1WithPkiInscriptiontempID:pkiInscriptiontempID
          completionHandler: ^(InscriptiontempGetCommunicationListV1Response* output, NSError* error) {
                        if (output) {
                            NSLog(@"%@", output);
                        }
                        if (error) {
                            NSLog(@"Error calling ObjectInscriptiontempApi->inscriptiontempGetCommunicationListV1: %@", error);
                        }
                    }];

Parameters

Name Type Description Notes
pkiInscriptiontempID NSNumber*

Return type

InscriptiontempGetCommunicationListV1Response*

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]

inscriptiontempGetCommunicationrecipientsV1

-(NSURLSessionTask*) inscriptiontempGetCommunicationrecipientsV1WithPkiInscriptiontempID: (NSNumber*) pkiInscriptiontempID
        completionHandler: (void (^)(InscriptiontempGetCommunicationrecipientsV1Response* output, NSError* error)) handler;

Retrieve Inscriptiontemp's Communicationrecipient

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

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

// Retrieve Inscriptiontemp's Communicationrecipient
[apiInstance inscriptiontempGetCommunicationrecipientsV1WithPkiInscriptiontempID:pkiInscriptiontempID
          completionHandler: ^(InscriptiontempGetCommunicationrecipientsV1Response* output, NSError* error) {
                        if (output) {
                            NSLog(@"%@", output);
                        }
                        if (error) {
                            NSLog(@"Error calling ObjectInscriptiontempApi->inscriptiontempGetCommunicationrecipientsV1: %@", error);
                        }
                    }];

Parameters

Name Type Description Notes
pkiInscriptiontempID NSNumber*

Return type

InscriptiontempGetCommunicationrecipientsV1Response*

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]

inscriptiontempGetCommunicationsendersV1

-(NSURLSessionTask*) inscriptiontempGetCommunicationsendersV1WithPkiInscriptiontempID: (NSNumber*) pkiInscriptiontempID
        completionHandler: (void (^)(InscriptiontempGetCommunicationsendersV1Response* output, NSError* error)) handler;

Retrieve Inscriptiontemp's Communicationsender

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

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

// Retrieve Inscriptiontemp's Communicationsender
[apiInstance inscriptiontempGetCommunicationsendersV1WithPkiInscriptiontempID:pkiInscriptiontempID
          completionHandler: ^(InscriptiontempGetCommunicationsendersV1Response* output, NSError* error) {
                        if (output) {
                            NSLog(@"%@", output);
                        }
                        if (error) {
                            NSLog(@"Error calling ObjectInscriptiontempApi->inscriptiontempGetCommunicationsendersV1: %@", error);
                        }
                    }];

Parameters

Name Type Description Notes
pkiInscriptiontempID NSNumber*

Return type

InscriptiontempGetCommunicationsendersV1Response*

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]