1.URL
http://124.223.60.234:8080/system/asset/driver/updateDriverInfo
or Server in US
https://cloud.aovx.com/prod/system/asset/driver/updateDriverInfo
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":"C4EF25451BEA4253B854E49C93CF8B78",
"ownerName":"王二",
"typeId":1,
"orgId":"199D9E6F70114AD3A36ACA6A9742B66D",
"vehicles":[
{
"id":"3C0D8D2E347E4A2AA44DA9F7665ECEA6"
}
],
"phoneNum":"15359621234",
"email":"571521973@qq.com",
"licenseUrl":"",
"status":1,
"descInfo":"sssss"
}
2.3.Parameters description
Field | Data type | description | required |
---|---|---|---|
id | String | Unique identifier of the asset owner | Y |
ownerName | String | Asset owner name | Y |
typeId | int | Asset owner type id | Y |
orgId | String | Organizational Unique Identification | Y |
vehicles | List | Collection of asset owner binding assets Unique Identification | Y |
phoneNum | String | Telephone | Y |
String | Contact Email | Y | |
licenseUrl | String | The ID file URL of the asset owner supports uploading multiple files, storing them in a list and converting them into JSON strings | Y |
descInfo | String | describe | Y |
status | String | Asset owner status (0: disabled; 1: enabled;) | 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 10:15
最后编辑:admin 更新时间:2024-12-27 19:48
最后编辑:admin 更新时间:2024-12-27 19:48