Get Results of Modified Invoices since the last pull
Request Type
Request Body
Shall
curl --location "URL/access/klearstack/getmodifiedinvoices" \
--header "Authorization: Bearer your_token_here" \
--form "company_name=Replace_Company_Name_Here" \
--form "username=Replace_User_Name_Here" \
--form "password=Replace_Password_Here" \
--form "document_type=Invoices"Python
Java (OkHttp)
Node.js (Axios)
JavaScript (XHR)
API Response
PreviousGet Results of Invoices Accessible By A Specific UserNextGet Results of Approved Invoices Using Date Filter
Last updated