Search Response Structure

Attribute Type Description
search_id String Unique ID for the search request (valid for 30 minutes)
request_data Object Refer to the Request - Data block
transfer_departure Object Check Transfer - Departure & Return block
transfer_return Object Check Transfer - Departure & Return block


Request - Data

Attribute Type Description
transfer_from Object Same as provided in search request except 2 new items added. Check transfer_from & transfer_to block
transfer_to Object Same as provided in search request except 2 new items added. Check transfer_from & transfer_to block
transfer_departure Object Same as provided in search request. Check Transfer - Departure & Return block
transfer_return Object Same as provided in search request. Check Transfer - Departure & Return block
timeout Integer Same as provided in search request
currency String Same as provided in search request
occupancy Object Same as provided in search request

transfer_from & transfer_to

Attribute Type Description
type String Same as provided in search request
code String Same as provided in search request
name String Name of the Destination basis the above parameter"code" value
address String Address Destination basis the above parameter"code" value

transfer_departure & transfer_return

transfer_return will be returned only for round-trip searches

Attribute Type Description
transfer_date String same as provided in search request
transfer_time String same as provided in search request

**NOTE : ** The Api consumer must show the name & address of the destination to their customers. As this will be the actaul pick-up or drop-off point. The name & adress is picked up from GRN database

transfer_departure & transfer_return Object

This contains the results with available transfer options

Attribute Type Description
vehicle Object Check vehicle block
transfer_type String Possible values "private" or "shared".
Private - vehicle will be dedicated for particular pick-up & drop.
Shared - vehicle will be on shared basis.
transfer_time Integer Transfer Time in munites
ratekey String Unique code representing the rate to be included while making a booking request.
producttype String Name of the Product.
price_details Object Check price block.
price Integer Price of the product
pan_requried boolean Requirement of PAN card at booking, applies only for Indian Agents
non_refundable Boolean true if the rate is Non-refundable.
Ignore the cancellation_policies if non_refundable is true.
Otherwise, cancellation policies apply.
luggage Integer Number of the Luggage allowed
images List Images of the Vehicle. Check images block.
group_code String Group Code of the product to be included while making a booking request.
currency String The price above will be in this currency. This will be same as request in search
credit_deduction String Credit_deduction Type . Possible values "immediate" and "cancel_by_date".
Immediate - Credit limit of the agent will be deducted at the time of booking.
Cancel_by_date - credit limit will be deducted on date/time as mentioned in cancel_by_date
cancellation_policy Object Cancellation policy for the rate.
Check Cancellation Policies.


vehicle

Attribute Type Description
remarks String Remarks of Vehicle.
name String Name of the Vehicles.
e.g Private Luxury Car,
Car.
min_pax_capacity Integer / null Minimum passenger/passengers restriction to book the vehicle. It will be null in-case of shared vehicle
max_pax_capacity Integer / null Maximum passenger allowed in vehicle. Will be null incase of shared.
details Object Currently null for feature use.


price_details

Attribute Type Description
name String Name of the charge e.g. "SupplierPrice", "Total" , "ServiceFee"
included Boolean true or false; true if the charge already in included outside of the price detail
currency String Cuurency of the charge (Three-letter ISO currency code)
amount_type String Defines the type of amount, which is always be "value"
amount Float charge amount


{
 "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 1431.35
                    },
                    {
                        "name": "ServiceFee",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 42.94
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 1474.29
                    }
                ],
                "GST": [
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 7.73
                    }
                ]
            },
   }
   "price": 1483,

images

Attribute Type Description
url String Vehicle's image URL
type String Image type

{
 "images": [
                {
 "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Shuttle%20Transfer%20.jpg",
   "type": "MAIN"
        }
      ]    
}

cancellation_policy

Attribute Type Description
under_cancellation Boolean true” if the booking is under cancellation & cancellation charges are applicable.
details array List of cancellation details and applicable charges. Refer policy details below.
cancel_by_date datetime Last date for cancellation without charges,
Mutually-exclusive with “under_cancellation” being “true”.
The time zone will be the destination time zone XXXXXXXX .
amount_type String Defines the type of value in details:
value: represents amount


details - under cancellation_policy

Attribute Type Description
from datetime datetime post which cancellation charges are applicable
flat_fee integer cancellation charges applicable
currency datetime currency for application charges


