Advantez

EnquiryByType request and response SOAP examples

enquiryByType

Submit an enquiry of selected type

Support Operations

SOAP 1.1

An example of a SOAP 1.1 request and response

POST /leads/enquiry.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/leads/enquiry/v1.2/enquiryByType"

<?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>
    <enquiryByType xmlns="http://services.advantez.com/leads/enquiry/v1.2">
      <advantezKey>string</advantezKey>
      <webServiceKey>string</webServiceKey>
      <leadType>mortgage or general or newsletter-subscription</leadType>
      <client>
        <title>string</title>
        <forename>string</forename>
        <surname>string</surname>
        <email>string</email>
        <officePhone>string</officePhone>
        <homePhone>string</homePhone>
        <mobile>string</mobile>
        <fax>string</fax>
        <reference>string</reference>
        <location>
          <name>string</name>
          <street>string</street>
          <city>string</city>
          <postCode>string</postCode>
          <countryName>string</countryName>
          <regionName>string</regionName>
        </location>
      </client>
      <analytics id="string">
        <referrer>string</referrer>
        <userAgent>string</userAgent>
        <acceptLanguage>string</acceptLanguage>
        <host>string</host>
        <userIp>string</userIp>
        <duration>double</duration>
      </analytics>
      <notes>string</notes>
    </enquiryByType>
  </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>
    <enquiryByTypeResponse xmlns="http://services.advantez.com/leads/enquiry/v1.2">
      <enquiryByTypeResult>successful or successful-but-delayed or invalid-proptrack-key or unauthorised-domain or invalid-web-service-key or unexpected-exception or non-secure-protocol or invalid-advantez-key</enquiryByTypeResult>
    </enquiryByTypeResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

An example of a SOAP 1.2 request and response

POST /leads/enquiry.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>
    <enquiryByType xmlns="http://services.advantez.com/leads/enquiry/v1.2">
      <advantezKey>string</advantezKey>
      <webServiceKey>string</webServiceKey>
      <leadType>mortgage or general or newsletter-subscription</leadType>
      <client>
        <title>string</title>
        <forename>string</forename>
        <surname>string</surname>
        <email>string</email>
        <officePhone>string</officePhone>
        <homePhone>string</homePhone>
        <mobile>string</mobile>
        <fax>string</fax>
        <reference>string</reference>
        <location>
          <name>string</name>
          <street>string</street>
          <city>string</city>
          <postCode>string</postCode>
          <countryName>string</countryName>
          <regionName>string</regionName>
        </location>
      </client>
      <analytics id="string">
        <referrer>string</referrer>
        <userAgent>string</userAgent>
        <acceptLanguage>string</acceptLanguage>
        <host>string</host>
        <userIp>string</userIp>
        <duration>double</duration>
      </analytics>
      <notes>string</notes>
    </enquiryByType>
  </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>
    <enquiryByTypeResponse xmlns="http://services.advantez.com/leads/enquiry/v1.2">
      <enquiryByTypeResult>successful or successful-but-delayed or invalid-proptrack-key or unauthorised-domain or invalid-web-service-key or unexpected-exception or non-secure-protocol or invalid-advantez-key</enquiryByTypeResult>
    </enquiryByTypeResponse>
  </soap12:Body>
</soap12:Envelope>