{
"success": true,
"data": {
"transactionId": "2e88ae81-3871-474f-ac0a-1a441eb83d0c",
"fromConextId": "gnettest",
"toConextId": "latest",
"timestamp": 1773146401820,
"userid": "user@company",
"sourcePlatform": "GRIDD",
"targetPlatform": "LIMOANYWHERE",
"sourceResNo": "1234567890",
"targetResNo": null,
"lastStatus": "BOOKING_REQUEST",
"submitDate": 1773146401210,
"pickupDate": 1773419579000,
"tripPacket": {
"reservationType": "REGULAR",
"runType": "Airport",
"reservationDate": "2026-03-10T18:40:01",
"passengerCount": "1",
"preferredVehicleType": "SPRINTER",
"status": "BOOKING_REQUEST",
"resStatus": "Pending",
"locations": {
"pickup": {
"locationType": "address",
"landmark": "123 Main Street",
"address": "123 Main St, Anytown, CA 90000, USA",
"city": "Anytown",
"state": "California",
"zipCode": "90000",
"country": "United States"
},
"dropOff": {
"locationType": "airport",
"landmark": "Los Angeles Intl",
"address": "LAX",
"country": "United States",
"flightInfo": {
"airlineCode": "AA",
"flightNumber": "100"
}
}
},
"passengers": [
{
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@example.com",
"phoneNumber": "+1-555-0000"
}
]
}
}
}