RealTimeLeads


Click here for a complete list of operations.

Suppliers_Insert_RealTimeLead

Use this Web Service to upload your real time leads to DoublePositive. For detailed instructions, please contact us at 410-332-0464

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
SupplierID:
SupplierPassword:
FirstName:
LastName:
CoAppFirstName:
CoAppLastName:
Address:
City:
State:
PostalCode:
WorkPhone:
HomePhone:
WorkPhoneExt:
PropertyType:
PropertyValue:
DesiredLoanAmount:
Mtg1Balance:
Mtg1InterestRate:
Mtg1LoanType:
Mtg1MonthlyPayment:
BehindPayment:
CurrentEmployer:
YearsThere:
Income:
BestCallTime:
EmailAddress:
OriginalLeadDate:
CreditStatus:
ExternalLeadID:
DesiredLoanType:
IPAddress:
AffiliateSource:

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 /suppliers/webservices/realtimeleads.asmx HTTP/1.1
Host: apps.doublepositive.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.DoublePositive.com/Suppliers_Insert_RealTimeLead"

<?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>
    <Suppliers_Insert_RealTimeLead xmlns="http://www.DoublePositive.com/">
      <SupplierID>string</SupplierID>
      <SupplierPassword>string</SupplierPassword>
      <FirstName>string</FirstName>
      <LastName>string</LastName>
      <CoAppFirstName>string</CoAppFirstName>
      <CoAppLastName>string</CoAppLastName>
      <Address>string</Address>
      <City>string</City>
      <State>string</State>
      <PostalCode>string</PostalCode>
      <WorkPhone>string</WorkPhone>
      <HomePhone>string</HomePhone>
      <WorkPhoneExt>string</WorkPhoneExt>
      <PropertyType>string</PropertyType>
      <PropertyValue>string</PropertyValue>
      <DesiredLoanAmount>string</DesiredLoanAmount>
      <Mtg1Balance>string</Mtg1Balance>
      <Mtg1InterestRate>string</Mtg1InterestRate>
      <Mtg1LoanType>string</Mtg1LoanType>
      <Mtg1MonthlyPayment>string</Mtg1MonthlyPayment>
      <BehindPayment>string</BehindPayment>
      <CurrentEmployer>string</CurrentEmployer>
      <YearsThere>string</YearsThere>
      <Income>string</Income>
      <BestCallTime>string</BestCallTime>
      <EmailAddress>string</EmailAddress>
      <OriginalLeadDate>string</OriginalLeadDate>
      <CreditStatus>string</CreditStatus>
      <ExternalLeadID>string</ExternalLeadID>
      <DesiredLoanType>string</DesiredLoanType>
      <IPAddress>string</IPAddress>
      <AffiliateSource>string</AffiliateSource>
    </Suppliers_Insert_RealTimeLead>
  </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>
    <Suppliers_Insert_RealTimeLeadResponse xmlns="http://www.DoublePositive.com/">
      <Suppliers_Insert_RealTimeLeadResult>
        <ErrorName>string</ErrorName>
        <ErrorDescription>string</ErrorDescription>
        <LeadID>string</LeadID>
        <ClientAvailable>boolean</ClientAvailable>
        <ClientName>string</ClientName>
        <PrimaryNumber>string</PrimaryNumber>
        <BackupNumber>string</BackupNumber>
        <Clients>
          <ClientInfomation>
            <CompanyName>string</CompanyName>
            <OrderID>int</OrderID>
          </ClientInfomation>
          <ClientInfomation>
            <CompanyName>string</CompanyName>
            <OrderID>int</OrderID>
          </ClientInfomation>
        </Clients>
      </Suppliers_Insert_RealTimeLeadResult>
    </Suppliers_Insert_RealTimeLeadResponse>
  </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 /suppliers/webservices/realtimeleads.asmx HTTP/1.1
