Status
GET
https://api.boxnmove.com/business/order-status/{OrderId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.boxnmove.com/business/order-status/' \
--header 'Authorization: Basic Og=='
Response Response Example
{
"order": {
"OrderId": "XYZZZZZ",
"StatusId": 11,
"DriverId": 88727,
"RiderId": 167267,
"PickUpLatitude": 28.621888080271027,
"DropOffLatitude": 28.570856965608034,
"DropOffLongitude": 77.31377564370632,
"PickUpLongitude": 77.38637801259756,
"PickUpAddress": "81, Block E, Sector 63, Noida, Hazratpur Wajidpur, Uttar Pradesh 201301, India",
"DropOffAddress": "06, FC8, Film City, Sector 16A, Noida, Uttar Pradesh 201301, India",
"NeedHelper": 0,
"DriverHelperFees": 0,
"CouponCode": null,
"Amount": 160,
"TotalDistance": 12129,
"PickupOtp": "6992",
"DropOffOtp": "7055",
"VehicleId": 5,
"CreatedAt": 1716392574,
"UpdatedAt": 1716395389,
"DriverDeviceId": "88727",
"VehicleNumberPlate": "DLxxxxx577",
"VehicleName": "Bike",
"RiderName": "Jhon Doe",
"DriverName": "Mark Finn",
"DriverMobile": "9999999999",
"RiderMobile": "9999999999",
"PickUpTripId": "xxxxxxxx",
"DropOffTripId": "xxxxxxx",
"GoodsTypeId": 1,
"PickUpContactNo": "xxxxxxx",
"PickUpContactName": "xxxxxxx",
"RecieverContactNo": "99999999999",
"RecieverContactName": "xxxxxx",
"PickupTrackingUrl": "https://api.boxnmove.com/track/order/XXXXXXX",
"DropOffTrackingUrl": "https://api.boxnmove.com/track/order/XXXXXXX",
"EstimatedJourneyTime": 1350,
"ActualJourneyTime": 2164,
"ActualAmount": 160,
"PaymentMode": 2,
"ActualJourneyDistance": 11662,
"ReceivedPaymentMode": 2,
"DriverTip": 0,
"PaymentStatus": 1,
"AmountReceived": 160,
"CancelReason": null,
"CancelledBy": 0,
"DiscountAmount": 0,
"MoverCommission": 0,
"DriverReward": 0,
"DropOffTripStartAt": "2024-05-22T15:53:30.716769",
"ZoneId": 2,
"PricingId": 0,
"IsOutStation": 0,
"DestinationPolyline": "wmumDsoiwME`BvDP~H\\jCH~FXhG\\vI^vCRbCDfI^fJd@bIZN@?LSfGk@rQxGP~OVjFLjMTnDFAgLp@@BvGA`DM|KGnFOpHO|JIlD[vHAx@Dv@ZxBl@jBdAjB|D~FxAxBpC~D~A~B|BlDr@bAlC~DnGdJvE~GhAdBvDpFxAzBvClEb@x@`HbKbCnDbGdJrBzCnDdFd@t@hBbCfDlFfCvD`GtI`AxAV\\lB|CfD|Eh@t@fAzATb@nArBh@z@vEfHdG`Jv@lAnC`ElFbId@p@zLnQx@rArAlB|@lAlBpC`DvEn@|@tHxJfFtGfCxDx@xAN^FTRdAlAnIZpDXvARrATjCp@hIBVCFIHKBO?IGKOg@oFs@F_Df@c@T{@n@mAx@cEjCgL~HeAn@",
"PickupPolyline": "_jvmDoigwMxAFjKd@@O?I@QNoBDmATgIRqHPoDFSVe@lCJFCFUPoDgCK}FU?WLmEPkGZwK~Lf@HuCzFV",
"DestinationArrivalBy": "2024-05-22T16:15:10.680386",
"PickupArrivalBy": "2024-05-22T15:50:56.792024",
"NoOfStops": 0,
"OrderPlacedAt": "2024-05-22T15:42:54.023166",
"OrderCompletedAt": "2024-05-22T16:29:49.020173",
"ArrivedAtPickupAt": "2024-05-22T15:51:07",
"ExitFromPickupAt": "2024-05-22T15:53:30.716772",
"FreeLoadingSeconds": 1500,
"TripStartedAt": "2024-05-22T15:53:30.716772",
"TripEndedAt": "2024-05-22T16:29:35.288871",
"ArrivedAtDropAt": "2024-05-22T16:29:14",
"ExitFromDropAt": null,
"DriverPickupLat": null,
"DriverPickupLng": null,
"DriverDropLat": null,
"DriverDropLng": null,
"FareRecalculated": 0,
"MinsSpentAtPickup": 2,
"MinsSpentAtDrop": 0,
"TotalMinsSpent": 2,
"ChargeableWaitMins": 0,
"ChargePerWaitMin": 2,
"ExtraKmGone": -12,
"ChargePerExtraKm": 0,
"WaitingCharge": 0,
"ExtraKmCharge": 0,
"CashbackGiven": 0,
"CashbackAmount": 0,
"WalletPay": 0,
"PriceAgreed": 0,
"IsInsured": false,
"GoodsValue": 0,
"PremiumAmount": 0
},
"rating": null,
"tolls": [],
"stops": [],
"insurance_policy": null,
"partner_location": {
"latitude": 28.58993203,
"longitude": 77.37682413,
"location_time": "2024-07-12T08:43:14"
}
}
Request
Path Params
OrderId
string
required
Responses
Modified at 2024-07-12 03:05:22