POST
https://api.moveinsync.com/integration/{{Client BUID}}/rentlz/booking/raw-invoicing-data
HEADERS
Bodyraw (json)
{
"bookingId": "{{booking_id}}",
"tripKm": {{trip_km}},
"tripHr": {{trip_hr}},
"driverDayBataCount": {{driver_day_bata_count}},
"driverNightBataCount": {{driver_night_bata_count}},
"garageToPickupKm": {{garage_to_pickup_km}},
"dropToGarageKm": {{drop_to_garage_km}},
"garageHr": {{garage_hr}},
"waitingTime": {{waiting_time}},
"escortFareApplicable": {{escort_fare_applicable}},
"numberOfDays": {{number_of_days}},
"legs": [
{
"legDistance": {{leg_1_distance}},
"legStartTime": {{leg_1_start_time}},
"legEndTime": {{leg_1_end_time}}
},
{
"legDistance": {{leg_2_distance}},
"legStartTime": {{leg_2_start_time}},
"legEndTime": {{leg_2_end_time}}
}
],
"client": "{Pwc-India}}"
}POST
https://api.moveinsync.com/integration/{{Client BUID}}/rentlz/booking/invoice
HEADERS
Bodyraw (json)
{
"bookingId": "{{booking_id}}",
"invoiceId": "{{invoice_id}}",
"client": "{Pwc-India}}"
"extension": "{{file_extension}}",
"file": [
{{file_1}},
{{file_2}},
{{file_3}},
{{file_4}}
],
"isNewFile": "true/false"
"invoiceDate": {{invoice_date}},
"invoiceSubmissionDate" : {{invoice_submission_date}}
}POST
https://api.moveinsync.com/integration/{{Client BUID}}/rentlz/booking/milestones
HEADERS
Bodyraw (json)
{
"bookingId": "{{booking_id}}",
"isLastPacket": true,
"client": "{Pwc-India}}",
"milestones": [
{
"mBearing": {{m_bearing}},
"mSpeed": {{m_speed}},
"mStep": {{m_step}},
"mAccuracy": {{m_accuracy}},
"type": "{{type}}",
"time": {{time}},
"latitude": {{latitude}},
"longitude": {{longitude}}
},
{
"mBearing": {{m_bearing}},
"mSpeed": {{m_speed}},
"mStep": {{m_step}},
"mAccuracy": {{m_accuracy}},
"type": "{{type}}",
"time": {{time}},
"latitude": {{latitude}},
"longitude": {{longitude}}
}
]
}GET
https://api.moveinsync.com/integration/{{Client BUID}}/rentlz/booking/expense-types
HEADERS
POST
https://api.moveinsync.com/integration/{{Client BUID}}/rentlz/booking/expense
HEADERS
Bodyraw (json)
[
{
"id": {{id}},
"typeId": "{{type_id}}",
"typeName": "{{type_name}}",
"docUrl": {{doc_url}},
"bookingId": "{{booking_id}}",
"approvalStatus": "{{approval_status}}",
"state": "{{state}}",
"channel": "{{channel}}",
"amount": {{amount}},
"expenseDate": {{expense_date}},
"extension": "{{file_extension}}",
"file": [
{{file_1}},
{{file_2}},
{{file_3}},
{{file_4}}
],
"userId": "{{user_id}}",
"client": "{Pwc-India}}",
"newFile": {{new_file}},
"comment": "{{comment}}",
"vendorId": {{vendor_id}}
}
]GET
https://api.moveinsync.com/integration/{{Client BUID}}/rentlz/booking/expense/{{MoveInSync Booking ID}}
HEADERS
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