LeadsEngine


Click here for a complete list of operations.

InternalFinPost

Internal use only

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
Lead_ID:
ref_id:
chainAffID:
vendor:
Org_Ping_NCP_guid:
Vendor_Ping_guid:
Post_Vendor_guid:
IP_Address:
FIN_first_name:
FIN_last_name:
FIN_email:
FIN_phonehome:
FIN_phonework:
FIN_SSN:
FIN_birthdate:
FIN_residencetype:
FIN_address:
FIN_city:
FIN_State:
FIN_zipCode:
FIN_residenceyears:
FIN_residencemonths:
FIN_monthlypayment:
FIN_employername:
FIN_jobtitle:
FIN_grossmonthlyincome:
FIN_employmentyears:
FIN_employmentmonths:
FIN_bankruptsy:
FIN_creditauthorization:
FIN_forwardapplicationauthorization:
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/InternalFinPost"

<?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>
    <InternalFinPost xmlns="http://www.datastatsolutions.com/DSSWebservice">
      <Lead_ID>int</Lead_ID>
      <ref_id>string</ref_id>
      <chainAffID>string</chainAffID>
      <vendor>int</vendor>
      <Org_Ping_NCP_guid>string</Org_Ping_NCP_guid>
      <Vendor_Ping_guid>string</Vendor_Ping_guid>
      <Post_Vendor_guid>string</Post_Vendor_guid>
      <IP_Address>string</IP_Address>
      <FIN_first_name>string</FIN_first_name>
      <FIN_last_name>string</FIN_last_name>
      <FIN_email>string</FIN_email>
      <FIN_phonehome>string</FIN_phonehome>
      <FIN_phonework>string</FIN_phonework>
      <FIN_SSN>string</FIN_SSN>
      <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_residenceyears>string</FIN_residenceyears>
      <FIN_residencemonths>string</FIN_residencemonths>
      <FIN_monthlypayment>string</FIN_monthlypayment>
      <FIN_employername>string</FIN_employername>
      <FIN_jobtitle>string</FIN_jobtitle>
      <FIN_grossmonthlyincome>string</FIN_grossmonthlyincome>
      <FIN_employmentyears>string</FIN_employmentyears>
      <FIN_employmentmonths>string</FIN_employmentmonths>
      <FIN_bankruptsy>boolean</FIN_bankruptsy>
      <FIN_creditauthorization>boolean</FIN_creditauthorization>
      <FIN_forwardapplicationauthorization>boolean</FIN_forwardapplicationauthorization>
      <FIN_CosignerAvailable>boolean</FIN_CosignerAvailable>
    </InternalFinPost>
  </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>
    <InternalFinPostResponse xmlns="http://www.datastatsolutions.com/DSSWebservice">
      <InternalFinPostResult>
        <TX_time>string</TX_time>
        <RX_time>string</RX_time>
        <NCP_GUID>string</NCP_GUID>
        <VEN_GUID>string</VEN_GUID>
        <Response>string</Response>
        <Message>string</Message>
        <Status>string</Status>
        <Error>string</Error>
      </InternalFinPostResult>
    </InternalFinPostResponse>
  </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>
    <InternalFinPost xmlns="http://www.datastatsolutions.com/DSSWebservice">
      <Lead_ID>int</Lead_ID>
      <ref_id>string</ref_id>
      <chainAffID>string</chainAffID>
      <vendor>int</vendor>
      <Org_Ping_NCP_guid>string</Org_Ping_NCP_guid>
      <Vendor_Ping_guid>string</Vendor_Ping_guid>
      <Post_Vendor_guid>string</Post_Vendor_guid>
      <IP_Address>string</IP_Address>
      <FIN_first_name>string</FIN_first_name>
      <FIN_last_name>string</FIN_last_name>
      <FIN_email>string</FIN_email>
      <FIN_phonehome>string</FIN_phonehome>
      <FIN_phonework>string</FIN_phonework>
      <FIN_SSN>string</FIN_SSN>
      <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_residenceyears>string</FIN_residenceyears>
      <FIN_residencemonths>string</FIN_residencemonths>
      <FIN_monthlypayment>string</FIN_monthlypayment>
      <FIN_employername>string</FIN_employername>
      <FIN_jobtitle>string</FIN_jobtitle>
      <FIN_grossmonthlyincome>string</FIN_grossmonthlyincome>
      <FIN_employmentyears>string</FIN_employmentyears>
      <FIN_employmentmonths>string</FIN_employmentmonths>
      <FIN_bankruptsy>boolean</FIN_bankruptsy>
      <FIN_creditauthorization>boolean</FIN_creditauthorization>
      <FIN_forwardapplicationauthorization>boolean</FIN_forwardapplicationauthorization>
      <FIN_CosignerAvailable>boolean</FIN_CosignerAvailable>
    </InternalFinPost>
  </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>
    <InternalFinPostResponse xmlns="http://www.datastatsolutions.com/DSSWebservice">
      <InternalFinPostResult>
        <TX_time>string</TX_time>
        <RX_time>string</RX_time>
        <NCP_GUID>string</NCP_GUID>
        <VEN_GUID>string</VEN_GUID>
        <Response>string</Response>
        <Message>string</Message>
        <Status>string</Status>
        <Error>string</Error>
      </InternalFinPostResult>
    </InternalFinPostResponse>
  </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/InternalFinPost?Lead_ID=string&ref_id=string&chainAffID=string&vendor=string&Org_Ping_NCP_guid=string&Vendor_Ping_guid=string&Post_Vendor_guid=string&IP_Address=string&FIN_first_name=string&FIN_last_name=string&FIN_email=string&FIN_phonehome=string&FIN_phonework=string&FIN_SSN=string&FIN_birthdate=string&FIN_residencetype=string&FIN_address=string&FIN_city=string&FIN_State=string&FIN_zipCode=string&FIN_residenceyears=string&FIN_residencemonths=string&FIN_monthlypayment=string&FIN_employername=string&FIN_jobtitle=string&FIN_grossmonthlyincome=string&FIN_employmentyears=string&FIN_employmentmonths=string&FIN_bankruptsy=string&FIN_creditauthorization=string&FIN_forwardapplicationauthorization=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" encoding="utf-8"?>
