Skip to main content
PUT
/
properties
/
{id}
Update Property
curl --request PUT \
  --url https://los.universal.rollout.com/api/properties/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "insured": true,
  "type": "<string>",
  "name": "<string>",
  "mlsNumber": "<string>",
  "purchasePrice": 123,
  "currentValue": 123,
  "appraisedValue": 123,
  "appraisalDate": "<string>",
  "occupancyType": "<string>",
  "zoning": "<string>",
  "propertyCharacteristics": {},
  "insuranceProvider": "<string>",
  "insurancePolicyNumber": "<string>"
}
'
{
  "id": "<string>",
  "address": {
    "type": "<string>",
    "street": "<string>",
    "city": "<string>",
    "state": "<string>",
    "code": "<string>"
  },
  "type": "<string>",
  "name": "<string>",
  "mlsNumber": "<string>",
  "purchasePrice": 123,
  "currentValue": 123,
  "appraisedValue": 123,
  "appraisalDate": "<string>",
  "occupancyType": "<string>",
  "zoning": "<string>",
  "propertyCharacteristics": {},
  "insured": true,
  "insuranceProvider": "<string>",
  "insurancePolicyNumber": "<string>",
  "created": "<string>",
  "updated": "<string>",
  "rolloutUpdated": "<string>",
  "originalIds": {},
  "original": {}
}

Path Parameters

id
string
required

Body

application/json
insured
boolean
required
address
object
type
string
name
string
mlsNumber
string
purchasePrice
number
currentValue
number
appraisedValue
number
appraisalDate
string
occupancyType
string
zoning
string
propertyCharacteristics
object
insuranceProvider
string
insurancePolicyNumber
string

Response

OK

id
string
required
address
object
required
type
string
required
name
string
required
mlsNumber
string
required
purchasePrice
number
required
currentValue
number
required
appraisedValue
number
required
appraisalDate
string
required
occupancyType
string
required
zoning
string
required
propertyCharacteristics
object
required
insured
boolean
required
insuranceProvider
string
required
insurancePolicyNumber
string
required
created
string
required
updated
string
required
rolloutUpdated
string
required
originalIds
object
required
original
object
required