Get the list of all the properties for a specific property manager.
Endpoint: https://ws.icnea.net/statistics_get_properties.aspx?usr=a1b2c3d4e5&client_id=1234
Parameter | Type | Description |
---|---|---|
usr | string | API_key for your company, provided by Icnea. |
client_id | integer | Property Manager ID |
The response will be a JSON with the list of properties' IDs:
{ "statistics_get_properties_response": { "lodgings": [ { "lodging_id": 12341001 }, { "lodging_id": 12341002 } ] } }
Parameter | Type | Description |
---|---|---|
lodging_id | integer | Unique ID of the property. 5-digits (in testing accounts) or 8-digits (in real accounts). |