<LEAD_RES_DATA xmlns="http://www.datastatsolutions.com/DSSWebservice">
  <TX_time>string</TX_time>
  <RX_time>string</RX_time>
  <NCP_GUID>string</NCP_GUID>
  <VEN_GUID>string</VEN_GUID>
  <Response>string</Response>
  <Message>string</Message>
  <Status>string</Status>
  <Error>string</Error>
</LEAD_RES_DATA>

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/InternalFinPost HTTP/1.1
Host: www.datastatsolutions.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Lead_ID=string&ref_id=string&chainAffID=string&vendor=string&Org_Ping_NCP_guid=string&Vendor_Ping_guid=string&Post_Vendor_guid=string&IP_Address=string&FIN_first_name=string&FIN_last_name=string&FIN_email=string&FIN_phonehome=string&FIN_phonework=string&FIN_SSN=string&FIN_birthdate=string&FIN_residencetype=string&FIN_address=string&FIN_city=string&FIN_State=string&FIN_zipCode=string&FIN_residenceyears=string&FIN_residencemonths=string&FIN_monthlypayment=string&FIN_employername=string&FIN_jobtitle=string&FIN_grossmonthlyincome=string&FIN_employmentyears=string&FIN_employmentmonths=string&FIN_bankruptsy=string&FIN_creditauthorization=string&FIN_forwardapplicationauthorization=string&FIN_CosignerAvailable=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<LEAD_RES_DATA xmlns="http://www.datastatsolutions.com/DSSWebservice">
  <TX_time>string</TX_time>
  <RX_time>string</RX_time>
  <NCP_GUID>string</NCP_GUID>
  <VEN_GUID>string</VEN_GUID>
  <Response>string</Response>
  <Message>string</Message>
  <Status>string</Status>
  <Error>string</Error>
</LEAD_RES_DATA>