retrieveDevelopmentDetailsRetrieve details of a single development Support OperationsSOAP 1.1An example of a SOAP 1.1 request and response POST /webkits/development.v1.2.service HTTP/1.1 Host: services.advantez.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://services.advantez.com/webkits/development/v1.2/retrieveDevelopmentDetails" <?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> <retrieveDevelopmentDetails xmlns="http://services.advantez.com/webkits/development/v1.2"> <advantezKey>string</advantezKey> <webServiceKey>string</webServiceKey> <developmentId>int</developmentId> <analytics id="string"> <referrer>string</referrer> <userAgent>string</userAgent> <acceptLanguage>string</acceptLanguage> <host>string</host> <userIp>string</userIp> <duration>double</duration> </analytics> </retrieveDevelopmentDetails> </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> <retrieveDevelopmentDetailsResponse xmlns="http://services.advantez.com/webkits/development/v1.2"> <retrieveDevelopmentDetailsResult id="int"> <name>string</name> <country>string</country> <region>string</region> <city>string</city> <totalUnits>int</totalUnits> <unitsSold>int</unitsSold> <longitude>decimal</longitude> <latitude>decimal</latitude> <primaryImageUrl>string</primaryImageUrl> <costs> <cost currency="string"> <type>apartment or bar or bistro or building-plot or bungalow or business or chalet or commercial or commercial-plot or country-house or detached or duplex-apartment or duplex-penthouse or end-terrace or farm or farm-house or finca or garage or garden-apartment or hotel or house or land or maisonette or mew or mobile-home or night-club or office or penthouse or restaurant or ruin or semi-detached or shop or studio or terrace or townhouse or villa or other</type> <from>decimal</from> <to>decimal</to> </cost> <cost currency="string"> <type>apartment or bar or bistro or building-plot or bungalow or business or chalet or commercial or commercial-plot or country-house or detached or duplex-apartment or duplex-penthouse or end-terrace or farm or farm-house or finca or garage or garden-apartment or hotel or house or land or maisonette or mew or mobile-home or night-club or office or penthouse or restaurant or ruin or semi-detached or shop or studio or terrace or townhouse or villa or other</type> <from>decimal</from> <to>decimal</to> </cost> </costs> <phases> <phase id="int" licence="boolean" rental="boolean" bank="boolean"> <name>string</name> <launch>dateTime</launch> <start>dateTime</start> <end>dateTime</end> <stats xsi:nil="true" /> <groups xsi:nil="true" /> </phase> <phase id="int" licence="boolean" rental="boolean" bank="boolean"> <name>string</name> <launch>dateTime</launch> <start>dateTime</start> <end>dateTime</end> <stats xsi:nil="true" /> <groups xsi:nil="true" /> </phase> </phases> <descriptions> <description culture="string"> <text>string</text> </description> <description culture="string"> <text>string</text> </description> </descriptions> <custom> <customField name="string" type="bespoke or identity or feature"> <value>string</value> </customField> <customField name="string" type="bespoke or identity or feature"> <value>string</value> </customField> </custom> </retrieveDevelopmentDetailsResult> <result>successful or invalid-proptrack-key or unauthorised-domain or invalid-webservice-key or unexpected-exception or non-secure-protocol or option-not-support or insufficient-permission or invalid-parameter or invalid-advantez-key or rental-unavailable-for-dates or rental-unavailable-for-term</result> </retrieveDevelopmentDetailsResponse> </soap:Body> </soap:Envelope> SOAP 1.2An example of a SOAP 1.2 request and response POST /webkits/development.v1.2.service HTTP/1.1 Host: services.advantez.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> <retrieveDevelopmentDetails xmlns="http://services.advantez.com/webkits/development/v1.2"> <advantezKey>string</advantezKey> <webServiceKey>string</webServiceKey> <developmentId>int</developmentId> <analytics id="string"> <referrer>string</referrer> <userAgent>string</userAgent> <acceptLanguage>string</acceptLanguage> <host>string</host> <userIp>string</userIp> <duration>double</duration> </analytics> </retrieveDevelopmentDetails> </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> <retrieveDevelopmentDetailsResponse xmlns="http://services.advantez.com/webkits/development/v1.2"> <retrieveDevelopmentDetailsResult id="int"> <name>string</name> <country>string</country> <region>string</region> <city>string</city> <totalUnits>int</totalUnits> <unitsSold>int</unitsSold> <longitude>decimal</longitude> <latitude>decimal</latitude> <primaryImageUrl>string</primaryImageUrl> <costs> <cost currency="string"> <type>apartment or bar or bistro or building-plot or bungalow or business or chalet or commercial or commercial-plot or country-house or detached or duplex-apartment or duplex-penthouse or end-terrace or farm or farm-house or finca or garage or garden-apartment or hotel or house or land or maisonette or mew or mobile-home or night-club or office or penthouse or restaurant or ruin or semi-detached or shop or studio or terrace or townhouse or villa or other</type> <from>decimal</from> <to>decimal</to> </cost> <cost currency="string"> <type>apartment or bar or bistro or building-plot or bungalow or business or chalet or commercial or commercial-plot or country-house or detached or duplex-apartment or duplex-penthouse or end-terrace or farm or farm-house or finca or garage or garden-apartment or hotel or house or land or maisonette or mew or mobile-home or night-club or office or penthouse or restaurant or ruin or semi-detached or shop or studio or terrace or townhouse or villa or other</type> <from>decimal</from> <to>decimal</to> </cost> </costs> <phases> <phase id="int" licence="boolean" rental="boolean" bank="boolean"> <name>string</name> <launch>dateTime</launch> <start>dateTime</start> <end>dateTime</end> <stats xsi:nil="true" /> <groups xsi:nil="true" /> </phase> <phase id="int" licence="boolean" rental="boolean" bank="boolean"> <name>string</name> <launch>dateTime</launch> <start>dateTime</start> <end>dateTime</end> <stats xsi:nil="true" /> <groups xsi:nil="true" /> </phase> </phases> <descriptions> <description culture="string"> <text>string</text> </description> <description culture="string"> <text>string</text> </description> </descriptions> <custom> <customField name="string" type="bespoke or identity or feature"> <value>string</value> </customField> <customField name="string" type="bespoke or identity or feature"> <value>string</value> </customField> </custom> </retrieveDevelopmentDetailsResult> <result>successful or invalid-proptrack-key or unauthorised-domain or invalid-webservice-key or unexpected-exception or non-secure-protocol or option-not-support or insufficient-permission or invalid-parameter or invalid-advantez-key or rental-unavailable-for-dates or rental-unavailable-for-term</result> </retrieveDevelopmentDetailsResponse> </soap12:Body> </soap12:Envelope> |
Home | Sitemap | Privacy policy | Disclaimer | Advertising
© 2025 advantez.com