LoanService
Click here for a complete list of operations.
AddCreditApp
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /Loanservice.asmx HTTP/1.1 Host: myequityaccount.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/AddCreditApp" <?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> <AddCreditApp xmlns="http://tempuri.org/"> <iDealerID>int</iDealerID> <iDealerContactPerson>int</iDealerContactPerson> <iLoanType>int</iLoanType> <iAppStatus>int</iAppStatus> <iAppType>int</iAppType> <iCreatedBy>int</iCreatedBy> <iSecurityType>int</iSecurityType> <vSecurityValue>string</vSecurityValue> <vFirstName>string</vFirstName> <vMiddleInitial>string</vMiddleInitial> <vLastName>string</vLastName> <vBeacon1>string</vBeacon1> <dDateOfBirth>string</dDateOfBirth> <nCAddress>string</nCAddress> <nCAppt>string</nCAppt> <nCZipCode>string</nCZipCode> <nCCity>string</nCCity> <iCStateID>int</iCStateID> <iCCountry>int</iCCountry> <bIsCoCustomer>boolean</bIsCoCustomer> <iCoSecurityType>int</iCoSecurityType> <vCoSecurityValue>string</vCoSecurityValue> <vCoFirstName>string</vCoFirstName> <vCoMiddleInitial>string</vCoMiddleInitial> <vCoLastName>string</vCoLastName> <vCoBeacon1>string</vCoBeacon1> <dCoDateOfBirth>string</dCoDateOfBirth> <nCoAddress>string</nCoAddress> <nCoAppt>string</nCoAppt> <nCoZipCode>string</nCoZipCode> <nCoCity>string</nCoCity> <iCoStateID>int</iCoStateID> <iCoCountry>int</iCoCountry> <bIsGCustomer>boolean</bIsGCustomer> <iGSecurityType>int</iGSecurityType> <vGSecurityValue>string</vGSecurityValue> <vGFirstName>string</vGFirstName> <vGMiddleInitial>string</vGMiddleInitial> <vGLastName>string</vGLastName> <vGBeacon1>string</vGBeacon1> <dGDateOfBirth>string</dGDateOfBirth> <nGAddress>string</nGAddress> <nGAppt>string</nGAppt> <nGZipCode>string</nGZipCode> <nGCity>string</nGCity> <iGStateID>int</iGStateID> <iGCountry>int</iGCountry> </AddCreditApp> </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> <AddCreditAppResponse xmlns="http://tempuri.org/"> <AddCreditAppResult>string</AddCreditAppResult> </AddCreditAppResponse> </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 /Loanservice.asmx HTTP/1.1 Host: myequityaccount.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> <AddCreditApp xmlns="http://tempuri.org/"> <iDealerID>int</iDealerID> <iDealerContactPerson>int</iDealerContactPerson> <iLoanType>int</iLoanType> <iAppStatus>int</iAppStatus> <iAppType>int</iAppType> <iCreatedBy>int</iCreatedBy> <iSecurityType>int</iSecurityType> <vSecurityValue>string</vSecurityValue> <vFirstName>string</vFirstName> <vMiddleInitial>string</vMiddleInitial> <vLastName>string</vLastName> <vBeacon1>string</vBeacon1> <dDateOfBirth>string</dDateOfBirth> <nCAddress>string</nCAddress> <nCAppt>string</nCAppt> <nCZipCode>string</nCZipCode> <nCCity>string</nCCity> <iCStateID>int</iCStateID> <iCCountry>int</iCCountry> <bIsCoCustomer>boolean</bIsCoCustomer> <iCoSecurityType>int</iCoSecurityType> <vCoSecurityValue>string</vCoSecurityValue> <vCoFirstName>string</vCoFirstName> <vCoMiddleInitial>string</vCoMiddleInitial> <vCoLastName>string</vCoLastName> <vCoBeacon1>string</vCoBeacon1> <dCoDateOfBirth>string</dCoDateOfBirth> <nCoAddress>string</nCoAddress> <nCoAppt>string</nCoAppt> <nCoZipCode>string</nCoZipCode> <nCoCity>string</nCoCity> <iCoStateID>int</iCoStateID> <iCoCountry>int</iCoCountry> <bIsGCustomer>boolean</bIsGCustomer> <iGSecurityType>int</iGSecurityType> <vGSecurityValue>string</vGSecurityValue> <vGFirstName>string</vGFirstName> <vGMiddleInitial>string</vGMiddleInitial> <vGLastName>string</vGLastName> <vGBeacon1>string</vGBeacon1> <dGDateOfBirth>string</dGDateOfBirth> <nGAddress>string</nGAddress> <nGAppt>string</nGAppt> <nGZipCode>string</nGZipCode> <nGCity>string</nGCity> <iGStateID>int</iGStateID> <iGCountry>int</iGCountry> </AddCreditApp> </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> <AddCreditAppResponse xmlns="http://tempuri.org/"> <AddCreditAppResult>string</AddCreditAppResult> </AddCreditAppResponse> </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 /Loanservice.asmx/AddCreditApp?iDealerID=string&iDealerContactPerson=string&iLoanType=string&iAppStatus=string&iAppType=string&iCreatedBy=string&iSecurityType=string&vSecurityValue=string&vFirstName=string&vMiddleInitial=string&vLastName=string&vBeacon1=string&dDateOfBirth=string&nCAddress=string&nCAppt=string&nCZipCode=string&nCCity=string&iCStateID=string&iCCountry=string&bIsCoCustomer=string&iCoSecurityType=string&vCoSecurityValue=string&vCoFirstName=string&vCoMiddleInitial=string&vCoLastName=string&vCoBeacon1=string&dCoDateOfBirth=string&nCoAddress=string&nCoAppt=string&nCoZipCode=string&nCoCity=string&iCoStateID=string&iCoCountry=string&bIsGCustomer=string&iGSecurityType=string&vGSecurityValue=string&vGFirstName=string&vGMiddleInitial=string&vGLastName=string&vGBeacon1=string&dGDateOfBirth=string&nGAddress=string&nGAppt=string&nGZipCode=string&nGCity=string&iGStateID=string&iGCountry=string HTTP/1.1 Host: myequityaccount.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://tempuri.org/">string</string>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /Loanservice.asmx/AddCreditApp HTTP/1.1 Host: myequityaccount.com Content-Type: application/x-www-form-urlencoded Content-Length: length iDealerID=string&iDealerContactPerson=string&iLoanType=string&iAppStatus=string&iAppType=string&iCreatedBy=string&iSecurityType=string&vSecurityValue=string&vFirstName=string&vMiddleInitial=string&vLastName=string&vBeacon1=string&dDateOfBirth=string&nCAddress=string&nCAppt=string&nCZipCode=string&nCCity=string&iCStateID=string&iCCountry=string&bIsCoCustomer=string&iCoSecurityType=string&vCoSecurityValue=string&vCoFirstName=string&vCoMiddleInitial=string&vCoLastName=string&vCoBeacon1=string&dCoDateOfBirth=string&nCoAddress=string&nCoAppt=string&nCoZipCode=string&nCoCity=string&iCoStateID=string&iCoCountry=string&bIsGCustomer=string&iGSecurityType=string&vGSecurityValue=string&vGFirstName=string&vGMiddleInitial=string&vGLastName=string&vGBeacon1=string&dGDateOfBirth=string&nGAddress=string&nGAppt=string&nGZipCode=string&nGCity=string&iGStateID=string&iGCountry=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://tempuri.org/">string</string>