Uses of Class
Avalara.SDK.api.EInvoicing.V1.DocumentsApi.GetDocumentListRequest
-
Packages that use DocumentsApi.GetDocumentListRequest Package Description Avalara.SDK.api.EInvoicing.V1 -
-
Uses of DocumentsApi.GetDocumentListRequest in Avalara.SDK.api.EInvoicing.V1
Methods in Avalara.SDK.api.EInvoicing.V1 that return DocumentsApi.GetDocumentListRequest Modifier and Type Method Description DocumentsApi.GetDocumentListRequestDocumentsApi. getGetDocumentListRequest()Getter function to instantiate Request classMethods in Avalara.SDK.api.EInvoicing.V1 with parameters of type DocumentsApi.GetDocumentListRequest Modifier and Type Method Description DocumentListResponseDocumentsApi. getDocumentList(DocumentsApi.GetDocumentListRequest requestParameters)Returns a summary of documents for a date range Get a list of documents on the Avalara E-Invoicing platform that have a processing date within the specified date range.okhttp3.CallDocumentsApi. getDocumentListAsync(DocumentsApi.GetDocumentListRequest requestParameters, ApiCallback<DocumentListResponse> _callback)Returns a summary of documents for a date range (asynchronously) Get a list of documents on the Avalara E-Invoicing platform that have a processing date within the specified date range.okhttp3.CallDocumentsApi. getDocumentListCall(DocumentsApi.GetDocumentListRequest requestParameters, ApiCallback _callback)Build call for getDocumentListApiResponse<DocumentListResponse>DocumentsApi. getDocumentListWithHttpInfo(DocumentsApi.GetDocumentListRequest requestParameters)Returns a summary of documents for a date range Get a list of documents on the Avalara E-Invoicing platform that have a processing date within the specified date range.
-