/api/v1/records
data schema depend on the recordType. Logs track contact inquiries, document your responses, and maintain records for CRS documentation.
This endpoint currently only supports creating records with a
recordType of Log.Body Parameters
- Log
Must be
Log.Unique identifier from your system
UUID of an existing property in Forerunner. When provided, the record is associated directly with this property instead of geocoding the address.
Two-element array
[latitude, longitude] in EPSG:4326 format. Used to resolve a property when propertyId and coordinates are not provided.Log-specific fields.
How the contact reached out. Valid values:
webwalk-inphonewritten/email request
Date of the inquiry. Accepts any date string that can be parsed as a date (e.g.,
2024-03-20, 2024-03-20T14:30:00Z).Fully qualified street address in the format:
{streetNumber} {streetName} {streetPostfix}, {city}, {state} {zip} (e.g., 123 Main St, Springfield, IL 62701). Forerunner uses this to associate the log with a property when propertyId and coordinates are not provided.Current status of the log:
open, in_progress, or complete. Defaults to open.Full name of the contact
Email address for the contact
Phone number for the contact
Relationship of the contact to the property. Valid values:
homeownerproperty_ownerrentersurveyorcontractorarchitectinsurance_agentrealtorbuyerother
FIRM panel number for the property (e.g.,
17167C0033E). Auto-computed from the property’s coordinates if omitted.Flood zone designation for the property. Common values include
AE, VE, X, AO, A, AH, and others. Auto-computed from the property’s coordinates if omitted.Base Flood Elevation value as a string (e.g.,
"12.5"). Auto-computed from the property’s coordinates if omitted.Base flood depth value as a string. Auto-computed from the property’s coordinates if omitted.
How insurance information was provided to the contact:
verbally, handout, or emailWhether a site visit occurred
Whether property protection advice was given to the contact
Whether financial advice was given to the contact
Whether the property is in a coastal or CBRS area. Auto-computed from the property’s coordinates if omitted.
Whether the property has experienced past flooding
Whether erosion is a concern for the property
Description of what the contact requested help with
Internal notes about the interaction
Response
The created record