Skip to main content
endpoint
/api/v1/sisd/:id
Update an existing SI/SD record.

Path Parameters

string
required
The UUID of the SI/SD record to update

Body Parameters

All fields are optional, but at least one must be provided. Geospatial fields (address, coordinates, parcelId) and externalSystemId are not accepted on updates. If you need to change these, delete and resubmit the record.
string
Type of record: improvement or damage
number
Dollar amount of the improvement or damage
string
Date of the improvement or damage. Accepts ISO 8601 format (e.g., 2024-03-15) or MM/DD/YYYY format.
string | null
Description providing context about the improvement or damage. Set to null to clear.
number
Market value of the property before the improvement or damage
Account-specific unique identifiers (e.g., permitId) may be included as additional parameters depending on your community configuration.

Response

object
The updated SI/SD record
object
Property information and warnings
array
Array of error objects. When non-empty, the sisd object is absent. See Errors.