Versions Compared

Key

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

...

Code Block
languagejson
{
  "services_get_properties_response": {
    "properties": [
      {
        "id": 12341001,
        "name": "Apartment Auri",
        "address": "Sant Josep, 6",
        "zip": "08042",
        "city": "Manresa",
        "country": "ES",
        "latitude": 41.7394834834,
        "longitude": 1.3472934234,
        "checkin_start": "14:00",
        "checkin_end": "16:00",
        "checkout_start": "9:00",
        "checkout_end": "11:00",
        "property_type": "apartment"
      }, {
        "id": 12341002,
        "name": "Apartment Gaia",
        "address": "Sant Josep, 6",
        "zip": "08042",
        "city": "Manresa",
        "country": "ES",
        "latitude": 41.7394834834,
        "longitude": 1.3472934234,
        "checkin_start": "14:00",
        "checkin_end": "16:00",
        "checkout_start": "9:00",
        "checkout_end": "11:00",
        "property_type": "apartment"
      }
    ]
  }
}

...