All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
rejectedoffertopurchaseGetCommunicationListV1 | GET /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationList | Retrieve Communication list |
RejectedoffertopurchaseGetCommunicationListV1Response rejectedoffertopurchaseGetCommunicationListV1(pkiRejectedoffertopurchaseID)
Retrieve Communication list
// Import classes:
//import org.openapitools.client.api.ObjectRejectedoffertopurchaseApi;
ObjectRejectedoffertopurchaseApi apiInstance = new ObjectRejectedoffertopurchaseApi();
Integer pkiRejectedoffertopurchaseID = null; // Integer |
try {
RejectedoffertopurchaseGetCommunicationListV1Response result = apiInstance.rejectedoffertopurchaseGetCommunicationListV1(pkiRejectedoffertopurchaseID);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObjectRejectedoffertopurchaseApi#rejectedoffertopurchaseGetCommunicationListV1");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
pkiRejectedoffertopurchaseID | Integer | [default to null] |
RejectedoffertopurchaseGetCommunicationListV1Response
- Content-Type: Not defined
- Accept: application/json