Left Destination (Way Point)

The Left Way Point callback occurs when the user (driver) notifies Bringg the user (driver) departed from a way point in an order. This callback returns detailed information describing the driver's departure from the way point.


Response

{
  "id": 33363526,
  "scheduled_at": "2020-10-30T10:00:00.000Z",
  "task_id": 24981076,
  "customer_id": 12744836,
  "eta": null,
  "etl": "2020-10-08T07:20:42.018Z",
  "name": "Warehouse",
  "address": "5210 TRADEMARK DRIVE, RALEIGH, NC",
  "address_second_line": null,
  "done": true,
  "address_type": null,
  "location_name": null,
  "no_earlier_than": null,
  "no_later_than": null,
  "lat": 35.7686299,
  "lng": -78.5487832,
  "phone": null,
  "note": null,
  "allow_editing_inventory": true,
  "must_approve_inventory": false,
  "zipcode": "27610",
  "borough": null,
  "city": "Raleigh",
  "state": null,
  "pickup_dropoff_option": 0,
  "etos": 300,
  "position": 1,
  "webhook_type": "way_point_left",
  "merchant_id": 275
}
{
  "way_point": {
    "id": 24250485,
    "lat": 41.32918,
    "lng": 2.04919,
    "address": "Centro Comercial , Carrer de les Alberedes, 9",
    "position": 1,
    "scheduled_at": "2021-01-08T08:35:00.000Z",
    "checkin_time": "2021-01-10T15:38:44.585Z",
    "checkout_time": "2021-01-10T15:38:44.585Z",
    "customer": {
      "name": "Tienda Sant Boi [013]",
      "address": "Centro Comercial Sant Boi, Carrer de les Alberedes, 9"
    },
    "task": {
      "id": 20045176,
      "title": "Pedido 013-943462",
      "external_id": "013-943462-20210105",
      "user": {
        "id": 24008,
        "name": "ADER/Andy Noriega Gil",
        "external_id": "1973LFM",
        "company": {
          "name": "Ader"
        }
      },
      "teams": [
        {
          "id": 3616,
          "name": "Sant Boi [013]",
          "external_id": "013"
        }
      ]
    }
  },
  "webhook_type": "way_point_left",
  "merchant_id": 178
}

Output Params

The Left Destination webhook includes parameters from the Way Point Object.