Creates and returns a new Task
object.
HTTP request
POST https://fleetengine.googleapis.com/v1/{parent=providers/*}/tasks
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Must be in the format |
Query parameters
Parameters | |
---|---|
header |
Optional. The standard Delivery API request header. |
task |
Required. The Task ID must be unique, but it should be not a shipment tracking ID. To store a shipment tracking ID, use the
|
Request body
The request body contains an instance of Task
.
Response body
If successful, the response body contains a newly created instance of Task
.