Skip to content

Latest commit

 

History

History
240 lines (160 loc) · 8.84 KB

ObjectOtherincomeApi.md

File metadata and controls

240 lines (160 loc) · 8.84 KB

ObjectOtherincomeApi

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

Method HTTP request Description
otherincomeGetCommunicationCountV1 GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationCount Retrieve Communication count
otherincomeGetCommunicationListV1 GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationList Retrieve Communication list
otherincomeGetCommunicationrecipientsV1 GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationrecipients Retrieve Otherincome's Communicationrecipient
otherincomeGetCommunicationsendersV1 GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationsenders Retrieve Otherincome's Communicationsender

otherincomeGetCommunicationCountV1

-(NSURLSessionTask*) otherincomeGetCommunicationCountV1WithPkiOtherincomeID: (NSNumber*) pkiOtherincomeID
        completionHandler: (void (^)(OtherincomeGetCommunicationCountV1Response* 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* pkiOtherincomeID = @56; // 

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

// Retrieve Communication count
[apiInstance otherincomeGetCommunicationCountV1WithPkiOtherincomeID:pkiOtherincomeID
          completionHandler: ^(OtherincomeGetCommunicationCountV1Response* output, NSError* error) {
                        if (output) {
                            NSLog(@"%@", output);
                        }
                        if (error) {
                            NSLog(@"Error calling ObjectOtherincomeApi->otherincomeGetCommunicationCountV1: %@", error);
                        }
                    }];

Parameters

Name Type Description Notes
pkiOtherincomeID NSNumber*

Return type

OtherincomeGetCommunicationCountV1Response*

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]

otherincomeGetCommunicationListV1

-(NSURLSessionTask*) otherincomeGetCommunicationListV1WithPkiOtherincomeID: (NSNumber*) pkiOtherincomeID
        completionHandler: (void (^)(OtherincomeGetCommunicationListV1Response* 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* pkiOtherincomeID = @56; // 

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

// Retrieve Communication list
[apiInstance otherincomeGetCommunicationListV1WithPkiOtherincomeID:pkiOtherincomeID
          completionHandler: ^(OtherincomeGetCommunicationListV1Response* output, NSError* error) {
                        if (output) {
                            NSLog(@"%@", output);
                        }
                        if (error) {
                            NSLog(@"Error calling ObjectOtherincomeApi->otherincomeGetCommunicationListV1: %@", error);
                        }
                    }];

Parameters

Name Type Description Notes
pkiOtherincomeID NSNumber*

Return type

OtherincomeGetCommunicationListV1Response*

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]

otherincomeGetCommunicationrecipientsV1

-(NSURLSessionTask*) otherincomeGetCommunicationrecipientsV1WithPkiOtherincomeID: (NSNumber*) pkiOtherincomeID
        completionHandler: (void (^)(OtherincomeGetCommunicationrecipientsV1Response* output, NSError* error)) handler;

Retrieve Otherincome'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* pkiOtherincomeID = @56; // 

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

// Retrieve Otherincome's Communicationrecipient
[apiInstance otherincomeGetCommunicationrecipientsV1WithPkiOtherincomeID:pkiOtherincomeID
          completionHandler: ^(OtherincomeGetCommunicationrecipientsV1Response* output, NSError* error) {
                        if (output) {
                            NSLog(@"%@", output);
                        }
                        if (error) {
                            NSLog(@"Error calling ObjectOtherincomeApi->otherincomeGetCommunicationrecipientsV1: %@", error);
                        }
                    }];

Parameters

Name Type Description Notes
pkiOtherincomeID NSNumber*

Return type

OtherincomeGetCommunicationrecipientsV1Response*

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]

otherincomeGetCommunicationsendersV1

-(NSURLSessionTask*) otherincomeGetCommunicationsendersV1WithPkiOtherincomeID: (NSNumber*) pkiOtherincomeID
        completionHandler: (void (^)(OtherincomeGetCommunicationsendersV1Response* output, NSError* error)) handler;

Retrieve Otherincome'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* pkiOtherincomeID = @56; // 

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

// Retrieve Otherincome's Communicationsender
[apiInstance otherincomeGetCommunicationsendersV1WithPkiOtherincomeID:pkiOtherincomeID
          completionHandler: ^(OtherincomeGetCommunicationsendersV1Response* output, NSError* error) {
                        if (output) {
                            NSLog(@"%@", output);
                        }
                        if (error) {
                            NSLog(@"Error calling ObjectOtherincomeApi->otherincomeGetCommunicationsendersV1: %@", error);
                        }
                    }];

Parameters

Name Type Description Notes
pkiOtherincomeID NSNumber*

Return type

OtherincomeGetCommunicationsendersV1Response*

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]