use EzmaxApi::Object::ObjectInvoiceApi;
All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
invoice_get_attachments_v1 | GET /1/object/invoice/{pkiInvoiceID}/getAttachments | Retrieve Invoice's Attachments |
invoice_get_communication_count_v1 | GET /1/object/invoice/{pkiInvoiceID}/getCommunicationCount | Retrieve Communication count |
invoice_get_communication_list_v1 | GET /1/object/invoice/{pkiInvoiceID}/getCommunicationList | Retrieve Communication list |
invoice_get_communicationrecipients_v1 | GET /1/object/invoice/{pkiInvoiceID}/getCommunicationrecipients | Retrieve Invoice's Communicationrecipient |
invoice_get_communicationsenders_v1 | GET /1/object/invoice/{pkiInvoiceID}/getCommunicationsenders | Retrieve Invoice's Communicationsender |
InvoiceGetAttachmentsV1Response invoice_get_attachments_v1(pki_invoice_id => $pki_invoice_id)
Retrieve Invoice's Attachments
use Data::Dumper;
use EzmaxApi::ObjectInvoiceApi;
my $api_instance = EzmaxApi::ObjectInvoiceApi->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_invoice_id = 56; # int |
eval {
my $result = $api_instance->invoice_get_attachments_v1(pki_invoice_id => $pki_invoice_id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ObjectInvoiceApi->invoice_get_attachments_v1: $@\n";
}
Name | Type | Description | Notes |
---|---|---|---|
pki_invoice_id | int |
InvoiceGetAttachmentsV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InvoiceGetCommunicationCountV1Response invoice_get_communication_count_v1(pki_invoice_id => $pki_invoice_id)
Retrieve Communication count
use Data::Dumper;
use EzmaxApi::ObjectInvoiceApi;
my $api_instance = EzmaxApi::ObjectInvoiceApi->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_invoice_id = 56; # int |
eval {
my $result = $api_instance->invoice_get_communication_count_v1(pki_invoice_id => $pki_invoice_id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ObjectInvoiceApi->invoice_get_communication_count_v1: $@\n";
}
Name | Type | Description | Notes |
---|---|---|---|
pki_invoice_id | int |
InvoiceGetCommunicationCountV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InvoiceGetCommunicationListV1Response invoice_get_communication_list_v1(pki_invoice_id => $pki_invoice_id)
Retrieve Communication list
use Data::Dumper;
use EzmaxApi::ObjectInvoiceApi;
my $api_instance = EzmaxApi::ObjectInvoiceApi->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_invoice_id = 56; # int |
eval {
my $result = $api_instance->invoice_get_communication_list_v1(pki_invoice_id => $pki_invoice_id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ObjectInvoiceApi->invoice_get_communication_list_v1: $@\n";
}
Name | Type | Description | Notes |
---|---|---|---|
pki_invoice_id | int |
InvoiceGetCommunicationListV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InvoiceGetCommunicationrecipientsV1Response invoice_get_communicationrecipients_v1(pki_invoice_id => $pki_invoice_id)
Retrieve Invoice's Communicationrecipient
use Data::Dumper;
use EzmaxApi::ObjectInvoiceApi;
my $api_instance = EzmaxApi::ObjectInvoiceApi->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_invoice_id = 56; # int |
eval {
my $result = $api_instance->invoice_get_communicationrecipients_v1(pki_invoice_id => $pki_invoice_id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ObjectInvoiceApi->invoice_get_communicationrecipients_v1: $@\n";
}
Name | Type | Description | Notes |
---|---|---|---|
pki_invoice_id | int |
InvoiceGetCommunicationrecipientsV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InvoiceGetCommunicationsendersV1Response invoice_get_communicationsenders_v1(pki_invoice_id => $pki_invoice_id)
Retrieve Invoice's Communicationsender
use Data::Dumper;
use EzmaxApi::ObjectInvoiceApi;
my $api_instance = EzmaxApi::ObjectInvoiceApi->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_invoice_id = 56; # int |
eval {
my $result = $api_instance->invoice_get_communicationsenders_v1(pki_invoice_id => $pki_invoice_id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ObjectInvoiceApi->invoice_get_communicationsenders_v1: $@\n";
}
Name | Type | Description | Notes |
---|---|---|---|
pki_invoice_id | int |
InvoiceGetCommunicationsendersV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]