All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
electronicfundstransferGetCommunicationListV1 | GET /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationList | Retrieve Communication list |
ElectronicfundstransferGetCommunicationListV1Response electronicfundstransferGetCommunicationListV1(pkiElectronicfundstransferID)
Retrieve Communication list
// Import classes:
//import org.openapitools.client.api.ObjectElectronicfundstransferApi;
ObjectElectronicfundstransferApi apiInstance = new ObjectElectronicfundstransferApi();
Integer pkiElectronicfundstransferID = null; // Integer |
try {
ElectronicfundstransferGetCommunicationListV1Response result = apiInstance.electronicfundstransferGetCommunicationListV1(pkiElectronicfundstransferID);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObjectElectronicfundstransferApi#electronicfundstransferGetCommunicationListV1");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
pkiElectronicfundstransferID | Integer | [default to null] |
ElectronicfundstransferGetCommunicationListV1Response
- Content-Type: Not defined
- Accept: application/json