Zeal Reconfirmation
    • Getting Started
    • Sync Updates (Webhooks)
    • Error Codes Reference
    • Reconfirmation APIs
      • Add Bookings
        POST
      • Update Booking
        PATCH
    • Resources
    • Schemas
      • Add Bookings
      • Update Booking

    Update Booking

    {
        "BookingStatus": "CANCELLED",
        "CheckIn": "2019-08-24T14:15:22.123Z",
        "CheckOut": "2019-08-24T14:15:22.123Z",
        "BookingDate": "2019-08-24T14:15:22.123Z",
        "Source": "Website",
        "ChannelId": "B2B",
        "BookingAmount": 0,
        "Refundable": false,
        "BookingPriority": 0,
        "Hotel": {
            "Name": "string",
            "Country": "string",
            "CountryCode": "string",
            "City": "string",
            "State": "string",
            "Address": "string",
            "PostalCode": "string",
            "Latitude": "string",
            "Longitude": "string",
            "MasterProviderHotelId": "VervotechId,JPCode,ZentrumCode",
            "MasterProvider": "Vervotech,Juniper,Zentrum",
            "ContactDetails": {
                "PhoneNumbers": [
                    "string"
                ],
                "Emails": [
                    "user@example.com"
                ]
            },
            "Rating": 0
        },
        "Guest": {
            "LeadName": "string",
            "TotalRooms": 0,
            "Adults": 0,
            "Childs": 0,
            "Infants": 0,
            "Nationality": "string",
            "Country": "string",
            "City": "string",
            "Address": "string",
            "AllGuests": [
                {
                    "Name": "string",
                    "Title": "string",
                    "Age": 0,
                    "Type": "string",
                    "Gender": "string",
                    "Email": "string",
                    "PhoneNumber": "string",
                    "Country": "string"
                }
            ],
            "RoomStructure": [
                {
                    "BoardType": "string",
                    "RoomType": "string",
                    "Adults": 0,
                    "Childs": 0,
                    "Infants": 0
                }
            ]
        },
        "SpecialRequest": "string",
        "Currency": "USD",
        "CancellationDeadLine": "2019-08-24T14:15:22.123Z",
        "Priority": 1
    }
    Built with