This method is used to find the property that the work order is going to be created for. This method can be used by an interface to allow the user to find the property they are interested in.
Success Response Content
Example JSON:
{
"validationErrors": [],
"result": {
"propertyReferencesBean": {
"propertyReferenceBeen": [
{
"name": "12 Felix St",
"reference": "PP-00000001",
"externalReference": "12345",
"areas": [
{
"name": "backyard",
"reference": "PA-00000001"
}
]
}
]
}
}
}
Field Descriptions