Update Way Point

Update a Way Point

The Update Way Point endpoint can modify each and every attribute of an existing way point.

curl --include \
     --request PATCH \
     --header "Content-Type: application/json" \
     --data-binary "{\"company_id\": 1, \"customer_id\":1, \"scheduled_at\": \"2013-10-17T22:47:58.000Z\", \"address\": \"416 Water St. New York, NY 10002\", \"lat\": 32.4345345, \"lng\": 34.534534, \"timestamp\":\"1414421210832\", \"access_token\":\"K2Pxkwvx6-3PtW44zvEV\", \"signature\":\"db00061fa75f869c968f72d48449e457ae06959a\"}" \
https://api.bringg.com/partner_api/tasks/{task_id}/way_points{id}
Language