Skip to main content
PATCH
/
invoices
/
estimate
/
stats
/
last-visited-at
Update estimate last visited at
curl --request PATCH \
  --url https://services.leadconnectorhq.com/invoices/estimate/stats/last-visited-at \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'Version: <version>' \
  --data '
{
  "estimateId": "5f9d6d8b1b2d2c001f2d9e4b"
}
'
{
  "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
estimateId
string
required

Estimate Id

Example:

"5f9d6d8b1b2d2c001f2d9e4b"

Response

Last modified on March 4, 2026