- j8
- j4
- 数据管理
- 组织管理
- c2
- j2
- j6
- j7
- 停车管理
- 房产管理(发票抬头、发票)
- c4
- c5
- j1
- c6
- c1
- j3
- c7
- j5
- c3
- 未命名接口GET
修改成员车辆
联调中
PUT
/j7-park/park-manage/owner-vehicle/modify-owner-vehicle
业主车辆
请求参数
Body 参数application/json
carBrand
string
车辆品牌
示例值:
宝马
carColor
string
车辆颜色
示例值:
白色
carNum
string
车牌号
示例值:
京A411111
carType
string
车辆类型
示例值:
家用小汽车
id
string
车辆id
示例值:
802023061661080000
remark
string
备注
示例值:
长期停放
示例
{
"carBrand": "宝马",
"carColor": "白色",
"carNum": "京A411111",
"carType": "家用小汽车",
"id": 802023061661080000,
"remark": "长期停放"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT '/j7-park/park-manage/owner-vehicle/modify-owner-vehicle' \
--header 'Content-Type: application/json' \
--data-raw '{
"carBrand": "宝马",
"carColor": "白色",
"carNum": "京A411111",
"carType": "家用小汽车",
"id": 802023061661080000,
"remark": "长期停放"
}'
返回响应
🟢200成功
*/*
Body
code
integer <int32>
状态码
示例值:
10000
data
string
数据对象
message
string
提示消息
示例值:
提示消息内容
示例
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}
🟢201成功
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2025-06-16 06:22:22