Skip to main content
PATCH
/
invoices
/
stats
/
last-visited-at
Update invoice last visited at
curl --request PATCH \
  --url https://services.leadconnectorhq.com/invoices/stats/last-visited-at \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'Version: <version>' \
  --data '
{
  "invoiceId": "6578278e879ad2646715ba9c"
}
'
{
  "statusCode": 400,
  "message": "Bad Request"
}

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Body

application/json
invoiceId
string
required

Invoice Id

Example:

"6578278e879ad2646715ba9c"

Response

Last modified on March 4, 2026