Endpoint → 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
Con esta función se obtienen las propiedades de un PM concreto.
‘owner’ es el código de cliente de Icnea
...
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:
Code Block | ||
---|---|---|
| ||
{ "cleaning_get_properties": { "lodgings": [{ "lodging_id": "81001" }, { "lodging_id": "81002" }, { "lodging_id": "81003" }, { "lodging_id": "81009" }] } } |
...