Add/Edit Insurance

This request allows you to add or edit existing insurance information for a collateral item on a loan.

   Click here to learn more about this request


Lenders will often track the insurance information for a collateral item such as an automobile:

  • The Insurance object is nested within the Loans entity.
  • Insurance information is not required for collateral items, but each loan account can only have one set of insurance information—even if there are multiple collateralized items.
  • Since there can only have one set of insurance information, this request doesn't require **id and **update fields like our other requests.

Database

For information on insurance and collateral database tables, see the following articles:

{
    "Insurance": {
        "companyName": "State Farm",
        "insured": "Jane Doe",
        "agentName": "Mr. Agent",
        "policyNumber": "EIRK-049203-0498",
        "phone": "5555555555",
        "deductible": "900.00",
        "startDate": "2015-01-15",
        "endDate": "2015-01-15"
    }
}
Language
Authorization
Click Try It! to start a request and see the response here!