Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Endpoint: https://ws.icnea.net/cleaning_get_property.aspx?user=$8$8$8$8$&lodging_id=81007

Parameter

Type

Description

user

string

API_Key for your company, provided by Icnea

lodging_id

integer

You will get a JSON with this information:

...

Code Block
languagejson
{ 
  "cleaning_get_property": { 
    "lodging_id": "81007", 
    "lodging_name": "Ap.Salteras", 
    "lodging_address": "Treball 38 3 5", 
    "lodging_city": "Roma", 
    "lodging_number_of_bedrooms": "3", 
    "lodging_number_of_bathrooms": "2", 
    "lodging_number_of_toilets": "0", 
    "lodging_number_of_double_beds": "2", 
    "lodging_number_of_single_beds": "2", 
    "lodging_number_of_sofa_beds": "0", 
    "lodging_number_of_bunk_beds": "0", 
    "lodging_surface": "80", 
    "lodging_terrace_surface": "0",
    "lodging_latitude": "",
    "lodging_longitude": ""
  } 
}