LeadsEngine


Click here for a complete list of operations.

FINPostLead

DSS Finance SOAP POST

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
Aff_ID:
consumer_IPAddress:
reservationID:
FIN_firstName:
FIN_lastNname:
FIN_SSN:
FIN_email:
FIN_grossMonthlyIncome:
FIN_bankruptsy:
FIN_phoneHome:
FIN_phoneWork:
FIN_birthDate:
FIN_residenceType:
FIN_address:
FIN_city:
FIN_State:
FIN_zipCode:
FIN_Country:
FIN_residenceYears:
FIN_residenceMonths:
FIN_monthlyPayment:
FIN_employerName:
FIN_employerPhone:
FIN_employmentYears:
FIN_employmentMonths:
FIN_jobTitle:
FIN_creditCheck:
FIN_forwardApplication:
FIN_CosignerAvailable:

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 /LeadsEngine.asmx HTTP/1.1
Host: www.datastatsolutions.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.datastatsolutions.com/DSSWebservice/FINPostLead"

<?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>
    <FINPostLead xmlns="http://www.datastatsolutions.com/DSSWebservice">
      <Aff_ID>string</Aff_ID>
      <consumer_IPAddress>string</consumer_IPAddress>
      <reservationID>string</reservationID>
      <FIN_firstName>string</FIN_firstName>
      <FIN_lastNname>string</FIN_lastNname>
      <FIN_SSN>string</FIN_SSN>
      <FIN_email>string</FIN_email>
      <FIN_grossMonthlyIncome>string</FIN_grossMonthlyIncome>
      <FIN_bankruptsy>boolean</FIN_bankruptsy>
      <FIN_phoneHome>string</FIN_phoneHome>
      <FIN_phoneWork>string</FIN_phoneWork>
      <FIN_birthDate>string</FIN_birthDate>
      <FIN_residenceType>string</FIN_residenceType>
      <FIN_address>string</FIN_address>
      <FIN_city>string</FIN_city>
      <FIN_State>string</FIN_State>
      <FIN_zipCode>string</FIN_zipCode>
      <FIN_Country>string</FIN_Country>
      <FIN_residenceYears>string</FIN_residenceYears>
      <FIN_residenceMonths>string</FIN_residenceMonths>
      <FIN_monthlyPayment>string</FIN_monthlyPayment>
      <FIN_employerName>string</FIN_employerName>
      <FIN_employerPhone>string</FIN_employerPhone>
      <FIN_employmentYears>string</FIN_employmentYears>
      <FIN_employmentMonths>string</FIN_employmentMonths>
      <FIN_jobTitle>string</FIN_jobTitle>
      <FIN_creditCheck>boolean</FIN_creditCheck>
      <FIN_forwardApplication>boolean</FIN_forwardApplication>
      <FIN_CosignerAvailable>boolean</FIN_CosignerAvailable>
    </FINPostLead>
  </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>
    <FINPostLeadResponse xmlns="http://www.datastatsolutions.com/DSSWebservice">
      <FINPostLeadResult>xml</FINPostLeadResult>
    </FINPostLeadResponse>
  </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 /LeadsEngine.asmx HTTP/1.1
Host: www.datastatsolutions.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>
    <FINPostLead xmlns="http://www.datastatsolutions.com/DSSWebservice">
      <Aff_ID>string</Aff_ID>
      <consumer_IPAddress>string</consumer_IPAddress>
      <reservationID>string</reservationID>
      <FIN_firstName>string</FIN_firstName>
      <FIN_lastNname>string</FIN_lastNname>
      <FIN_SSN>string</FIN_SSN>
      <FIN_email>string</FIN_email>
      <FIN_grossMonthlyIncome>string</FIN_grossMonthlyIncome>
      <FIN_bankruptsy>boolean</FIN_bankruptsy>
      <FIN_phoneHome>string</FIN_phoneHome>
      <FIN_phoneWork>string</FIN_phoneWork>
      <FIN_birthDate>string</FIN_birthDate>
      <FIN_residenceType>string</FIN_residenceType>
      <FIN_address>string</FIN_address>
      <FIN_city>string</FIN_city>
      <FIN_State>string</FIN_State>
      <FIN_zipCode>string</FIN_zipCode>
      <FIN_Country>string</FIN_Country>
      <FIN_residenceYears>string</FIN_residenceYears>
      <FIN_residenceMonths>string</FIN_residenceMonths>
      <FIN_monthlyPayment>string</FIN_monthlyPayment>
      <FIN_employerName>string</FIN_employerName>
      <FIN_employerPhone>string</FIN_employerPhone>
      <FIN_employmentYears>string</FIN_employmentYears>
      <FIN_employmentMonths>string</FIN_employmentMonths>
      <FIN_jobTitle>string</FIN_jobTitle>
      <FIN_creditCheck>boolean</FIN_creditCheck>
      <FIN_forwardApplication>boolean</FIN_forwardApplication>
      <FIN_CosignerAvailable>boolean</FIN_CosignerAvailable>
    </FINPostLead>
  </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>
    <FINPostLeadResponse xmlns="http://www.datastatsolutions.com/DSSWebservice">
      <FINPostLeadResult>xml</FINPostLeadResult>
    </FINPostLeadResponse>
  </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 /LeadsEngine.asmx/FINPostLead?Aff_ID=string&consumer_IPAddress=string&reservationID=string&FIN_firstName=string&FIN_lastNname=string&FIN_SSN=string&FIN_email=string&FIN_grossMonthlyIncome=string&FIN_bankruptsy=string&FIN_phoneHome=string&FIN_phoneWork=string&FIN_birthDate=string&FIN_residenceType=string&FIN_address=string&FIN_city=string&FIN_State=string&FIN_zipCode=string&FIN_Country=string&FIN_residenceYears=string&FIN_residenceMonths=string&FIN_monthlyPayment=string&FIN_employerName=string&FIN_employerPhone=string&FIN_employmentYears=string&FIN_employmentMonths=string&FIN_jobTitle=string&FIN_creditCheck=string&FIN_forwardApplication=string&FIN_CosignerAvailable=string HTTP/1.1
Host: www.datastatsolutions.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml

HTTP POST

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

POST /LeadsEngine.asmx/FINPostLead HTTP/1.1
Host: www.datastatsolutions.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Aff_ID=string&consumer_IPAddress=string&reservationID=string&FIN_firstName=string&FIN_lastNname=string&FIN_SSN=string&FIN_email=string&FIN_grossMonthlyIncome=string&FIN_bankruptsy=string&FIN_phoneHome=string&FIN_phoneWork=string&FIN_birthDate=string&FIN_residenceType=string&FIN_address=string&FIN_city=string&FIN_State=string&FIN_zipCode=string&FIN_Country=string&FIN_residenceYears=string&FIN_residenceMonths=string&FIN_monthlyPayment=string&FIN_employerName=string&FIN_employerPhone=string&FIN_employmentYears=string&FIN_employmentMonths=string&FIN_jobTitle=string&FIN_creditCheck=string&FIN_forwardApplication=string&FIN_CosignerAvailable=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml