Add wireless.keypad
https://api.sciener.com/v3/wirelessKeypad/add
Add a wireless.keypad to a lock
1. Description
Name Type Required Description
clientId String Y The app_id which is assigned by system when you create an application
accessToken String Y Access token
lockId Int Y Lock ID
wirelessKeypadNumber String Y wireless.keypad serial number
wirelessKeypadName String Y wireless.keypad name
wirelessKeypadMac String Y wireless.keypad mac
wirelessKeypadFeatureValue String Y feature value of wireless.keypad
date Long Y Current time (timestamp in millisecond)
2.Response
Parameter Type Description
wirelessKeypadId Int wireless.keypad ID
3.Example of response
{
    "wirelessKeypadId": 24242
}