import 'package:openapi/api.dart';
All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
rejectedoffertopurchaseGetCommunicationCountV1 | GET /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationCount | Retrieve Communication count |
rejectedoffertopurchaseGetCommunicationListV1 | GET /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationList | Retrieve Communication list |
rejectedoffertopurchaseGetCommunicationrecipientsV1 | GET /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationrecipients | Retrieve Rejectedoffertopurchase's Communicationrecipient |
rejectedoffertopurchaseGetCommunicationsendersV1 | GET /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationsenders | Retrieve Rejectedoffertopurchase's Communicationsender |
RejectedoffertopurchaseGetCommunicationCountV1Response rejectedoffertopurchaseGetCommunicationCountV1(pkiRejectedoffertopurchaseID)
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 = ObjectRejectedoffertopurchaseApi();
final pkiRejectedoffertopurchaseID = 56; // int |
try {
final result = api_instance.rejectedoffertopurchaseGetCommunicationCountV1(pkiRejectedoffertopurchaseID);
print(result);
} catch (e) {
print('Exception when calling ObjectRejectedoffertopurchaseApi->rejectedoffertopurchaseGetCommunicationCountV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiRejectedoffertopurchaseID | int |
RejectedoffertopurchaseGetCommunicationCountV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
RejectedoffertopurchaseGetCommunicationListV1Response rejectedoffertopurchaseGetCommunicationListV1(pkiRejectedoffertopurchaseID)
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 = ObjectRejectedoffertopurchaseApi();
final pkiRejectedoffertopurchaseID = 56; // int |
try {
final result = api_instance.rejectedoffertopurchaseGetCommunicationListV1(pkiRejectedoffertopurchaseID);
print(result);
} catch (e) {
print('Exception when calling ObjectRejectedoffertopurchaseApi->rejectedoffertopurchaseGetCommunicationListV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiRejectedoffertopurchaseID | int |
RejectedoffertopurchaseGetCommunicationListV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
RejectedoffertopurchaseGetCommunicationrecipientsV1Response rejectedoffertopurchaseGetCommunicationrecipientsV1(pkiRejectedoffertopurchaseID)
Retrieve Rejectedoffertopurchase'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 = ObjectRejectedoffertopurchaseApi();
final pkiRejectedoffertopurchaseID = 56; // int |
try {
final result = api_instance.rejectedoffertopurchaseGetCommunicationrecipientsV1(pkiRejectedoffertopurchaseID);
print(result);
} catch (e) {
print('Exception when calling ObjectRejectedoffertopurchaseApi->rejectedoffertopurchaseGetCommunicationrecipientsV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiRejectedoffertopurchaseID | int |
RejectedoffertopurchaseGetCommunicationrecipientsV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
RejectedoffertopurchaseGetCommunicationsendersV1Response rejectedoffertopurchaseGetCommunicationsendersV1(pkiRejectedoffertopurchaseID)
Retrieve Rejectedoffertopurchase'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 = ObjectRejectedoffertopurchaseApi();
final pkiRejectedoffertopurchaseID = 56; // int |
try {
final result = api_instance.rejectedoffertopurchaseGetCommunicationsendersV1(pkiRejectedoffertopurchaseID);
print(result);
} catch (e) {
print('Exception when calling ObjectRejectedoffertopurchaseApi->rejectedoffertopurchaseGetCommunicationsendersV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiRejectedoffertopurchaseID | int |
RejectedoffertopurchaseGetCommunicationsendersV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]