Add Action & Result Note to Loan

This request adds a new Actions and Results note.

   Click here to learn more about this request

Actions and Results are used by lenders to track the effectiveness of servicing operations and standardize practices for their personnel:

  • This request adds an action, result, and note to a loan.
  • This request does not update the loan's follow-up date. When you add or update an action and result within the UI, the system actually sends two requests: one for the action and result and one to update the follow-up date. This page—or any REST client—won't send the two requests at the same time, so it's necessary to send a separate request to update the follow-up date by editing the loan settings.

Database

For information on actions database tables, see the following articles:

{  
   "note":"This action and result note was created via the API",
   "loanId":"9114",
   "ActionResultSelectionItems":{  
      "results":[  
         {  
            "Action":{  
               "__id":1
            },
            "Result":{  
               "__id":2
            }
         }
      ]
   }
}
Language
Authorization
Click Try It! to start a request and see the response here!