Rescheduling Functionality
When reassigning a task, you can update the following time-related fields to reschedule the task:pickupStartTime
pickupEndTime
dropoffStartTime
dropoffEndTime
Body
Body for reassign task endpoint.
New pickup start time
"2021-01-01T00:00:00Z"
New pickup end time
"2021-01-01T00:15:00Z"
New dropoff start time
"2021-01-01T00:30:00Z"
New dropoff end time
"2021-01-01T01:00:00Z"
New package delivery mode.
now
, scheduled
"now"
Response
OK
A Nash Job.
Job ID
"job_01234567890"
Created at
"2023-08-29T19:17:46.264523"
Portal URL
"https://usenash.com/portal/job_abc123"
Is the job active
true
Is the job a batch
false
Job configurations
External identifier
"mini-mart-order-99"
Job metadata
{ "key": "value" }
Options group Generic serializer for options groups used in many endpoints.
7-digit non-unique human-readable reference code for the job.
"0123456"
Selected configuration
{ "tasks": [] }
Job specification
{ "packages": [] }
Route Represents a planned sequence of stops for a delivery or batch.