Upload records

https://api.sciener.com/v3/lockRecord/upload

When developing your own APP base on our APP SDK, you can read lock records by your own APP, refer to this doc: Read lock records by APP SDK. You may upload the records to cloud server, then you can query it.

1 Request example

POST, ContentType:application/x-www-form-urlencoded

2 Request parameters

NameTypeRequiredDescription
clientIdStringYclient_id from Create application
accessTokenStringYAccess token,refer to: Get access token
lockIdIntYLock ID, generated by Lock init
recordsStringYLock records, please make sure it's read from lock by APP SDK.
dateLongYCurrent time (timestamp in millisecond)

3 Response and example

ParameterTypeDescription
errcodeIntError code
errmsgStringError message