All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
electronicfundstransferGetCommunicationCountV1 | GET /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationCount | Retrieve Communication count |
electronicfundstransferGetCommunicationListV1 | GET /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationList | Retrieve Communication list |
electronicfundstransferGetCommunicationrecipientsV1 | GET /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationrecipients | Retrieve Electronicfundstransfer's Communicationrecipient |
electronicfundstransferGetCommunicationsendersV1 | GET /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationsenders | Retrieve Electronicfundstransfer's Communicationsender |
-(NSURLSessionTask*) electronicfundstransferGetCommunicationCountV1WithPkiElectronicfundstransferID: (NSNumber*) pkiElectronicfundstransferID
completionHandler: (void (^)(ElectronicfundstransferGetCommunicationCountV1Response* output, NSError* error)) handler;
Retrieve Communication count
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* pkiElectronicfundstransferID = @56; //
ObjectElectronicfundstransferApi*apiInstance = [[ObjectElectronicfundstransferApi alloc] init];
// Retrieve Communication count
[apiInstance electronicfundstransferGetCommunicationCountV1WithPkiElectronicfundstransferID:pkiElectronicfundstransferID
completionHandler: ^(ElectronicfundstransferGetCommunicationCountV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectElectronicfundstransferApi->electronicfundstransferGetCommunicationCountV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiElectronicfundstransferID | NSNumber* |
ElectronicfundstransferGetCommunicationCountV1Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) electronicfundstransferGetCommunicationListV1WithPkiElectronicfundstransferID: (NSNumber*) pkiElectronicfundstransferID
completionHandler: (void (^)(ElectronicfundstransferGetCommunicationListV1Response* output, NSError* error)) handler;
Retrieve Communication list
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* pkiElectronicfundstransferID = @56; //
ObjectElectronicfundstransferApi*apiInstance = [[ObjectElectronicfundstransferApi alloc] init];
// Retrieve Communication list
[apiInstance electronicfundstransferGetCommunicationListV1WithPkiElectronicfundstransferID:pkiElectronicfundstransferID
completionHandler: ^(ElectronicfundstransferGetCommunicationListV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectElectronicfundstransferApi->electronicfundstransferGetCommunicationListV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiElectronicfundstransferID | NSNumber* |
ElectronicfundstransferGetCommunicationListV1Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) electronicfundstransferGetCommunicationrecipientsV1WithPkiElectronicfundstransferID: (NSNumber*) pkiElectronicfundstransferID
completionHandler: (void (^)(ElectronicfundstransferGetCommunicationrecipientsV1Response* output, NSError* error)) handler;
Retrieve Electronicfundstransfer's Communicationrecipient
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* pkiElectronicfundstransferID = @56; //
ObjectElectronicfundstransferApi*apiInstance = [[ObjectElectronicfundstransferApi alloc] init];
// Retrieve Electronicfundstransfer's Communicationrecipient
[apiInstance electronicfundstransferGetCommunicationrecipientsV1WithPkiElectronicfundstransferID:pkiElectronicfundstransferID
completionHandler: ^(ElectronicfundstransferGetCommunicationrecipientsV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectElectronicfundstransferApi->electronicfundstransferGetCommunicationrecipientsV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiElectronicfundstransferID | NSNumber* |
ElectronicfundstransferGetCommunicationrecipientsV1Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) electronicfundstransferGetCommunicationsendersV1WithPkiElectronicfundstransferID: (NSNumber*) pkiElectronicfundstransferID
completionHandler: (void (^)(ElectronicfundstransferGetCommunicationsendersV1Response* output, NSError* error)) handler;
Retrieve Electronicfundstransfer's Communicationsender
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* pkiElectronicfundstransferID = @56; //
ObjectElectronicfundstransferApi*apiInstance = [[ObjectElectronicfundstransferApi alloc] init];
// Retrieve Electronicfundstransfer's Communicationsender
[apiInstance electronicfundstransferGetCommunicationsendersV1WithPkiElectronicfundstransferID:pkiElectronicfundstransferID
completionHandler: ^(ElectronicfundstransferGetCommunicationsendersV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectElectronicfundstransferApi->electronicfundstransferGetCommunicationsendersV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiElectronicfundstransferID | NSNumber* |
ElectronicfundstransferGetCommunicationsendersV1Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]