v1
latestOpenAPI 3.1.02026-07-2296226496.3 KBJob
Reassign task by Job ID and Task ID
Cancel the current delivery attempt and create a new task for reassignment. A new task is created on the same job configuration, allowing a different provider to fulfill the delivery.
post/v1/jobs/{jobId}/{taskId}/reassign
Path parameters
jobIdstring required
job id
job id
taskIdstring required
task id
task id
Request body
Example request
{
"pickupStartTime": "2021-01-01T00:00:00Z",
"pickupEndTime": "2021-01-01T00:15:00Z",
"dropoffStartTime": "2021-01-01T00:30:00Z",
"dropoffEndTime": "2021-01-01T01:00:00Z",
"deliveryMode": "now"
}Response
OK