Checkout (Left Destination)Copy Pagepost https://developer-api.bringg.com/services/0cik4t9g/{service_uuid1}/{service_uuid2}Use to indicate the driver left a destination. If the driver checks out of the last destination, then this API call will complete the order (order status will change to 4).Path Paramsservice_uuid1stringrequiredservice_uuid2stringrequiredBody ParamsidintegerrequiredBringg's ID for the order. Required if no external_id.external_idstringrequiredYour ID for the order. Required if no id.latdoubleThe checkout location's latitude coordinate.lngdoubleThe checkout location's longitude coordinates.time_atdate-timeenumThe time the checkout event happened in UTC. Default value if not provided is the current date-time when the call is received. This field can be utilized to report retrospective events.2026-06-01T12:30:00.000Z"2026-06-01T12:18:00.000Z"Allowed:"2026-06-01T12:18:00.000Z"Responses 200200 400400Updated 8 days ago