路网数字化服务 DRIS-修改车辆:请求示例

时间:2023-11-24 17:00:09

请求示例

PUT https://{endpoint}/v1/{project_id}/vehicles/{vehicle_id}
Content-Type:application/json
X-Auth-Token:********
Instance-Id:********

{
  "imei" : "imei",
  "brand" : "polo",
  "model" : "model",
  "style" : "2020",
  "fuel_type" : "gasoline",
  "color" : "blue",
  "plate_color" : "black",
  "access_type" : "5g",
  "description" : "description"
}
support.huaweicloud.com/api-v2x/v2x_04_0192.html