/
GET List of properties
GET List of properties
Get the list of all the properties for a Property Manager.
Endpoint: https://ws.icnea.net/cleaning_get_properties.aspx?user=$c$l$e$a$n$i$n$g$&owner=8
Parameter | Type | Description |
---|---|---|
user | string | API_key for your company, provided by Icnea |
owner | integer | Property Manager ID |
You will get a JSON as a response:
{
"cleaning_get_properties": {
"lodgings": [{
"lodging_id": "81001" }, {
"lodging_id": "81002" }, {
"lodging_id": "81003" }, {
"lodging_id": "81009" }]
}
}