1.URL

http://124.223.60.234:8080/system/asset/terminal/updateTerminalInfo
or
https://cloud.aovx.com/prod/system/asset/terminal/updateTerminalInfo

2.Request parameters

2.1.Request headers

Add token in Headers: After successful login verification, the corresponding tokenId in user login response data

2.2.Parameters example

{
    "id":"ABF56059F97145599DC76A06EE21F071",
    "terminalNum":"13100000010",
    "customNum":"010",
    "orgId":"199D9E6F70114AD3A36ACA6A9742B66D",
    "vehicleId":"",
    "vehicleNum":"",
    "typeId":808,
    "simNum":"13100000010",
    "iccid":"",
    "imei":"",
    "status":1,
    "descInfo":"部标测试010",
    "expireTime":"2023-02-01 00:00:00"
}

2.3.Parameters description

Field Data type description required
id String Device Unique Identification Y
terminalNum String Device SID number Y
customNum String Customer defined device ID Y
orgId String Organizational Unique Identification Y
vehicleId String Unique identifier of the bound asset Y
vehicleNum String The asset number bound, if an asset is selected during registration, this value needs to be passed in to the selected asset number; If vehicleId is empty but vehicleNum has a value, it will determine whether the currently selected organization has this asset. If so, complete the binding with the asset. If not, create an asset to bind with the terminal Y
typeId int Device type ID (corresponding to the terminalTypeId in the Device type list) Y
simNum String SIM Y
iccid String ICCID Y
imei String IMEI Y
descInfo String Device Description Y
status int Device status (0: disabled; 1: enabled) Y
expireTime String Device Services Expiration Time Y

3.Response content

3.1.Response example

{
    "code": 200,
    "message": "Operation succeeded",
    "data": null
}

3.2.Response description

Field Data type description
code int Return code
message String Return message
data object Response data
作者:admin  创建时间:2023-04-25 09:55
最后编辑:admin  更新时间:2025-06-08 17:36