Skip to main content

Owners

Owners, Contact Persons, and Property Managers are all the same thing. They are the people who manage the properties.

Fields​

FieldTypeDescription
propertyIdstringUnique identifier for the property.
propertyNamestringName of the property.
firstNamestringFirst name of the property owner.
lastNamestringLast name of the property owner.
emailstring/string[]Optional. Email address of the owner.
phonestring/string[]Optional. Phone number of the owner.
addressstringOptional. Address of the property owner.
languagestringOptional. Language spoken by the owner.
countrystringOptional. Country of the property owner.

Supported Methods​

  1. Get All Owners

Sample Response​

{
"propertyId": "prop12345",
"propertyName": "Sunnydale Cottage",
"firstName": "John",
"lastName": "Doe",
"email": "johndoe@example.com",
"phone": "+1234567890",
"address": "123 Main St, Anytown, AT 12345",
"language": "English",
"country": "USA"
}