BasicApartmentDto
ID of the house where apartment is located. If several apartments are located in one house, they'll share the same providerApartmentGroupId
house-123Latitude
50.9293009Longitude
5.9779776Name of the apartment
Villa Munich CenterapartmentAddress object
Address of the rental property
Street
Possible values: <= 128 characters
Karlstrasse 66ZIP Code (max 20 chars)
Possible values: <= 20 characters
76133City
Possible values: <= 128 characters
MunichCountry code represented in standard ISO 3166-1 ALPHA-2 format
Possible values: >= 2 characters and <= 2 characters
DEcontactDetails object
Contact details
Contact person for this apartment
John DoePhone number of contact person
+123(4)56789Email of contact person
john@doe.comguestCapacityRules objectrequired
Guest capacity rules applicable to apartment
The standard capacity of guests allowed. This includes a minimum of 1 adult and excludes babies.
Possible values: >= 1
1Does apartment permit only adults
falseAdditional number of children.
Possible values: >= 0
0Maximum number of babies allowed.
Possible values: >= 0
2Possible values: >= 1 and <= 30
2Possible values: >= 1 and <= 30
1Possible values: >= 1 and <= 30
2Size of apartment in square meters
100Type of the apartment
Possible values: [ALLOTMENT_GARDEN, APARTMENT, APARTMENT_HOTEL, BARN, BEACH_HUT, BED_AND_BREAKFAST, BOAT, BUNGALOW, CAMPER, CAMPING, CARAVAN, CASTLE, CAVE, CHACARA, CHALET, COTTAGE, COUNTRY_HOUSE, FARM, FARMHOUSE, FINCA, FISHING_HOUSE, GITE, GLAMPING, GUEST_HOUSE, GUEST_ROOM, HOLIDAY_VILLAGE, HOMESTAY, HOSTEL, HOTEL, HOUSE_BOAT, HUT, LIGHTHOUSE, LODGE, LOG_CABIN, LUXURY_TENT, MANOR, MILL, MOBILE_HOME, MOUNTAIN_HUT, PENSION, PENTHOUSE, RESIDENCE, RESORT, RIAD, ROOM, ROOM_BREAKFAST, STUDIO, TENT, TINY_HOME, TIPI, TOWER, TREE_HOUSE, TRULLO, VACATION_APARTMENT, VACATION_HOME, VILLA, YACHT, YURT]
VILLAcheckInCheckOutTimes object
Check-ins and check-outs details
checkIn object[]required
List of possible check in times
Check in from (24h format)
12:00Check in to (24h format)
21:00Check out time (24h format)
14:30The floor on which the property is located, starting with 0 for the ground floor
0Total area includes the whole area of the property accessible to the guest. This includes the garden, terraces or garages
140.5Build year of the property
2001Year of renovation
2007License number of the property (the license number is required for properties in the Balearic area in Spain)
1231882regulatoryInformation object
Store regulatory information for the apartment
Store regulatory information for the apartment
Mark as test apartment
onRequestDetails object
Used only for on request apartments
is the apartment bookable on request only (not instant bookable)?
the email address of the host when guest sends request to the host
Booking lead time in hours
duplicateFrom object[]
Use this object if other Holidu partners also have this property in their system. Please contact us before using this.
Name of this provider as in our system (please ask us the right name first)
HRSId of the duplicate apartment in the other partner system.
123654{
"providerApartmentGroupId": "house-123",
"lat": 50.9293009,
"lng": 5.9779776,
"name": "Villa Munich Center",
"apartmentAddress": {
"street": "Karlstrasse 66",
"zipCode": "76133",
"city": "Munich",
"countryCode": "DE"
},
"contactDetails": {
"contactName": "John Doe",
"contactPhone": "+123(4)56789",
"contactEmail": "john@doe.com"
},
"guestCapacityRules": {
"standardCapacity": 1,
"adultsOnly": false,
"additionalChildren": 0,
"maxBabies": 2
},
"numberOfBedrooms": 2,
"numberOfLivingrooms": 1,
"numberOfBathrooms": 2,
"sizeInSqm": 100,
"apartmentType": "VILLA",
"checkInCheckOutTimes": {
"checkIn": [
{
"checkInFrom": "12:00",
"checkInTo": "21:00"
}
],
"checkOutUntil": "14:30"
},
"floor": 0,
"sizeOfPlot": 140.5,
"buildYear": 2001,
"modernizedYear": 2007,
"license": "1231882",
"regulatoryInformation": {},
"isTestApartment": true,
"onRequestDetails": {
"bookableOnRequest": true,
"hostEmailAddress": "string"
},
"leadTimeHours": 0,
"duplicateFrom": [
{
"provider": "HRS",
"duplicatedApartmentId": "123654"
}
]
}