Skip to end of banner
Go to start of banner

How To: Post API for an Integrated Search

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »


Step-by-step guide

  1. Posting an API will enable the user to do an integrated search of the application using either reference id, application(lead) id, servicer loan id, phone number or a combination of them.
  2. The user needs to know at least one of the above search parameters for the lead being searched.
  3. The user needs to download the open source application "Postman" to post APIs.
  4. The following API script will be used to do an integrated search. The script remains constant.
         {


         "AppId":"",


         "LosLoanNumber": "",


         "RefId": "",


         "ServicerLoanId":"",


         "PhoneNumber": ""


    }

      5. Login to the application in the org a

2. The user needs to note down the org id for the org used and the user id for the role logged in as from the database.
3. In Postman, use the org id and user id for the POST URL. For eg: http://qa.insellerate.com/api/integration/SearchResult?orgId=8&userId=126
4. Enter details for the lead as search parameters in the script in step 4.

5. Click on Send. Make sure the status says 200 OK

6. Verify the Lead Search results pop up is displayed on the agent's screen






 

Filter by label

There are no items with the selected labels at this time.



  • No labels