Get Extracted Results For Invoices In a Batch Id
Endpoint Name: getbatchdocuments
Request type : POST
Authorization : Bearer token as header
Endpoint Details: API is used to get the extracted data/results for invoices that belong to a specific batch id.
Request Type
Method
URL
POST
URL/access/klearstack/getbatchdocuments
Request Body
Params
Values
Required
Description
username
string
Yes
Username for a particular user of a company
password
string
Yes
Password for a particular user of a company
company_name
string
Yes
Name of the company
batch_id
string
Yes
Batch ID of a specific batch.
Request Code Samples
Shell
Request Body
Python
Request Body
Java (OkHttp)
Request Body
Node.js (Axios)
Request Body
JavaScript (XHR)
Request Body
API Response
Status Code
Response
200
403
Forbidden: Client Error
501
Server Error
PreviousUpload Multiple Documents In A Zip Folder And Get Batch IdNextGet Extracted Results For Invoices In Between Date Range
Last updated