Get Results of Invoices Accessible By A Specific User

Endpoint Name: getuserdocuments

Endpoint Details:This API is used to get the results of all the invoices uploaded by that particular user of a company.

Authorization: Bearer token as header

Request Type

Method

URL

POST

URL/access/klearstack/getuserdocuments

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

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