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

    Add Bookings

    [
        {
            "BookingCode": "string",
            "LineCode": "string",
            "EventType": "BOOK",
            "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",
            "Refundable": false,
            "BookingPriority": 1,
            "Agency": {
                "Name": "string",
                "ReferenceNo": "string"
            },
            "Supplier": {
                "Name": "string",
                "ReferenceNo": "string",
                "HCN": "string"
            },
            "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",
            "CancellationDeadLine": "2019-08-24T14:15:22.123Z",
            "Currency": "USD",
            "BookingAmount": 0
        }
    ]
    Built with