Generate an executeToken that can be used for recharges

https://api.sciener.com/v3/waterMeter/createExecuteToken

Before both gateway recharge and APP SDK Bluetooth recharge, you need to request this interface to obtain the executeToken.

Then, pass the obtained executeToken as a parameter to either the gateway top-up or the APP SDK Bluetooth recharge.

1 Request example

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

2 Request parameters

NameTypeRequiredDescription
clientIdStringYAssigned client_id from created application
accessTokenStringYAccess token, obtain by calling get access token API
dateLongYCurrent time (timestamp, in milliseconds)
waterMeterIdStringYWater Meter ID
rechargeM3DoubleYRecharge warter amount
rechargeAmountStringYRecharge money amount

3 Response and example

NameTypeDescription
executeTokenStringexecuteToken