Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

Get the list of all the properties.

Endpoint: https://ws.icnea.net/get_properties.aspx?usr=$8$8$8$8$&own=8

Parameter

Type

Note

usr

string

API_key for your company, provided by Icnea.

own

integer

Property Manager ID

The response will be a JSON with the lodging_id list:

{
  "get_properties": {
    "lodgings": [
      {
        "lodging_id": "81001"
      }, {
        "lodging_id": "81002"
      }, {
        "lodging_id": "81003"
      }, {
        "lodging_id": "81009"
      }
    ]
  }
}

  • No labels