Commerce
payments, invoices & products api
API to update estimate last visited at by estimate id
cURL
curl --request PATCH \ --url https://services.leadconnectorhq.com/invoices/estimate/stats/last-visited-at \ --header 'Content-Type: application/json' \ --header 'Version: <version>' \ --data ' { "estimateId": "5f9d6d8b1b2d2c001f2d9e4b" } '
{ "statusCode": 400, "message": "Bad Request" }
API Version
2021-07-28
Estimate Id
"5f9d6d8b1b2d2c001f2d9e4b"
Was this page helpful?