Gateway
Click here for a complete list of operations.
AllLoanInformation
Test
The test form is only available for requests from the local machine.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 /Gateway.asmx HTTP/1.1 Host: api.equiant.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://www.equiant.com/AllLoanInformation" <?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:Header> <Credentials xmlns="http://www.equiant.com/"> <UserName>string</UserName> <Password>string</Password> </Credentials> </soap:Header> <soap:Body> <AllLoanInformation xmlns="http://www.equiant.com/"> <AccountNumber>string</AccountNumber> </AllLoanInformation> </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> <AllLoanInformationResponse xmlns="http://www.equiant.com/"> <AllLoanInformationResult> <ImpoundDue>double</ImpoundDue> <OtherBalance>double</OtherBalance> <PaymentsMade>int</PaymentsMade> <PaymentFrequency>string</PaymentFrequency> <EquityTransfer>double</EquityTransfer> <ImpoundPaid>double</ImpoundPaid> <CurrentFinanced>double</CurrentFinanced> <FirstPaymentDueDate>dateTime</FirstPaymentDueDate> <FirstPaymentMade>dateTime</FirstPaymentMade> <TotalPoints>string</TotalPoints> <ConversionId>string</ConversionId> <UpgradeFromId>string</UpgradeFromId> <NsfCount>int</NsfCount> <SetupDate>dateTime</SetupDate> <DelinquencyCodes>string</DelinquencyCodes> <DelinquencyTimes>string</DelinquencyTimes> <AdjustibleRateReviewDate>dateTime</AdjustibleRateReviewDate> <AdjustibleRateReviewPeriod>string</AdjustibleRateReviewPeriod> <AdjustibleRateSpread>double</AdjustibleRateSpread> <AdjustibleRateFloor>double</AdjustibleRateFloor> <AdjustibleRateCeiling>double</AdjustibleRateCeiling> <SaleDate>dateTime</SaleDate> <LateChargeDescription>string</LateChargeDescription> <InterestDate>dateTime</InterestDate> <ClosingCosts>double</ClosingCosts> <AdjRateStatus>string</AdjRateStatus> <Impounds> <Impound> <Code>string</Code> <Amount>double</Amount> <Desc>string</Desc> </Impound> <Impound> <Code>string</Code> <Amount>double</Amount> <Desc>string</Desc> </Impound> </Impounds> <classCodes>string</classCodes> <creditScore>string</creditScore> <adjGrace>string</adjGrace> <AdjRateType>string</AdjRateType> </AllLoanInformationResult> </AllLoanInformationResponse> </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 /Gateway.asmx HTTP/1.1 Host: api.equiant.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:Header> <Credentials xmlns="http://www.equiant.com/"> <UserName>string</UserName> <Password>string</Password> </Credentials> </soap12:Header> <soap12:Body> <AllLoanInformation xmlns="http://www.equiant.com/"> <AccountNumber>string</AccountNumber> </AllLoanInformation> </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> <AllLoanInformationResponse xmlns="http://www.equiant.com/"> <AllLoanInformationResult> <ImpoundDue>double</ImpoundDue> <OtherBalance>double</OtherBalance> <PaymentsMade>int</PaymentsMade> <PaymentFrequency>string</PaymentFrequency> <EquityTransfer>double</EquityTransfer> <ImpoundPaid>double</ImpoundPaid> <CurrentFinanced>double</CurrentFinanced> <FirstPaymentDueDate>dateTime</FirstPaymentDueDate> <FirstPaymentMade>dateTime</FirstPaymentMade> <TotalPoints>string</TotalPoints> <ConversionId>string</ConversionId> <UpgradeFromId>string</UpgradeFromId> <NsfCount>int</NsfCount> <SetupDate>dateTime</SetupDate> <DelinquencyCodes>string</DelinquencyCodes> <DelinquencyTimes>string</DelinquencyTimes> <AdjustibleRateReviewDate>dateTime</AdjustibleRateReviewDate> <AdjustibleRateReviewPeriod>string</AdjustibleRateReviewPeriod> <AdjustibleRateSpread>double</AdjustibleRateSpread> <AdjustibleRateFloor>double</AdjustibleRateFloor> <AdjustibleRateCeiling>double</AdjustibleRateCeiling> <SaleDate>dateTime</SaleDate> <LateChargeDescription>string</LateChargeDescription> <InterestDate>dateTime</InterestDate> <ClosingCosts>double</ClosingCosts> <AdjRateStatus>string</AdjRateStatus> <Impounds> <Impound> <Code>string</Code> <Amount>double</Amount> <Desc>string</Desc> </Impound> <Impound> <Code>string</Code> <Amount>double</Amount> <Desc>string</Desc> </Impound> </Impounds> <classCodes>string</classCodes> <creditScore>string</creditScore> <adjGrace>string</adjGrace> <AdjRateType>string</AdjRateType> </AllLoanInformationResult> </AllLoanInformationResponse> </soap12:Body> </soap12:Envelope>