Get Extracted Results For Invoices In a Batch Id

Endpoint Name: getbatchdocuments

Endpoint Details:API is used to get the extracted data/results for invoices that belong to a specific batch id.

Authorization: Bearer token as header

Request Type

Method

URL

POST

URL/access/klearstack/getbatchdocuments

Request Body

Type

Params

Values

Description

POST

company_name

string

Name of the company

POST

username

string

Username for a particular user of a company

POST

password

string

Password for a particular user of a company

POST

batch_id

string

Batch ID of a specific batch.

POST

approve_flag

string

If approve_flag is true, then it returns the invoices which are approved.

POST

save_flag

string

If save_flag is true, then it returns the invoices which are saved

Last updated