New Record
Sonoran CAD allows you to easily add new custom records and reports to your community via API.
This API endpoint requires the Plus version of Sonoran CAD or higher. For more information, see our pricing page.
New Record
POST
https://api.sonorancad.com/general/new_record
This endpoint allows you to add a new custom record to your community.
Request Body
Name
Type
Description
id
string
Your community's ID
key
string
Your community's API Key
type
string
NEW_RECORD
data
array
Array of record objects
Formatting Data for Custom Records
Custom records can be easily modified with a set of key/value pairs, or full raw JSON.
Learn more about these formatting options below:
API Options for Adding and Modifying RecordsLast updated