Update Order

To update task(s) in the order

To update any information regarding the order task pairs, example request JSON payload:

curl -i -X PUT "https://onfleet.com/api/v2/taskOrders/MasITvWLV8FOEcvl8Pnp4cly" \
     -u "c64f80ba83d7cfce8ae74f51e263ce93:" \
		 -d {"pickupTask":{"notes":"hello"},"dropoffTask":{"notes":"hello"}

📘

Pairing

You must include both the pickupTask and dropoffTask objects in order to complete this request

📘

Update fields

You will need the order IDs and not the individual Task IDs for updating the orders. The following can be updated until the order is active: requirements, recipients, and note. Order/Task pairs cannot be updated once completed.