Creates a trip in the Fleet Engine and returns the new trip.
HTTP request
POST https://fleetengine.googleapis.com/v1/{parent=providers/*}/trips
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Must be in the format |
Query parameters
Parameters | |
---|---|
header |
The standard Fleet Engine request header. |
trip |
Required. Unique Trip ID. Subject to the following restrictions:
|
Request body
The request body contains an instance of Trip
.
Response body
If successful, the response body contains a newly created instance of Trip
.