Skip to main content

Reschedule Object

When the move.rescheduled event is emitted, the move has been attempted, but needs to be rescheduled to a new date. This event will be emitted when the move has successfully been rescheduled. The payload will contain the original move object and the newMove object.

host: webhook.site
content-length: 2885
hopdrive-event: move_rescheduled
user-agent: HopDrive-Webhooks/1.0.0
hopdrive-signature: t=1726067249938, v1=49240b84442ebcd5814768d7ae3d79f01ccec5dfc9d751d8ad73a3daf4cb3ed3
content-type: application/json
accept: application/json, text/plain

{
"data": {
"move": {
"charge": {},
"deliver_by_time_utc": "2024-09-11T17:20:00+00: 00",
"delivery_location": {
"full_address": "2505 Semmes Ave, Richmond, VA 23225, USA",
"google_place_id": "ChIJ-xk-EHgRsYkRy5xIFLUWYW4",
"lat": 37.5203882,
"location_id": 402,
"lon": -77.4595419,
"name": "2505 Semmes Ave"
},
"delivery_photos": [],
"move": {
"cancel_reason": "Attempted but will try to rescheduled",
"cancel_status": "rescheduled",
"dealer_contact": null,
"delivery_arrived": null,
"delivery_started": null,
"delivery_successful": null,
"delivery_workflow_data": {

},
"id": 24394,
"lane_uri": "https://api.hopdrive.com/v1/lanes/48243",
"move_uri": "https://api.hopdrive.com/v1/moves/24394",
"pickup_arrived": null,
"pickup_started": null,
"pickup_successful": null,
"pickup_workflow_data": {

},
"portal_url": "https://dealer.hopdrive.io/moves/24394",
"reference_num": null,
"rooftop": 9,
"settled": false,
"special_instructions": null,
"status": "dispatched",
"vehicle": {
"color": "gray",
"make": "Ford",
"model": "Explorer",
"stock": "123456",
"vin": "JH4DB7650SS002893",
"year": "2022"
},
"workflowset": {
"id": 1,
"name": "Default",
"description": "Captures standard pickup and delivery data"
}
},
"pickup_location": {
"full_address": "10024 Robious Rd, Bon Air, VA 23235, United States",
"google_place_id": "ChIJuzgEm6FtsYkRI4pi0K76MNg",
"lat": 37.5075302,
"location_id": 5121,
"lon": -77.5795898,
"name": "10024 Robious Rd"
},
"pickup_photos": [],
"ready_by_time_utc": "2024-09-11T16:20:00+00: 00"
},
"newMove": {
"charge":{},
"deliver_by_time_utc": "2024-09-14T16:07:00+00: 00",
"delivery_location": {
"full_address": "2505 Semmes Ave, Richmond, VA 23225, USA",
"google_place_id": "ChIJ-xk-EHgRsYkRy5xIFLUWYW4",
"lat": 37.5203882,
"location_id": 402,
"lon": -77.4595419,
"name": "2505 Semmes Ave"
},
"delivery_photos": [],
"move": {
"cancel_reason": null,
"cancel_status": "not cancelled",
"dealer_contact": null,
"delivery_arrived": null,
"delivery_started": null,
"delivery_successful": null,
"delivery_workflow_data": {

},
"id": 24395,
"lane_uri": "https://api.hopdrive.com/v1/lanes/48243",
"move_uri": "https://api.hopdrive.com/v1/moves/24395",
"pickup_arrived": null,
"pickup_started": null,
"pickup_successful": null,
"pickup_workflow_data": {

},
"portal_url": "https://dealer.hopdrive.io/moves/24395",
"reference_num": null,
"rooftop": 9,
"settled": false,
"special_instructions": null,
"status": null,
"vehicle": {
"color": "gray",
"make": "Ford",
"model": "Explorer",
"stock": "123456",
"vin": "JH4DB7650SS002893",
"year": "2022"
},
"workflowset": {
"id": 1,
"name": "Default",
"description": "Captures standard pickup and delivery data"
}
},
"pickup_location": {
"full_address": "10024 Robious Rd, Bon Air, VA 23235, United States",
"google_place_id": "ChIJuzgEm6FtsYkRI4pi0K76MNg",
"lat": 37.5075302,
"location_id": 5121,
"lon": -77.5795898,
"name": "10024 Robious Rd"
},
"pickup_photos": [],
"ready_by_time_utc": "2024-09-14T15:07:00+00: 00"
}
},
"id": "8eb74f02-704f-11ef-afc7-059447da2211",
"object": "event",
"type": "move.rescheduled",
"version": "1.0.0"
}