{
      "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-03-05T16:12:00",
                        "flat_fee": 1483,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-03-05T16:11:59",
                "amount_type": "value"
            }

}

Respone Sample Onward

{
    "transfer_departure": [
        {
            "vehicle": {
                "remarks": "This is a cost effective shared service with other passengers. Shuttles run between the airport and accommodation excluding private address. You will be dropped off/picked up from your hotel or nearest appropriate stop. Your transfer time is estimated but may vary dependant on traffic and the number of stops made. There may be a wait at the airport or pick up point as Shuttles run to a schedule. Further information on how to locate your transfer and find out your pick-up time can be found on your booking voucher.. Pick up Time and Location can be change for this transfer, please contact support after booking",
                "name": "Shuttle Transfer",
                "min_pax_capacity": null,
                "max_pax_capacity": null,
                "details": []
            },
            "transfer_type": "SHARED",
            "transfer_time": "40",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6c2o7wts2fdbf5xdbtlh3dp3izxf32hlwekw7w74tnjbmm3bupyxon4x3lqdc",
            "producttype": "Shuttle Transfer",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 719.62
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 719.62
                    }
                ]
            },
            "price": 720,
            "pan_requried": true,
            "non_refundable": false,
            "luggage": null,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Shuttle%20Transfer%20.jpg",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-06T12:00:00",
                        "flat_fee": 720,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-06T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": " Your professional door to door SUV transfers. In most airports, this service includes ‘Meet & Greet’ and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details. ",
                "name": "SUV",
                "min_pax_capacity": 4,
                "max_pax_capacity": 4,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qno6o36zwts2fdbf5xic7gxpah3ffuevfxl74jxzvhbrziqchs2ulsgmjer3ptsn6q",
            "producttype": "SUV",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 1955.53
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 1955.53
                    }
                ]
            },
            "price": 1956,
            "pan_requried": true,
            "non_refundable": false,
            "luggage": 4,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/SUV.jpg",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-06T12:00:00",
                        "flat_fee": 1956,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-06T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door private transfers. In most airports, this service includes ‘Meet & Greet’ and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details. ",
                "name": "Private Transfer",
                "min_pax_capacity": 1,
                "max_pax_capacity": 3,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6g6olv3s2fdbf5xic7gxpah3ffuevfxl74jxzvhbrziqchs2ulsgmjer3ptsn6q",
            "producttype": "Private Transfer",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 1955.53
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 1955.53
                    }
                ]
            },
            "price": 1956,
            "pan_requried": true,
            "non_refundable": false,
            "luggage": 3,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Transfer.jpg",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-06T12:00:00",
                        "flat_fee": 1956,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-06T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door Minivan transfer is perfect for a larger group. In most airports, this service includes ‘Meet & Greet’ and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details. ",
                "name": "Private Minivan",
                "min_pax_capacity": 5,
                "max_pax_capacity": 8,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6c26zvts2fdbf5xjdpgx5bh3ffuevfxl74jxzvhbrziqchs2ulsgmjer3ptsn6q",
            "producttype": "Private Minivan",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 2957.86
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 2957.86
                    }
                ]
            },
            "price": 2958,
            "pan_requried": true,
            "non_refundable": false,
            "luggage": 8,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Minivan.png",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-06T12:00:00",
                        "flat_fee": 2958,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-06T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door Luxury transfer is provided in a Mercedes vehicle or equivalent. In most airports, this service includes ‘Meet & Greet’ and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details. ",
                "name": "Private Luxury Car",
                "min_pax_capacity": 1,
                "max_pax_capacity": 3,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6c2o3u3s2fdbf5xjdpgxna73ffuevfxl74jxzvhbrziqchs2ulsgmjer3ptsn6q",
            "producttype": "Private Luxury Car",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 3019.08
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 3019.08
                    }
                ]
            },
            "price": 3020,
            "pan_requried": true,
            "non_refundable": false,
            "luggage": 3,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Luxury%20Car.png",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-06T12:00:00",
                        "flat_fee": 3020,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-06T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door private transfers. This service includes ‘Meet & Greet’ upon arrival. Your driver will be waiting for you in the arrival hall holding a sign with your name on it, your driver will be parked in the valet parking bay, right next to the airport terminal, ensuring you have the swiftest departure from the airport possible. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details. This service is provided with a guide.",
                "name": "Private Transfer (incl valet parking)",
                "min_pax_capacity": 1,
                "max_pax_capacity": 4,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qnn6oy6tuls2fdbf5xodlgxvbp3ffuevfxl74jxzvhbrziqchs2ulsgmjer3ptsn6q",
            "producttype": "Private Transfer (incl valet parking)",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 3667.65
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 3667.65
                    }
                ]
            },
            "price": 3668,
            "pan_requried": true,
            "non_refundable": false,
            "luggage": 4,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Transfer%20%28incl%20valet%20parking%29.jpg",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-06T12:00:00",
                        "flat_fee": 3668,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-06T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door Minibus transfer is perfect for a larger group of people. In most airports, this service includes ‘Meet & Greet’and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details.",
                "name": "Private Minibus",
                "min_pax_capacity": 9,
                "max_pax_capacity": 18,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6c26tv3s2fdbf5xnctgxrb73ffuevfxl74jxzvhbrziqchs2ulsgmjer3ptsn6q",
            "producttype": "Private Minibus",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 5797.79
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 5797.79
                    }
                ]
            },
            "price": 5798,
            "pan_requried": true,
            "non_refundable": false,
            "luggage": 18,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Minibus.jpg",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-06T12:00:00",
                        "flat_fee": 5798,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-06T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door Coach transfer is perfect for a large group. In most airports, this service includes ‘Meet & Greet’ and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location.  Your pick-up time is calculated automatically based on your flight details.",
                "name": "Private Coach",
                "min_pax_capacity": 19,
                "max_pax_capacity": 40,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6c26vvts2fdbf5xlc3lwddxtfeduzamv75oxvr7osncaeclxthsxgnmc3xtcd3mv",
            "producttype": "Private Coach",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 10954.58
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 10954.58
                    }
                ]
            },
            "price": 10955,
            "pan_requried": true,
            "non_refundable": false,
            "luggage": 40,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Coach.png",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-06T12:00:00",
                        "flat_fee": 10955,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-06T11:59:59",
                "amount_type": "value"
            }
        }
    ],
    "search_id": "qngexnfyhmi4faisb7ulao46da",
    "request_data": {
        "transfer_to": {
            "type": "hotel",
            "name": "Admiral Plaza Hotel",
            "code": "H!0073806",
            "address": "Khalid Bin Waleed Road, Al Nahdha Street, P.O. Box: 26888, Bur Dubai, Dubai"
        },
        "transfer_from": {
            "type": "air",
            "name": "Dubai Int. Airport",
            "code": "DXB",
            "address": "Dubai Int. Airport"
        },
        "transfer_departure": {
            "transfer_time": "12:00",
            "transfer_date": "2020-07-10"
        },
        "timeout": 25000,
        "occupancy": {
            "infants": 0,
            "children": 0,
            "adults": 1
        },
        "currency": "INR"
    }
}

