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 eZmaxApi.infrastructure.*
//import eZmaxApi.models.*
val apiInstance = ObjectElectronicfundstransferApi()
val pkiElectronicfundstransferID : kotlin.Int = 56 // kotlin.Int |
try {
val result : ElectronicfundstransferGetCommunicationListV1Response = apiInstance.electronicfundstransferGetCommunicationListV1(pkiElectronicfundstransferID)
println(result)
} catch (e: ClientException) {
println("4xx response calling ObjectElectronicfundstransferApi#electronicfundstransferGetCommunicationListV1")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling ObjectElectronicfundstransferApi#electronicfundstransferGetCommunicationListV1")
e.printStackTrace()
}
Name | Type | Description | Notes |
---|---|---|---|
pkiElectronicfundstransferID | kotlin.Int |
ElectronicfundstransferGetCommunicationListV1Response
Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
- Content-Type: Not defined
- Accept: application/json