Create Time Custom Field

This request allows you to create a time Custom Field.

General

Custom fields are used by lenders to track information that's important to their business practices but isn't native to LoanPro. Here's what you need to know about this request:

  • Custom fields can display several different types of information. This request creates a custom field that displays a time.
  • Users create custom fields for entities such as Loans, Customers, and more. Once the field has been set up, it will be included as an option for each newly created entity. When creating the entity a custom field is associated with, the user determines the value of the custom field.
  • Custom fields do not update themselves automatically. However, you can set a default value for the field.

For an example of how custom fields work within the UI, take a look at our Using Custom Fields article.

Database

For information on associated companies and custom field database tables, see the following articles:

{
     "name": "Time",
     "type": "customfield.type.time",
     "entityType": "Entity.Customer",
     "required": 0,
     "reportEnabled": 0,
     "creditReportEnabled": 0,
     "archiveEnable": 0,
     "defaultValue": "10:30am",
     "autoCalculate": "customfield.autoCalculate.none",
     "active": 1
}

📘

Try It Instructions

Our requests often provide sample payload information so that you can receive a 200 response from simply hitting the Try It button. This request is ready for you—hit Try It to send the request.

However, if you would like to try this request with your own tenant account, make sure to change the headers to match your own authentication information.

Language
Authorization
Click Try It! to start a request and see the response here!