Skip to main content
POST
/
properties
Create Property
curl --request POST \
  --url https://los.universal.rollout.com/api/properties \
  --header 'Content-Type: application/json' \
  --data '
{
  "loanId": "<string>",
  "address": {
    "type": "<string>",
    "street": "<string>",
    "city": "<string>",
    "state": "<string>",
    "code": "<string>"
  },
  "type": "<string>",
  "currentValue": 123,
  "appraisalDate": "<string>",
  "insured": true,
  "name": "<string>",
  "mlsNumber": "<string>",
  "purchasePrice": 123,
  "appraisedValue": 123,
  "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": {}
}

Body

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

Response

Created

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