All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
electronicfundstransfer_get_communication_count_v1 | GET /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationCount | Retrieve Communication count |
electronicfundstransfer_get_communication_list_v1 | GET /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationList | Retrieve Communication list |
electronicfundstransfer_get_communicationrecipients_v1 | GET /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationrecipients | Retrieve Electronicfundstransfer's Communicationrecipient |
electronicfundstransfer_get_communicationsenders_v1 | GET /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationsenders | Retrieve Electronicfundstransfer's Communicationsender |
electronicfundstransfer_get_communication_count_v1(pki_electronicfundstransfer_id)
Retrieve Communication count
require 'time'
require 'Ezmaxapi'
# setup authorization
EzmaxApi.configure do |config|
# Configure API key authorization: Authorization
config.api_key['Authorization'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
# config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = EzmaxApi::ObjectElectronicfundstransferApi.new
pki_electronicfundstransfer_id = 56 # Integer |
begin
# Retrieve Communication count
result = api_instance.electronicfundstransfer_get_communication_count_v1(pki_electronicfundstransfer_id)
p result
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectElectronicfundstransferApi->electronicfundstransfer_get_communication_count_v1: #{e}"
end
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> electronicfundstransfer_get_communication_count_v1_with_http_info(pki_electronicfundstransfer_id)
begin
# Retrieve Communication count
data, status_code, headers = api_instance.electronicfundstransfer_get_communication_count_v1_with_http_info(pki_electronicfundstransfer_id)
p status_code # => 2xx
p headers # => { ... }
p data # => <ElectronicfundstransferGetCommunicationCountV1Response>
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectElectronicfundstransferApi->electronicfundstransfer_get_communication_count_v1_with_http_info: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
pki_electronicfundstransfer_id | Integer |
ElectronicfundstransferGetCommunicationCountV1Response
- Content-Type: Not defined
- Accept: application/json
electronicfundstransfer_get_communication_list_v1(pki_electronicfundstransfer_id)
Retrieve Communication list
require 'time'
require 'Ezmaxapi'
# setup authorization
EzmaxApi.configure do |config|
# Configure API key authorization: Authorization
config.api_key['Authorization'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
# config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = EzmaxApi::ObjectElectronicfundstransferApi.new
pki_electronicfundstransfer_id = 56 # Integer |
begin
# Retrieve Communication list
result = api_instance.electronicfundstransfer_get_communication_list_v1(pki_electronicfundstransfer_id)
p result
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectElectronicfundstransferApi->electronicfundstransfer_get_communication_list_v1: #{e}"
end
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> electronicfundstransfer_get_communication_list_v1_with_http_info(pki_electronicfundstransfer_id)
begin
# Retrieve Communication list
data, status_code, headers = api_instance.electronicfundstransfer_get_communication_list_v1_with_http_info(pki_electronicfundstransfer_id)
p status_code # => 2xx
p headers # => { ... }
p data # => <ElectronicfundstransferGetCommunicationListV1Response>
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectElectronicfundstransferApi->electronicfundstransfer_get_communication_list_v1_with_http_info: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
pki_electronicfundstransfer_id | Integer |
ElectronicfundstransferGetCommunicationListV1Response
- Content-Type: Not defined
- Accept: application/json
electronicfundstransfer_get_communicationrecipients_v1(pki_electronicfundstransfer_id)
Retrieve Electronicfundstransfer's Communicationrecipient
require 'time'
require 'Ezmaxapi'
# setup authorization
EzmaxApi.configure do |config|
# Configure API key authorization: Authorization
config.api_key['Authorization'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
# config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = EzmaxApi::ObjectElectronicfundstransferApi.new
pki_electronicfundstransfer_id = 56 # Integer |
begin
# Retrieve Electronicfundstransfer's Communicationrecipient
result = api_instance.electronicfundstransfer_get_communicationrecipients_v1(pki_electronicfundstransfer_id)
p result
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectElectronicfundstransferApi->electronicfundstransfer_get_communicationrecipients_v1: #{e}"
end
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> electronicfundstransfer_get_communicationrecipients_v1_with_http_info(pki_electronicfundstransfer_id)
begin
# Retrieve Electronicfundstransfer's Communicationrecipient
data, status_code, headers = api_instance.electronicfundstransfer_get_communicationrecipients_v1_with_http_info(pki_electronicfundstransfer_id)
p status_code # => 2xx
p headers # => { ... }
p data # => <ElectronicfundstransferGetCommunicationrecipientsV1Response>
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectElectronicfundstransferApi->electronicfundstransfer_get_communicationrecipients_v1_with_http_info: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
pki_electronicfundstransfer_id | Integer |
ElectronicfundstransferGetCommunicationrecipientsV1Response
- Content-Type: Not defined
- Accept: application/json
electronicfundstransfer_get_communicationsenders_v1(pki_electronicfundstransfer_id)
Retrieve Electronicfundstransfer's Communicationsender
require 'time'
require 'Ezmaxapi'
# setup authorization
EzmaxApi.configure do |config|
# Configure API key authorization: Authorization
config.api_key['Authorization'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
# config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = EzmaxApi::ObjectElectronicfundstransferApi.new
pki_electronicfundstransfer_id = 56 # Integer |
begin
# Retrieve Electronicfundstransfer's Communicationsender
result = api_instance.electronicfundstransfer_get_communicationsenders_v1(pki_electronicfundstransfer_id)
p result
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectElectronicfundstransferApi->electronicfundstransfer_get_communicationsenders_v1: #{e}"
end
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> electronicfundstransfer_get_communicationsenders_v1_with_http_info(pki_electronicfundstransfer_id)
begin
# Retrieve Electronicfundstransfer's Communicationsender
data, status_code, headers = api_instance.electronicfundstransfer_get_communicationsenders_v1_with_http_info(pki_electronicfundstransfer_id)
p status_code # => 2xx
p headers # => { ... }
p data # => <ElectronicfundstransferGetCommunicationsendersV1Response>
rescue EzmaxApi::ApiError => e
puts "Error when calling ObjectElectronicfundstransferApi->electronicfundstransfer_get_communicationsenders_v1_with_http_info: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
pki_electronicfundstransfer_id | Integer |
ElectronicfundstransferGetCommunicationsendersV1Response
- Content-Type: Not defined
- Accept: application/json