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 Paramstask_external_idstringYour ID for the order.pickup_dropoff_optionintegerDefine if the driver is performing a pickup or delivery (drop off) at the destination. 0 = Pickup 1 = Drop Off Only 2 = Exchange (Drop Off and Pickup)external_idstringYour ID for the inventory item.quantityintegerThe amount of that item delivered.rejected_quantityintegerThe amount of that item not delivered.reason_to_change_inventory_idintegerIndicates the reasons given by the customer when rejecting inventory items.latdoubleThe checkout location's latitude coordinate.lngdoubleThe checkout location's longitude coordinates.time_atdate-timeThe actual time the event happened. NOTE: Only to be used to report retrospect events.Responses 200200 400400Updated 12 months ago