Arrived to Destination (Check-in)

The Arrived to destination callback occurs when the user (driver) notifies Bringg the user (driver) arrived at a way point in an order. This callback returns detailed information describing the driver's arrival at the destination.

Response

{
   "id": 22465011,
   "scheduled_at": "2020-11-25T15:00:00.000Z",
   "task_id": 18623172,
   "customer_id": 16100117,
   "eta": "2020-11-25T13:53:04.000Z",
   "etl": "2020-11-25T13:57:08.000Z",
   "name": "Customer Name",
   "address": "155 YORK WAY",
   "address_second_line": "",
   "done": false,
   "address_type": null,
   "location_name": null,
   "no_earlier_than": "2020-11-25T14:00:00.000Z",
   "no_later_than": "2020-11-25T15:00:00.000Z",
   "lat": 51.5481276,
   "lng": -0.1280183,
   "phone": null,
   "note": null,
   "allow_editing_inventory": true,
   "must_approve_inventory": true,
   "zipcode": "N7 9LN",
   "borough": "",
   "city": "LONDON",
   "state": "",
   "pickup_dropoff_option": 1,
   "etos": 300,
   "position": 2,
   "webhook_type": "way_point_arrived",
   "merchant_id": 46
}

Output Params

The Arrived to Destination webhook includes parameters from the Way Point Object.