LoanService
Click here for a complete list of operations.
RepossessionEdit
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/RepossessionEdit" <?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> <RepossessionEdit xmlns="http://tempuri.org/"> <nCreditApp>string</nCreditApp> <iRepoStatus>int</iRepoStatus> <dRepoAssigned>string</dRepoAssigned> <dRecovered>string</dRecovered> <iAssignedTo>int</iAssignedTo> <iTitleStatus>int</iTitleStatus> <dTitleAppFor>string</dTitleAppFor> <dTitleRec>string</dTitleRec> <dSellerPickup>string</dSellerPickup> <dDisposed>string</dDisposed> <mPayoff>double</mPayoff> <dTitleSent>string</dTitleSent> <iAssignedSeller>int</iAssignedSeller> <iMilesRepo>int</iMilesRepo> <mBookAvg>double</mBookAvg> <mBookRgh>double</mBookRgh> <mRecoveryAmt>double</mRecoveryAmt> <mPrinBal>double</mPrinBal> <mTotalDue>double</mTotalDue> <mTotalAllDue>double</mTotalAllDue> <mRemDisc>double</mRemDisc> <mDiscount>double</mDiscount> <mMinus>double</mMinus> <mPotentialLoss>double</mPotentialLoss> <mActualLoss>double</mActualLoss> <dRedemption>string</dRedemption> <mRedemptionAmt>double</mRedemptionAmt> <nMemo>string</nMemo> <iLastUpdateBy>int</iLastUpdateBy> </RepossessionEdit> </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> <RepossessionEditResponse xmlns="http://tempuri.org/"> <RepossessionEditResult /> </RepossessionEditResponse> </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> <RepossessionEdit xmlns="http://tempuri.org/"> <nCreditApp>string</nCreditApp> <iRepoStatus>int</iRepoStatus> <dRepoAssigned>string</dRepoAssigned> <dRecovered>string</dRecovered> <iAssignedTo>int</iAssignedTo> <iTitleStatus>int</iTitleStatus> <dTitleAppFor>string</dTitleAppFor> <dTitleRec>string</dTitleRec> <dSellerPickup>string</dSellerPickup> <dDisposed>string</dDisposed> <mPayoff>double</mPayoff> <dTitleSent>string</dTitleSent> <iAssignedSeller>int</iAssignedSeller> <iMilesRepo>int</iMilesRepo> <mBookAvg>double</mBookAvg> <mBookRgh>double</mBookRgh> <mRecoveryAmt>double</mRecoveryAmt> <mPrinBal>double</mPrinBal> <mTotalDue>double</mTotalDue> <mTotalAllDue>double</mTotalAllDue> <mRemDisc>double</mRemDisc> <mDiscount>double</mDiscount> <mMinus>double</mMinus> <mPotentialLoss>double</mPotentialLoss> <mActualLoss>double</mActualLoss> <dRedemption>string</dRedemption> <mRedemptionAmt>double</mRedemptionAmt> <nMemo>string</nMemo> <iLastUpdateBy>int</iLastUpdateBy> </RepossessionEdit> </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> <RepossessionEditResponse xmlns="http://tempuri.org/"> <RepossessionEditResult /> </RepossessionEditResponse> </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/RepossessionEdit?nCreditApp=string&iRepoStatus=string&dRepoAssigned=string&dRecovered=string&iAssignedTo=string&iTitleStatus=string&dTitleAppFor=string&dTitleRec=string&dSellerPickup=string&dDisposed=string&mPayoff=string&dTitleSent=string&iAssignedSeller=string&iMilesRepo=string&mBookAvg=string&mBookRgh=string&mRecoveryAmt=string&mPrinBal=string&mTotalDue=string&mTotalAllDue=string&mRemDisc=string&mDiscount=string&mMinus=string&mPotentialLoss=string&mActualLoss=string&dRedemption=string&mRedemptionAmt=string&nMemo=string&iLastUpdateBy=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"?> <anyType xmlns="http://tempuri.org/" />
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/RepossessionEdit HTTP/1.1 Host: myequityaccount.com Content-Type: application/x-www-form-urlencoded Content-Length: length nCreditApp=string&iRepoStatus=string&dRepoAssigned=string&dRecovered=string&iAssignedTo=string&iTitleStatus=string&dTitleAppFor=string&dTitleRec=string&dSellerPickup=string&dDisposed=string&mPayoff=string&dTitleSent=string&iAssignedSeller=string&iMilesRepo=string&mBookAvg=string&mBookRgh=string&mRecoveryAmt=string&mPrinBal=string&mTotalDue=string&mTotalAllDue=string&mRemDisc=string&mDiscount=string&mMinus=string&mPotentialLoss=string&mActualLoss=string&dRedemption=string&mRedemptionAmt=string&nMemo=string&iLastUpdateBy=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <anyType xmlns="http://tempuri.org/" />