RSA Order Details
GET /order/client/tieup/order-details
Headers
Name
Type
Content-Type
application/json
Authorization
Bearer <token>
key-id
<client_secret_code>
Query Parameter
Name
Type
orderId
Number
clientId
String
Response
{
"status": true,
"message": "Order Details Fetched Successfully",
"data": {
"orderId": 001,
"vehicleDetails": {
"name": "RA X20 Pro++",
"registrationNumber": "C934963EFSUYGERFBKFEI"
},
"orderStatus": "Confirmed",
"serviceName": "Flat Tyre (Tubeless)",
"createdTime": "2022-09-20T04:39:50.564Z",
"bookingSlot": "2022-09-06T10:15:00.000Z",
"pickupLocation": [
12.9314583,
77.6299858
],
"dropLocation": [
12.9314583,
77.6299858
],
"dropAddress": "BDA Complex, HSR layout, Bengaluru, Karnataka, India",
"pickupAddress": "Koramangala 4th Block, Koramangala, Bengaluru, Karnataka, India",
"serviceProvider": {
"spName": "Chakravarthy",
"currentLocation": [
12.9122132,
77.6357826
],
"languageKnown": null,
"profileImage": "https://s3.com"
}
}
}Last updated