YGO API
  1. Schemas
YGO API
  • 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 (Classic)
    • Search for hotel & package offers
    • Get transfers for booking
    • Get package price calendar
  • Bookings
    • Get or create open booking
    • Update open booking
    • Update booking status and trigger workflows
    • List bookings
    • Get booking
  • Schemas
    • Schemas
      • PackageSearchRequest
      • GetTransfersRequest
      • GetOpenBookingRequest
      • SaveOpenBookingRequest
      • SaveBookingStatusRequest
      • ListBookingsRequest
      • GetBookingRequest
      • GetPackageCalendarRequest
      • Product
      • TransferOptionsResponse
      • Booking
      • ProductTexts
      • TransferOption
      • BookingDetails
      • TripReference
      • PackageCalendarResponse
      • LocaleContent
      • Trip
      • BookingItemInput
      • PackageCalendarDate
      • ProductImage
      • TransferImage
      • BookingItem
      • ProductDetails
      • PickupInformation
      • Traveller
      • PackageOffer
      • PickupLocation
      • TourOperator
      • Pickup
      • Image
      • Accommodation
      • CheckPickup
      • Room
      • TransferRemark
      • Transport
      • CancellationPolicy
      • 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