1. Schemas
YGO Client API
v1
  • v2
  • v1
  • Default Module
    • Overview
    • Core Concepts
    • Authentication
    • Quickstart Guide
    • AI Search & Trip Planning
    • Booking Flow
    • Environments
    • General
      • Check API health status
      • Get current API key context
    • AI Search & Trip Planning
      • Send message to YGO AI
    • Product Search (Deprecated)
      • Search for hotel & package offers
      • Get transfers for booking
      • Get package price calendar
    • Bookings
      • Get or create open booking
      • Check offer availability
      • Update open booking
      • Update booking status and trigger workflows
      • List bookings
      • Get booking
    • Schemas
      • Schemas
        • PackageSearchRequest
        • GetPackageCalendarRequest
        • GetBookingRequest
        • ListBookingsRequest
        • SaveBookingStatusRequest
        • SaveOpenBookingRequest
        • GetOpenBookingRequest
        • GetTransfersRequest
        • Product
        • Booking
        • TransferOptionsResponse
        • PackageCalendarResponse
        • ProductTexts
        • BookingDetails
        • TripReference
        • TransferOption
        • PackageCalendarDate
        • LocaleContent
        • BookingItemInput
        • Trip
        • ProductImage
        • TransferImage
        • BookingItem
        • Traveller
        • PickupInformation
        • ProductDetails
        • PackageOffer
        • PickupLocation
        • Image
        • Pickup
        • TourOperator
        • CheckPickup
        • Accommodation
        • TransferRemark
        • Room
        • CancellationPolicy
        • Transport
        • Flight
        • Airport
        • Price
        • PriceByPax
        • SuccessResponse
        • ErrorResponse
        • Hotel
        • HotelFeatures
        • FeatureState
        • RoomFeatures
        • RoomContent
        • Facility
      • Response
        • Unauthorized
  1. Schemas

TransferOptionsResponse

{
    "Options": [
        {
            "Provider": "PeakWork",
            "Brand": "FTI",
            "Name": "Private Transfer - Mercedes E-Class",
            "Description": "Luxurious private transfer with professional driver. Includes flight monitoring, meet & greet service, and complimentary water.",
            "Direction": "ARRIVAL",
            "Price": {
                "Amount": 850,
                "Currency": "EUR"
            },
            "TransferType": "private",
            "RateKey": "TRF-2025-PVT-001",
            "MinPaxCapacity": 1,
            "MaxPaxCapacity": 3,
            "Images": [
                {
                    "URL": "https://cdn.peakwork.com/transfers/mercedes-eclass.jpg",
                    "Type": "vehicle"
                }
            ],
            "PickupInformation": {
                "From": {
                    "Type": "AIRPORT",
                    "Code": "BCN",
                    "Description": "Barcelona El Prat Airport - Terminal 1, Arrivals Hall"
                },
                "To": {
                    "Type": "AIRPORT",
                    "Code": "BCN",
                    "Description": "Barcelona El Prat Airport - Terminal 1, Arrivals Hall"
                },
                "Date": "2025-11-15",
                "Time": "10:45",
                "Pickup": {
                    "Description": "Driver will wait at Arrivals Hall with name sign",
                    "Latitude": 41.2974,
                    "Longitude": 2.0833,
                    "CheckPickup": {
                        "MustCheckPickupTime": true
                    }
                }
            },
            "TransferRemarks": [
                {
                    "Type": "IMPORTANT",
                    "Description": "Please provide mobile number for driver contact",
                    "Mandatory": true
                }
            ],
            "CancellationPolicies": [
                {
                    "Amount": 65,
                    "From": "2025-11-14T00:00:00Z",
                    "CurrencyID": "EUR",
                    "IsForceMajeure": false
                }
            ]
        }
    ],
    "Success": true,
    "Errors": [
        "string"
    ]
}
Built with