POST
https://api.moveinsync.com/integration/{{Client BUID}}/rentlz/booking/status
HEADERS
Bodyraw (json)
{ "bookingId": "{{MoveInSync BookingID}}", "status": "{{Acceptance Status}}", "reason": "{{Reason for rejection}}" }
POST
https://api.moveinsync.com/integration/{{Client BUID}}/rentlz/booking/assign/cab-driver
HEADERS
Bodyraw (json)
{ "bookingId": "{{MoveInSync BookingID}}", "cabRegNo": "{{Vehicle Registration Number}}", "driverName": "{{Driver Name}}", "driverMobile": "{{Driver Phone Number}}", "cabType": "{{Predefined Vehicle Type}}" }
POST
https://api.moveinsync.com/integration/{{Client BUID}}/rentlz/booking/otp
HEADERS
Bodyraw (json)
{ "bookingId": "{{MoveInSync BookingID}}", "signInOtp": "{{Sign In OTP}}", "singOutOtp": "{Sign Out OTP}}" }
POST
https://api.moveinsync.com/integration/{{Client BUID}}/rentlz/booking/start-end
HEADERS
Bodyraw (json)
{ "bookingId": "{{MoveInSync BookingID}}", "lat": "{{Latitude Geocord}}", "lang": "{{Longitude Geocord}}", "time": {{Event Time}}, "eventName": "{{Event Name}}" }
POST
https://api.moveinsync.com/integration/{{Client BUID}}/rentlz/booking/track
HEADERS
Bodyraw (json)
{ "bookingId": "{{MoveInSync Booking ID}}", "mBearing": {{Bearing}}, "mSpeed": {{Speed}}, "mStep": {{Step}}, "mAccuracy": {{Accuracy}}, "type": "{{Type}}", "time": {{Time}}, "latitude": {{Latitude Geocord}}, "longitude": {{Longitude Geocord}} }
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article