BookingAccess3
Click here for a complete list of operations.
GetPropertyDetails
Method description: return Property Detail Information
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /barefootwebservice/BookingAccess3.asmx HTTP/1.1
Host: portals.barefoot.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.barefoot.com/Services/GetPropertyDetails"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetPropertyDetails xmlns="http://www.barefoot.com/Services/">
<username>string</username>
<password>string</password>
<barefootAccount>string</barefootAccount>
<PropertyID>string</PropertyID>
<partneridx>int</partneridx>
</GetPropertyDetails>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetPropertyDetailsResponse xmlns="http://www.barefoot.com/Services/">
<GetPropertyDetailsResult>
<Properties>
<ProperTy>
<Basicinfo xsi:nil="true" />
<PropertyImages xsi:nil="true" />
<CustomAmenities xsi:nil="true" />
<Amenities xsi:nil="true" />
<Bedrooms xsi:nil="true" />
<Bathrooms xsi:nil="true" />
<BedroomAccommodations xsi:nil="true" />
<BathroomAccommodations xsi:nil="true" />
</ProperTy>
<ProperTy>
<Basicinfo xsi:nil="true" />
<PropertyImages xsi:nil="true" />
<CustomAmenities xsi:nil="true" />
<Amenities xsi:nil="true" />
<Bedrooms xsi:nil="true" />
<Bathrooms xsi:nil="true" />
<BedroomAccommodations xsi:nil="true" />
<BathroomAccommodations xsi:nil="true" />
</ProperTy>
</Properties>
<Message>string</Message>
</GetPropertyDetailsResult>
</GetPropertyDetailsResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /barefootwebservice/BookingAccess3.asmx HTTP/1.1
Host: portals.barefoot.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetPropertyDetails xmlns="http://www.barefoot.com/Services/">
<username>string</username>
<password>string</password>
<barefootAccount>string</barefootAccount>
<PropertyID>string</PropertyID>
<partneridx>int</partneridx>
</GetPropertyDetails>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetPropertyDetailsResponse xmlns="http://www.barefoot.com/Services/">
<GetPropertyDetailsResult>
<Properties>
<ProperTy>
<Basicinfo xsi:nil="true" />
<PropertyImages xsi:nil="true" />
<CustomAmenities xsi:nil="true" />
<Amenities xsi:nil="true" />
<Bedrooms xsi:nil="true" />
<Bathrooms xsi:nil="true" />
<BedroomAccommodations xsi:nil="true" />
<BathroomAccommodations xsi:nil="true" />
</ProperTy>
<ProperTy>
<Basicinfo xsi:nil="true" />
<PropertyImages xsi:nil="true" />
<CustomAmenities xsi:nil="true" />
<Amenities xsi:nil="true" />
<Bedrooms xsi:nil="true" />
<Bathrooms xsi:nil="true" />
<BedroomAccommodations xsi:nil="true" />
<BathroomAccommodations xsi:nil="true" />
</ProperTy>
</Properties>
<Message>string</Message>
</GetPropertyDetailsResult>
</GetPropertyDetailsResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /barefootwebservice/BookingAccess3.asmx/GetPropertyDetails?username=string&password=string&barefootAccount=string&PropertyID=string&partneridx=string HTTP/1.1 Host: portals.barefoot.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<Root xmlns="http://www.barefoot.com/Services/">
<Properties>
<ProperTy>
<Basicinfo PropertyID="int">
<Name>string</Name>
<Registnumber>string</Registnumber>
<Registexpirdate>dateTime</Registexpirdate>
<Keyboardid>string</Keyboardid>
<Agent1>string</Agent1>
<Agent2>string</Agent2>
<Agent3>string</Agent3>
<Occupancy>int</Occupancy>
<Extdescription>string</Extdescription>
<Description>string</Description>
<Status>string</Status>
<Mindays>int</Mindays>
<PropertyType>string</PropertyType>
<Longitude>string</Longitude>
<Latitude>string</Latitude>
<PropertyTitle>string</PropertyTitle>
<Imagepath>string</Imagepath>
<Street>string</Street>
<Street2>string</Street2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<Country>string</Country>
<Directions>string</Directions>
<InternetDescription>string</InternetDescription>
<Keywords>string</Keywords>
<VideoLink>string</VideoLink>
<FloorPlanLink>string</FloorPlanLink>
<CheckInTime>string</CheckInTime>
<CheckOutTime>string</CheckOutTime>
<PropertyUrls d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PropertyAmenities d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PropertyImages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Basicinfo>
<PropertyImages>
<PropertyImage d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PropertyImage d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</PropertyImages>
<CustomAmenities>
<CustomAmenity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<CustomAmenity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</CustomAmenities>
<Amenities>
<Amentity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Amentity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Amenities>
<Bedrooms>
<Bedroom d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Bedroom d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Bedrooms>
<Bathrooms>
<Bathroom d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Bathroom d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Bathrooms>
<BedroomAccommodations>
<BedroomAccommodation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<BedroomAccommodation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</BedroomAccommodations>
<BathroomAccommodations>
<BathroomAccommodation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<BathroomAccommodation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</BathroomAccommodations>
</ProperTy>
<ProperTy>
<Basicinfo PropertyID="int">
<Name>string</Name>
<Registnumber>string</Registnumber>
<Registexpirdate>dateTime</Registexpirdate>
<Keyboardid>string</Keyboardid>
<Agent1>string</Agent1>
<Agent2>string</Agent2>
<Agent3>string</Agent3>
<Occupancy>int</Occupancy>
<Extdescription>string</Extdescription>
<Description>string</Description>
<Status>string</Status>
<Mindays>int</Mindays>
<PropertyType>string</PropertyType>
<Longitude>string</Longitude>
<Latitude>string</Latitude>
<PropertyTitle>string</PropertyTitle>
<Imagepath>string</Imagepath>
<Street>string</Street>
<Street2>string</Street2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<Country>string</Country>
<Directions>string</Directions>
<InternetDescription>string</InternetDescription>
<Keywords>string</Keywords>
<VideoLink>string</VideoLink>
<FloorPlanLink>string</FloorPlanLink>
<CheckInTime>string</CheckInTime>
<CheckOutTime>string</CheckOutTime>
<PropertyUrls d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PropertyAmenities d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PropertyImages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Basicinfo>
<PropertyImages>
<PropertyImage d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PropertyImage d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</PropertyImages>
<CustomAmenities>
<CustomAmenity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<CustomAmenity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</CustomAmenities>
<Amenities>
<Amentity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Amentity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Amenities>
<Bedrooms>
<Bedroom d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Bedroom d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Bedrooms>
<Bathrooms>
<Bathroom d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Bathroom d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Bathrooms>
<BedroomAccommodations>
<BedroomAccommodation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<BedroomAccommodation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</BedroomAccommodations>
<BathroomAccommodations>
<BathroomAccommodation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<BathroomAccommodation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</BathroomAccommodations>
</ProperTy>
</Properties>
<Message>string</Message>
</Root>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /barefootwebservice/BookingAccess3.asmx/GetPropertyDetails HTTP/1.1 Host: portals.barefoot.com Content-Type: application/x-www-form-urlencoded Content-Length: length username=string&password=string&barefootAccount=string&PropertyID=string&partneridx=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<Root xmlns="http://www.barefoot.com/Services/">
<Properties>
<ProperTy>
<Basicinfo PropertyID="int">
<Name>string</Name>
<Registnumber>string</Registnumber>
<Registexpirdate>dateTime</Registexpirdate>
<Keyboardid>string</Keyboardid>
<Agent1>string</Agent1>
<Agent2>string</Agent2>
<Agent3>string</Agent3>
<Occupancy>int</Occupancy>
<Extdescription>string</Extdescription>
<Description>string</Description>
<Status>string</Status>
<Mindays>int</Mindays>
<PropertyType>string</PropertyType>
<Longitude>string</Longitude>
<Latitude>string</Latitude>
<PropertyTitle>string</PropertyTitle>
<Imagepath>string</Imagepath>
<Street>string</Street>
<Street2>string</Street2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<Country>string</Country>
<Directions>string</Directions>
<InternetDescription>string</InternetDescription>
<Keywords>string</Keywords>
<VideoLink>string</VideoLink>
<FloorPlanLink>string</FloorPlanLink>
<CheckInTime>string</CheckInTime>
<CheckOutTime>string</CheckOutTime>
<PropertyUrls d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PropertyAmenities d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PropertyImages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Basicinfo>
<PropertyImages>
<PropertyImage d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PropertyImage d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</PropertyImages>
<CustomAmenities>
<CustomAmenity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<CustomAmenity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</CustomAmenities>
<Amenities>
<Amentity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Amentity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Amenities>
<Bedrooms>
<Bedroom d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Bedroom d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Bedrooms>
<Bathrooms>
<Bathroom d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Bathroom d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Bathrooms>
<BedroomAccommodations>
<BedroomAccommodation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<BedroomAccommodation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</BedroomAccommodations>
<BathroomAccommodations>
<BathroomAccommodation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<BathroomAccommodation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</BathroomAccommodations>
</ProperTy>
<ProperTy>
<Basicinfo PropertyID="int">
<Name>string</Name>
<Registnumber>string</Registnumber>
<Registexpirdate>dateTime</Registexpirdate>
<Keyboardid>string</Keyboardid>
<Agent1>string</Agent1>
<Agent2>string</Agent2>
<Agent3>string</Agent3>
<Occupancy>int</Occupancy>
<Extdescription>string</Extdescription>
<Description>string</Description>
<Status>string</Status>
<Mindays>int</Mindays>
<PropertyType>string</PropertyType>
<Longitude>string</Longitude>
<Latitude>string</Latitude>
<PropertyTitle>string</PropertyTitle>
<Imagepath>string</Imagepath>
<Street>string</Street>
<Street2>string</Street2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<Country>string</Country>
<Directions>string</Directions>
<InternetDescription>string</InternetDescription>
<Keywords>string</Keywords>
<VideoLink>string</VideoLink>
<FloorPlanLink>string</FloorPlanLink>
<CheckInTime>string</CheckInTime>
<CheckOutTime>string</CheckOutTime>
<PropertyUrls d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PropertyAmenities d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PropertyImages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Basicinfo>
<PropertyImages>
<PropertyImage d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PropertyImage d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</PropertyImages>
<CustomAmenities>
<CustomAmenity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<CustomAmenity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</CustomAmenities>
<Amenities>
<Amentity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Amentity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Amenities>
<Bedrooms>
<Bedroom d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Bedroom d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Bedrooms>
<Bathrooms>
<Bathroom d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Bathroom d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Bathrooms>
<BedroomAccommodations>
<BedroomAccommodation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<BedroomAccommodation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</BedroomAccommodations>
<BathroomAccommodations>
<BathroomAccommodation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<BathroomAccommodation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</BathroomAccommodations>
</ProperTy>
</Properties>
<Message>string</Message>
</Root>