Add Charging Station

Last Updated on : 2023-06-21 07:12:53download

Add a charging stations, and maintain the selling price of devices in the same station.

API address

POST: /v1.0/iot-02/charging-pile/device/shop

Request parameter

Parameter name Type IN Required Description
req ShareDeviceShopAddReq false The input parameter.

Description of req

Parameter name Type IN Required Description
shop_name String false The name of a specified charging station.
username String false The contact person of a specified charging station.
mobile String false The contact person’s phone number.

Return parameter

Parameter name Type Description
result String The ID of the charging station.

Request example

POST:

Return example

{ "result": "13932a3f6ac1****", "t": 1630056214213, "success": true }

Error code

For more information, see error code.