Skip to content

Latest commit

 

History

History
102 lines (62 loc) · 2.59 KB

ObjectInvoiceApi.md

File metadata and controls

102 lines (62 loc) · 2.59 KB

ObjectInvoiceApi

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
invoiceGetCommunicationListV1 GET /1/object/invoice/{pkiInvoiceID}/getCommunicationList Retrieve Communication list

invoiceGetAttachmentsV1

InvoiceGetAttachmentsV1Response invoiceGetAttachmentsV1(pkiInvoiceID)

Retrieve Invoice's Attachments

Example

// Import classes:
//import org.openapitools.client.api.ObjectInvoiceApi;

ObjectInvoiceApi apiInstance = new ObjectInvoiceApi();
Integer pkiInvoiceID = null; // Integer | 
try {
    InvoiceGetAttachmentsV1Response result = apiInstance.invoiceGetAttachmentsV1(pkiInvoiceID);
    System.out.println(result);
} catch (ApiException e) {
    System.err.println("Exception when calling ObjectInvoiceApi#invoiceGetAttachmentsV1");
    e.printStackTrace();
}

Parameters

Name Type Description Notes
pkiInvoiceID Integer [default to null]

Return type

InvoiceGetAttachmentsV1Response

Authorization

Authorization

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

invoiceGetCommunicationListV1

InvoiceGetCommunicationListV1Response invoiceGetCommunicationListV1(pkiInvoiceID)

Retrieve Communication list

Example

// Import classes:
//import org.openapitools.client.api.ObjectInvoiceApi;

ObjectInvoiceApi apiInstance = new ObjectInvoiceApi();
Integer pkiInvoiceID = null; // Integer | 
try {
    InvoiceGetCommunicationListV1Response result = apiInstance.invoiceGetCommunicationListV1(pkiInvoiceID);
    System.out.println(result);
} catch (ApiException e) {
    System.err.println("Exception when calling ObjectInvoiceApi#invoiceGetCommunicationListV1");
    e.printStackTrace();
}

Parameters

Name Type Description Notes
pkiInvoiceID Integer [default to null]

Return type

InvoiceGetCommunicationListV1Response

Authorization

Authorization

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json