Respone Sample (Onward & Return)

{
    "transfer_return": [
        {
            "vehicle": {
                "remarks": "This is a cost effective shared service with other passengers. Shuttles run between the airport and accommodation excluding private address. You will be dropped off/picked up from your hotel or nearest appropriate stop. Your transfer time is estimated but may vary dependant on traffic and the number of stops made. There may be a wait at the airport or pick up point as Shuttles run to a schedule. Further information on how to locate your transfer and find out your pick-up time can be found on your booking voucher.. Pick up Time and Location can be change for this transfer, please contact support after booking",
                "name": "Shuttle Transfer",
                "min_pax_capacity": null,
                "max_pax_capacity": null,
                "details": []
            },
            "transfer_type": "SHARED",
            "transfer_time": "40",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6c2o7wts2fdrf5xdbtlh3dp3izxf32hlwekw7w74tnjbmm3xup2wgn4n",
            "producttype": "Shuttle Transfer",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 719.62
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 719.62
                    }
                ]
            },
            "price": 720,
            "pan_requried": true,
            "non_refundable": false,
            "luggage": null,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Shuttle%20Transfer%20.jpg",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-09T12:00:00",
                        "flat_fee": 720,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-09T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": " Your professional door to door SUV transfers. In most airports, this service includes ‘Meet & Greet’ and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details. ",
                "name": "SUV",
                "min_pax_capacity": 4,
                "max_pax_capacity": 4,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qno6o36zwts2fdrf5xic7gxpah3ffuevfxl74jxzvhbrziqchs2wtsgemerye",
            "producttype": "SUV",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 1955.53
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 1955.53
                    }
                ]
            },
            "price": 1956,
            "pan_requried": true,
            "non_refundable": false,
            "luggage": 4,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/SUV.jpg",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-09T12:00:00",
                        "flat_fee": 1956,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-09T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door private transfers. In most airports, this service includes ‘Meet & Greet’ and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details. ",
                "name": "Private Transfer",
                "min_pax_capacity": 1,
                "max_pax_capacity": 3,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6g6olv3s2fdrf5xic7gxpah3ffuevfxl74jxzvhbrziqchs2wtsgemerye",
            "producttype": "Private Transfer",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 1955.53
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 1955.53
                    }
                ]
            },
            "price": 1956,
            "pan_requried": true,
            "non_refundable": false,
            "luggage": 3,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Transfer.jpg",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-09T12:00:00",
                        "flat_fee": 1956,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-09T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door Minivan transfer is perfect for a larger group. In most airports, this service includes ‘Meet & Greet’ and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details. ",
                "name": "Private Minivan",
                "min_pax_capacity": 5,
                "max_pax_capacity": 8,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25", 
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6c26zvts2fdrf5xjdpgx5bh3ffuevfxl74jxzvhbrziqchs2wtsgemerye",
            "producttype": "Private Minivan",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 2957.86
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 2957.86
                    }
                ]
            },
            "price": 2958,
            "non_refundable": false,
            "luggage": 8,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Minivan.png",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-09T12:00:00",
                        "flat_fee": 2958,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-09T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door Luxury transfer is provided in a Mercedes vehicle or equivalent. In most airports, this service includes ‘Meet & Greet’ and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details. ",
                "name": "Private Luxury Car",
                "min_pax_capacity": 1,
                "max_pax_capacity": 3,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6c2o3u3s2fdrf5xjdpgxna73ffuevfxl74jxzvhbrziqchs2wtsgemerye",
            "producttype": "Private Luxury Car",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 3019.08
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 3019.08
                    }
                ]
            },
            "price": 3020,
            "non_refundable": false,
            "luggage": 3,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Luxury%20Car.png",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-09T12:00:00",
                        "flat_fee": 3020,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-09T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door private transfers. This service includes ‘Meet & Greet’ upon arrival. Your driver will be waiting for you in the arrival hall holding a sign with your name on it, your driver will be parked in the valet parking bay, right next to the airport terminal, ensuring you have the swiftest departure from the airport possible. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details. This service is provided with a guide.",
                "name": "Private Transfer (incl valet parking)",
                "min_pax_capacity": 1,
                "max_pax_capacity": 4,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qnn6oy6tuls2fdrf5xodlgxvbp3ffuevfxl74jxzvhbrziqchs2wtsgemerye",
            "producttype": "Private Transfer (incl valet parking)",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 3667.65
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 3667.65
                    }
                ]
            },
            "price": 3668,
            "non_refundable": false,
            "luggage": 4,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Transfer%20%28incl%20valet%20parking%29.jpg",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-09T12:00:00",
                        "flat_fee": 3668,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-09T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door Minibus transfer is perfect for a larger group of people. In most airports, this service includes ‘Meet & Greet’and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details.",
                "name": "Private Minibus",
                "min_pax_capacity": 9,
                "max_pax_capacity": 18,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6c26tv3s2fdrf5xnctgxrb73ffuevfxl74jxzvhbrziqchs2wtsgemerye",
            "producttype": "Private Minibus",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 5797.79
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 5797.79
                    }
                ]
            },
            "price": 5798,
            "non_refundable": false,
            "luggage": 18,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Minibus.jpg",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-09T12:00:00",
                        "flat_fee": 5798,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-09T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door Coach transfer is perfect for a large group. In most airports, this service includes ‘Meet & Greet’ and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location.  Your pick-up time is calculated automatically based on your flight details.",
                "name": "Private Coach",
                "min_pax_capacity": 19,
                "max_pax_capacity": 40,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6c26vvts2fdrf5xlc3lwddxtfeduzamv75oxvr7osncaeclxthzxgmmw3x6a",
            "producttype": "Private Coach",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 10954.58
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 10954.58
                    }
                ]
            },
            "price": 10955,
            "non_refundable": false,
            "luggage": 40,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Coach.png",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-09T12:00:00",
                        "flat_fee": 10955,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-09T11:59:59",
                "amount_type": "value"
            }
        }
    ],
    "transfer_departure": [
        {
            "vehicle": {
                "remarks": "This is a cost effective shared service with other passengers. Shuttles run between the airport and accommodation excluding private address. You will be dropped off/picked up from your hotel or nearest appropriate stop. Your transfer time is estimated but may vary dependant on traffic and the number of stops made. There may be a wait at the airport or pick up point as Shuttles run to a schedule. Further information on how to locate your transfer and find out your pick-up time can be found on your booking voucher.. Pick up Time and Location can be change for this transfer, please contact support after booking",
                "name": "Shuttle Transfer",
                "min_pax_capacity": null,
                "max_pax_capacity": null,
                "details": []
            },
            "transfer_type": "SHARED",
            "transfer_time": "40",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6c2o7wts2fdbf5xdbtlh3dp3izxf32hlwekw7w74tnjbmm3bupyxon4x3lqdc",
            "producttype": "Shuttle Transfer",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 719.62
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 719.62
                    }
                ]
            },
            "price": 720,
            "non_refundable": false,
            "luggage": null,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Shuttle%20Transfer%20.jpg",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-06T12:00:00",
                        "flat_fee": 720,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-06T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": " Your professional door to door SUV transfers. In most airports, this service includes ‘Meet & Greet’ and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details. ",
                "name": "SUV",
                "min_pax_capacity": 4,
                "max_pax_capacity": 4,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qno6o36zwts2fdbf5xic7gxpah3ffuevfxl74jxzvhbrziqchs2ulsgmjer3ptsn6q",
            "producttype": "SUV",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 1955.53
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 1955.53
                    }
                ]
            },
            "price": 1956,
            "non_refundable": false,
            "luggage": 4,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/SUV.jpg",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-06T12:00:00",
                        "flat_fee": 1956,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-06T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door private transfers. In most airports, this service includes ‘Meet & Greet’ and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details. ",
                "name": "Private Transfer",
                "min_pax_capacity": 1,
                "max_pax_capacity": 3,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6g6olv3s2fdbf5xic7gxpah3ffuevfxl74jxzvhbrziqchs2ulsgmjer3ptsn6q",
            "producttype": "Private Transfer",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 1955.53
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 1955.53
                    }
                ]
            },
            "price": 1956,
            "non_refundable": false,
            "luggage": 3,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Transfer.jpg",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-06T12:00:00",
                        "flat_fee": 1956,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-06T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door Minivan transfer is perfect for a larger group. In most airports, this service includes ‘Meet & Greet’ and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details. ",
                "name": "Private Minivan",
                "min_pax_capacity": 5,
                "max_pax_capacity": 8,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6c26zvts2fdbf5xjdpgx5bh3ffuevfxl74jxzvhbrziqchs2ulsgmjer3ptsn6q",
            "producttype": "Private Minivan",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 2957.86
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 2957.86
                    }
                ]
            },
            "price": 2958,
            "non_refundable": false,
            "luggage": 8,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Minivan.png",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-06T12:00:00",
                        "flat_fee": 2958,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-06T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door Luxury transfer is provided in a Mercedes vehicle or equivalent. In most airports, this service includes ‘Meet & Greet’ and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details. ",
                "name": "Private Luxury Car",
                "min_pax_capacity": 1,
                "max_pax_capacity": 3,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6c2o3u3s2fdbf5xjdpgxna73ffuevfxl74jxzvhbrziqchs2ulsgmjer3ptsn6q",
            "producttype": "Private Luxury Car",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 3019.08
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 3019.08
                    }
                ]
            },
            "price": 3020,
            "non_refundable": false,
            "luggage": 3,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Luxury%20Car.png",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-06T12:00:00",
                        "flat_fee": 3020,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-06T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door private transfers. This service includes ‘Meet & Greet’ upon arrival. Your driver will be waiting for you in the arrival hall holding a sign with your name on it, your driver will be parked in the valet parking bay, right next to the airport terminal, ensuring you have the swiftest departure from the airport possible. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details. This service is provided with a guide.",
                "name": "Private Transfer (incl valet parking)",
                "min_pax_capacity": 1,
                "max_pax_capacity": 4,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qnn6oy6tuls2fdbf5xodlgxvbp3ffuevfxl74jxzvhbrziqchs2ulsgmjer3ptsn6q",
            "producttype": "Private Transfer (incl valet parking)",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 3667.65
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 3667.65
                    }
                ]
            },
            "price": 3668,
            "non_refundable": false,
            "luggage": 4,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Transfer%20%28incl%20valet%20parking%29.jpg",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-06T12:00:00",
                        "flat_fee": 3668,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-06T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door Minibus transfer is perfect for a larger group of people. In most airports, this service includes ‘Meet & Greet’and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location. Your pick-up time is calculated automatically based on your flight details.",
                "name": "Private Minibus",
                "min_pax_capacity": 9,
                "max_pax_capacity": 18,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6c26tv3s2fdbf5xnctgxrb73ffuevfxl74jxzvhbrziqchs2ulsgmjer3ptsn6q",
            "producttype": "Private Minibus",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 5797.79
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 5797.79
                    }
                ]
            },
            "price": 5798,
            "non_refundable": false,
            "luggage": 18,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Minibus.jpg",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-06T12:00:00",
                        "flat_fee": 5798,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-06T11:59:59",
                "amount_type": "value"
            }
        },
        {
            "vehicle": {
                "remarks": "Your professional door to door Coach transfer is perfect for a large group. In most airports, this service includes ‘Meet & Greet’ and your driver will be waiting for you in the arrival hall holding a sign with your name on it. Further information on how to locate your transfer can be found on your booking voucher. When returning to the airport your driver will be waiting for you at your pick-up location.  Your pick-up time is calculated automatically based on your flight details.",
                "name": "Private Coach",
                "min_pax_capacity": 19,
                "max_pax_capacity": 40,
                "details": []
            },
            "transfer_type": "PRIVATE",
            "transfer_time": "25",
            "ratekey": "qwqqz23kxn6hzeyv6xjt4sev5lmk5qni6c26vvts2fdbf5xlc3lwddxtfeduzamv75oxvr7osncaeclxthsxgnmc3xtcd3mv",
            "producttype": "Private Coach",
            "price_details": {
                "net": [
                    {
                        "name": "SupplierPrice",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 10954.58
                    },
                    {
                        "name": "Total",
                        "included": true,
                        "currency": "INR",
                        "amount_type": "value",
                        "amount": 10954.58
                    }
                ]
            },
            "price": 10955,
            "non_refundable": false,
            "luggage": 40,
            "images": [
                {
                    "url": "https://grn-transfer-images.s3.fr-par.scw.cloud/Private%20Coach.png",
                    "type": "MAIN"
                }
            ],
            "group_code": "qwqqz23kxn6hzeyv6xjt4sev",
            "currency": "INR",
            "credit_deduction": "immediate",
            "cancellation_policy_buffer": 345600,
            "cancellation_policy": {
                "under_cancellation": false,
                "details": [
                    {
                        "from": "2020-07-06T12:00:00",
                        "flat_fee": 10955,
                        "currency": "INR"
                    }
                ],
                "cancel_by_date": "2020-07-06T11:59:59",
                "amount_type": "value"
            }
        }
    ],
    "search_id": "forvvlb4csnxdvigppzivleb2y",
    "request_data": {
        "transfer_to": {
            "type": "hotel",
            "name": "Admiral Plaza Hotel",
            "code": "H!0073806",
            "address": "Khalid Bin Waleed Road, Al Nahdha Street, P.O. Box: 26888, Bur Dubai, Dubai"
        },
        "transfer_return": {
            "transfer_time": "12:00",
            "transfer_date": "2020-07-13"
        },
        "transfer_from": {
            "type": "air",
            "name": "Dubai Int. Airport",
            "code": "DXB",
            "address": "Dubai Int. Airport"
        },
        "transfer_departure": {
            "transfer_time": "12:00",
            "transfer_date": "2020-07-10"
        },
        "timeout": 25000,
        "occupancy": {
            "infants": 0,
            "children": 0,
            "adults": 1
        },
        "currency": "INR"
    }
}


Error Code

HTTP Status Code Error Code Description
200 1201 "transfer_return - Return Date 2020-01-20 Should be greater than Departure 2020-01-22".
200 1102 Invalid API key