Example Request/Response

Header

Authorization: Basic [API key]

Example

Authorization: Basic dhxHaThFUDg6czVJYUR5bGw=

Body

{
    "SellableProducts": {
        "HotelCode": "HT24001234",
        "SellableProduct": [{
                "InvStatusType": "Initial",
                "GuestRoom": {
                    "Occupancy": {
                        "MaxOccupancy": "2"
                    },
                    "Room": {
                        "RoomID": "RO24000001",
                        "RoomRate": "2700000",
                        "Quantity": "10",
                        "RoomType": "Double",
                        "SizeMeasurement": "33",
                        "SizeMeasurementUnit": "sqm"
                    },
                    "Facilities": {
                        "Facility": []
                    },
                    "Images": {
                        "Image": [{
                                "name": "Superior",
                                "url": "https://v4.reservation-system.net/booking/DisplayImage.ashx?opt=2&ImageID=RO24000001"
                            }
                        ]
                    },
                    "Position": {
                        "Latitude": "-6.724123",
                        "Longitude": "107.036123"
                    },
                    "Address": {
                        "AddressLine": "Street 123",
                        "CityName": "Jakarta",
                        "PostalCode": "11110",
                        "CountryName": "ID"
                    },
                    "Description": {
                        "RoomDescription": "Stylish contemporary design filled with natural materials, enjoy the comfort and surrounding natural ambiance.",
                        "Text": "Superior"
                    }
                }
            }, {
                "InvStatusType": "Initial",
                "GuestRoom": {
                    "Occupancy": {
                        "MaxOccupancy": "4"
                    },
                    "Room": {
                        "RoomID": "RO24000002",
                        "RoomRate": "3000000",
                        "Quantity": "1",
                        "RoomType": "Quadruple",
                        "SizeMeasurement": "72",
                        "SizeMeasurementUnit": "sqm"
                    },
                    "Facilities": {
                        "Facility": [{
                                "name": "LED TV"
                            }, {
                                "name": "Luggage Rack"
                            }, {
                                "name": "Tea/Coffee Making Facility"
                            }
                        ]
                    },
                    "Images": {
                        "Image": [{
                                "name": "Deluxe Duplex Valley",
                                "url": "https://v4.reservation-system.net/booking/DisplayImage.ashx?opt=2&ImageID=RO24000002"
                            }
                        ]
                    },
                    "Position": {
                        "Latitude": "-6.724123",
                        "Longitude": "107.036123"
                    },
                    "Address": {
                        "AddressLine": "Street 123",
                        "CityName": "Jakarta",
                        "PostalCode": "11110",
                        "CountryName": "ID"
                    },
                    "Description": {
                        "RoomDescription": "Stylish contemporary design filled with natural materials, enjoy the comfort and surrounding natural ambiance.",
                        "Text": "Deluxe Duplex Valley"
                    }
                }
            }
        ]
    }
}

Last updated