use EzmaxApi::Object::ObjectOtherincomeApi;
All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
otherincome_get_communication_count_v1 | GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationCount | Retrieve Communication count |
otherincome_get_communication_list_v1 | GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationList | Retrieve Communication list |
otherincome_get_communicationrecipients_v1 | GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationrecipients | Retrieve Otherincome's Communicationrecipient |
otherincome_get_communicationsenders_v1 | GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationsenders | Retrieve Otherincome's Communicationsender |
OtherincomeGetCommunicationCountV1Response otherincome_get_communication_count_v1(pki_otherincome_id => $pki_otherincome_id)
Retrieve Communication count
use Data::Dumper;
use EzmaxApi::ObjectOtherincomeApi;
my $api_instance = EzmaxApi::ObjectOtherincomeApi->new(
# Configure API key authorization: Authorization
api_key => {'Authorization' => 'YOUR_API_KEY'},
# uncomment below to setup prefix (e.g. Bearer) for API key, if needed
#api_key_prefix => {'Authorization' => 'Bearer'},
);
my $pki_otherincome_id = 56; # int |
eval {
my $result = $api_instance->otherincome_get_communication_count_v1(pki_otherincome_id => $pki_otherincome_id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ObjectOtherincomeApi->otherincome_get_communication_count_v1: $@\n";
}
Name | Type | Description | Notes |
---|---|---|---|
pki_otherincome_id | int |
OtherincomeGetCommunicationCountV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
OtherincomeGetCommunicationListV1Response otherincome_get_communication_list_v1(pki_otherincome_id => $pki_otherincome_id)
Retrieve Communication list
use Data::Dumper;
use EzmaxApi::ObjectOtherincomeApi;
my $api_instance = EzmaxApi::ObjectOtherincomeApi->new(
# Configure API key authorization: Authorization
api_key => {'Authorization' => 'YOUR_API_KEY'},
# uncomment below to setup prefix (e.g. Bearer) for API key, if needed
#api_key_prefix => {'Authorization' => 'Bearer'},
);
my $pki_otherincome_id = 56; # int |
eval {
my $result = $api_instance->otherincome_get_communication_list_v1(pki_otherincome_id => $pki_otherincome_id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ObjectOtherincomeApi->otherincome_get_communication_list_v1: $@\n";
}
Name | Type | Description | Notes |
---|---|---|---|
pki_otherincome_id | int |
OtherincomeGetCommunicationListV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
OtherincomeGetCommunicationrecipientsV1Response otherincome_get_communicationrecipients_v1(pki_otherincome_id => $pki_otherincome_id)
Retrieve Otherincome's Communicationrecipient
use Data::Dumper;
use EzmaxApi::ObjectOtherincomeApi;
my $api_instance = EzmaxApi::ObjectOtherincomeApi->new(
# Configure API key authorization: Authorization
api_key => {'Authorization' => 'YOUR_API_KEY'},
# uncomment below to setup prefix (e.g. Bearer) for API key, if needed
#api_key_prefix => {'Authorization' => 'Bearer'},
);
my $pki_otherincome_id = 56; # int |
eval {
my $result = $api_instance->otherincome_get_communicationrecipients_v1(pki_otherincome_id => $pki_otherincome_id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ObjectOtherincomeApi->otherincome_get_communicationrecipients_v1: $@\n";
}
Name | Type | Description | Notes |
---|---|---|---|
pki_otherincome_id | int |
OtherincomeGetCommunicationrecipientsV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
OtherincomeGetCommunicationsendersV1Response otherincome_get_communicationsenders_v1(pki_otherincome_id => $pki_otherincome_id)
Retrieve Otherincome's Communicationsender
use Data::Dumper;
use EzmaxApi::ObjectOtherincomeApi;
my $api_instance = EzmaxApi::ObjectOtherincomeApi->new(
# Configure API key authorization: Authorization
api_key => {'Authorization' => 'YOUR_API_KEY'},
# uncomment below to setup prefix (e.g. Bearer) for API key, if needed
#api_key_prefix => {'Authorization' => 'Bearer'},
);
my $pki_otherincome_id = 56; # int |
eval {
my $result = $api_instance->otherincome_get_communicationsenders_v1(pki_otherincome_id => $pki_otherincome_id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ObjectOtherincomeApi->otherincome_get_communicationsenders_v1: $@\n";
}
Name | Type | Description | Notes |
---|---|---|---|
pki_otherincome_id | int |
OtherincomeGetCommunicationsendersV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]