{
"id": "string",
"plateNo": "string",
"plateColor": "string",
"linkPerson": "string",
"linkPhone": "string",
"rollType": 0,
"名单类型": "string",
"rollStatus": 1,
"remark": "string",
"createdName": "string",
"createdTime": "string",
"updatedName": "string",
"updatedTime": "string",
"restrictionType": "string",
"restrictionTypeName": "string"
}
curl --location --request PUT 'http://dev-cn.your-api-server.com/vehicle/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"plateNo": "string",
"plateColor": "string",
"linkPerson": "string",
"linkPhone": "string",
"rollType": 0,
"名单类型": "string",
"rollStatus": 1,
"remark": "string",
"createdName": "string",
"createdTime": "string",
"updatedName": "string",
"updatedTime": "string",
"restrictionType": "string",
"restrictionTypeName": "string"
}'
{
"code": 0,
"msg": "",
"data": {
"id": "",
"plateNo": "",
"plateColor": "",
"linkPerson": "",
"linkPhone": "",
"rollType": 0,
"名单类型": "",
"rollStatus": 0,
"remark": "",
"createdName": "",
"createdTime": "",
"updatedName": "",
"updatedTime": "",
"restrictionType": "",
"restrictionTypeName": ""
}
}