import 'package:openapi/api.dart';
All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
invoiceGetAttachmentsV1 | GET /1/object/invoice/{pkiInvoiceID}/getAttachments | Retrieve Invoice's Attachments |
invoiceGetCommunicationCountV1 | GET /1/object/invoice/{pkiInvoiceID}/getCommunicationCount | Retrieve Communication count |
invoiceGetCommunicationListV1 | GET /1/object/invoice/{pkiInvoiceID}/getCommunicationList | Retrieve Communication list |
invoiceGetCommunicationrecipientsV1 | GET /1/object/invoice/{pkiInvoiceID}/getCommunicationrecipients | Retrieve Invoice's Communicationrecipient |
invoiceGetCommunicationsendersV1 | GET /1/object/invoice/{pkiInvoiceID}/getCommunicationsenders | Retrieve Invoice's Communicationsender |
InvoiceGetAttachmentsV1Response invoiceGetAttachmentsV1(pkiInvoiceID)
Retrieve Invoice's Attachments
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectInvoiceApi();
final pkiInvoiceID = 56; // int |
try {
final result = api_instance.invoiceGetAttachmentsV1(pkiInvoiceID);
print(result);
} catch (e) {
print('Exception when calling ObjectInvoiceApi->invoiceGetAttachmentsV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiInvoiceID | int |
InvoiceGetAttachmentsV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InvoiceGetCommunicationCountV1Response invoiceGetCommunicationCountV1(pkiInvoiceID)
Retrieve Communication count
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectInvoiceApi();
final pkiInvoiceID = 56; // int |
try {
final result = api_instance.invoiceGetCommunicationCountV1(pkiInvoiceID);
print(result);
} catch (e) {
print('Exception when calling ObjectInvoiceApi->invoiceGetCommunicationCountV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiInvoiceID | int |
InvoiceGetCommunicationCountV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InvoiceGetCommunicationListV1Response invoiceGetCommunicationListV1(pkiInvoiceID)
Retrieve Communication list
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectInvoiceApi();
final pkiInvoiceID = 56; // int |
try {
final result = api_instance.invoiceGetCommunicationListV1(pkiInvoiceID);
print(result);
} catch (e) {
print('Exception when calling ObjectInvoiceApi->invoiceGetCommunicationListV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiInvoiceID | int |
InvoiceGetCommunicationListV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InvoiceGetCommunicationrecipientsV1Response invoiceGetCommunicationrecipientsV1(pkiInvoiceID)
Retrieve Invoice's Communicationrecipient
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectInvoiceApi();
final pkiInvoiceID = 56; // int |
try {
final result = api_instance.invoiceGetCommunicationrecipientsV1(pkiInvoiceID);
print(result);
} catch (e) {
print('Exception when calling ObjectInvoiceApi->invoiceGetCommunicationrecipientsV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiInvoiceID | int |
InvoiceGetCommunicationrecipientsV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
InvoiceGetCommunicationsendersV1Response invoiceGetCommunicationsendersV1(pkiInvoiceID)
Retrieve Invoice's Communicationsender
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectInvoiceApi();
final pkiInvoiceID = 56; // int |
try {
final result = api_instance.invoiceGetCommunicationsendersV1(pkiInvoiceID);
print(result);
} catch (e) {
print('Exception when calling ObjectInvoiceApi->invoiceGetCommunicationsendersV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiInvoiceID | int |
InvoiceGetCommunicationsendersV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]