Host: apps.doublepositive.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>
    <Suppliers_Insert_RealTimeLead xmlns="http://www.DoublePositive.com/">
      <SupplierID>string</SupplierID>
      <SupplierPassword>string</SupplierPassword>
      <FirstName>string</FirstName>
      <LastName>string</LastName>
      <CoAppFirstName>string</CoAppFirstName>
      <CoAppLastName>string</CoAppLastName>
      <Address>string</Address>
      <City>string</City>
      <State>string</State>
      <PostalCode>string</PostalCode>
      <WorkPhone>string</WorkPhone>
      <HomePhone>string</HomePhone>
      <WorkPhoneExt>string</WorkPhoneExt>
      <PropertyType>string</PropertyType>
      <PropertyValue>string</PropertyValue>
      <DesiredLoanAmount>string</DesiredLoanAmount>
      <Mtg1Balance>string</Mtg1Balance>
      <Mtg1InterestRate>string</Mtg1InterestRate>
      <Mtg1LoanType>string</Mtg1LoanType>
      <Mtg1MonthlyPayment>string</Mtg1MonthlyPayment>
      <BehindPayment>string</BehindPayment>
      <CurrentEmployer>string</CurrentEmployer>
      <YearsThere>string</YearsThere>
      <Income>string</Income>
      <BestCallTime>string</BestCallTime>
      <EmailAddress>string</EmailAddress>
      <OriginalLeadDate>string</OriginalLeadDate>
      <CreditStatus>string</CreditStatus>
      <ExternalLeadID>string</ExternalLeadID>
      <DesiredLoanType>string</DesiredLoanType>
      <IPAddress>string</IPAddress>
      <AffiliateSource>string</AffiliateSource>
    </Suppliers_Insert_RealTimeLead>
  </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>
    <Suppliers_Insert_RealTimeLeadResponse xmlns="http://www.DoublePositive.com/">
      <Suppliers_Insert_RealTimeLeadResult>
        <ErrorName>string</ErrorName>
        <ErrorDescription>string</ErrorDescription>
        <LeadID>string</LeadID>
        <ClientAvailable>boolean</ClientAvailable>
        <ClientName>string</ClientName>
        <PrimaryNumber>string</PrimaryNumber>
        <BackupNumber>string</BackupNumber>
        <Clients>
          <ClientInfomation>
            <CompanyName>string</CompanyName>
            <OrderID>int</OrderID>
          </ClientInfomation>
          <ClientInfomation>
            <CompanyName>string</CompanyName>
            <OrderID>int</OrderID>
          </ClientInfomation>
        </Clients>
      </Suppliers_Insert_RealTimeLeadResult>
    </Suppliers_Insert_RealTimeLeadResponse>
  </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 /suppliers/webservices/realtimeleads.asmx/Suppliers_Insert_RealTimeLead?SupplierID=string&SupplierPassword=string&FirstName=string&LastName=string&CoAppFirstName=string&CoAppLastName=string&Address=string&City=string&State=string&PostalCode=string&WorkPhone=string&HomePhone=string&WorkPhoneExt=string&PropertyType=string&PropertyValue=string&DesiredLoanAmount=string&Mtg1Balance=string&Mtg1InterestRate=string&Mtg1LoanType=string&Mtg1MonthlyPayment=string&BehindPayment=string&CurrentEmployer=string&YearsThere=string&Income=string&BestCallTime=string&EmailAddress=string&OriginalLeadDate=string&CreditStatus=string&ExternalLeadID=string&DesiredLoanType=string&IPAddress=string&AffiliateSource=string HTTP/1.1
Host: apps.doublepositive.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<returnMessage xmlns="http://www.DoublePositive.com/">
  <ErrorName>string</ErrorName>
  <ErrorDescription>string</ErrorDescription>
  <LeadID>string</LeadID>
  <ClientAvailable>boolean</ClientAvailable>
  <ClientName>string</ClientName>
  <PrimaryNumber>string</PrimaryNumber>
  <BackupNumber>string</BackupNumber>
  <Clients>
    <ClientInfomation>
      <CompanyName>string</CompanyName>
      <OrderID>int</OrderID>
    </ClientInfomation>
    <ClientInfomation>
      <CompanyName>string</CompanyName>
      <OrderID>int</OrderID>
    </ClientInfomation>
  </Clients>
</returnMessage>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /suppliers/webservices/realtimeleads.asmx/Suppliers_Insert_RealTimeLead HTTP/1.1
Host: apps.doublepositive.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

SupplierID=string&SupplierPassword=string&FirstName=string&LastName=string&CoAppFirstName=string&CoAppLastName=string&Address=string&City=string&State=string&PostalCode=string&WorkPhone=string&HomePhone=string&WorkPhoneExt=string&PropertyType=string&PropertyValue=string&DesiredLoanAmount=string&Mtg1Balance=string&Mtg1InterestRate=string&Mtg1LoanType=string&Mtg1MonthlyPayment=string&BehindPayment=string&CurrentEmployer=string&YearsThere=string&Income=string&BestCallTime=string&EmailAddress=string&OriginalLeadDate=string&CreditStatus=string&ExternalLeadID=string&DesiredLoanType=string&IPAddress=string&AffiliateSource=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<returnMessage xmlns="http://www.DoublePositive.com/">
  <ErrorName>string</ErrorName>
  <ErrorDescription>string</ErrorDescription>
  <LeadID>string</LeadID>
  <ClientAvailable>boolean</ClientAvailable>
  <ClientName>string</ClientName>
  <PrimaryNumber>string</PrimaryNumber>
  <BackupNumber>string</BackupNumber>
  <Clients>
    <ClientInfomation>
      <CompanyName>string</CompanyName>
      <OrderID>int</OrderID>
    </ClientInfomation>
    <ClientInfomation>
      <CompanyName>string</CompanyName>
      <OrderID>int</OrderID>
    </ClientInfomation>
  </Clients>
</returnMessage>