实例化与按需共享车辆或配送服务提供商关联的新车辆。每个 Vehicle
都必须具有唯一的车辆 ID。
创建 Vehicle
时,以下 Vehicle
字段是必填字段:
vehicleState
supportedTripTypes
maximumCapacity
vehicleType
创建 Vehicle
时,系统会忽略以下 Vehicle
字段:
name
currentTrips
availableCapacity
currentRouteSegment
currentRouteSegmentEndPoint
currentRouteSegmentVersion
currentRouteSegmentTraffic
route
waypoints
waypointsVersion
remainingDistanceMeters
remainingTimeSeconds
eta_to_next_waypoint
navigationStatus
所有其他字段都是可选字段,如果提供,系统会使用这些字段。
HTTP 请求
POST https://fleetengine.googleapis.com/v1/{parent=providers/*}/vehicles
网址采用 gRPC 转码语法。
路径参数
参数 | |
---|---|
parent |
必需。必须采用 |
查询参数
参数 | |
---|---|
header |
标准的 Fleet Engine 请求标头。 |
vehicle |
必需。唯一车辆 ID。受以下限制:
|
请求正文
请求正文包含一个 Vehicle
实例。
响应正文
如果成功,响应正文将包含一个新创建的 Vehicle
实例。