integrations.h1
integrations.intro
integrations.compat
integrations.how_title
- integrations.how_1
- integrations.how_2
- integrations.how_3
integrations.endpoints_title
| PUT | /ws/import/property/{unique-id} | integrations.endpoint_write |
| DELETE | /ws/import/property/{unique-id} | integrations.endpoint_delete |
| GET | /ws/export/requests?since={ISO 8601} | integrations.endpoint_requests |
integrations.auth_title
integrations.auth_body
integrations.example_title
integrations.example_body
<?xml version="1.0" encoding="UTF-8"?>
<property operation="write" xmlns:sc="urn:spottedcasa:feed:1.0">
<unique-id>ABC-123</unique-id>
<last-modified>2026-07-30T09:15:00</last-modified>
<agent>
<office-name>Agenzia Esempio</office-name>
<email>agenzia@example.it</email>
</agent>
<location>
<latitude>45.0703</latitude>
<longitude>7.6869</longitude>
<city istat="001272">Torino</city>
<address>Via Roma</address>
<street-number>10</street-number>
<zipcode>10121</zipcode>
<district>Centro</district>
<hide-address>true</hide-address>
</location>
<transactions>
<transaction type="R">
<price currency="EUR">650</price>
<condo-fees>50</condo-fees>
<condo-fees-included>false</condo-fees-included>
<utilities-included>false</utilities-included>
<utilities-monthly-cost>60</utilities-monthly-cost>
<deposit-months>2</deposit-months>
<flat-rate-tax>true</flat-rate-tax>
<contract-type>university_students</contract-type>
<available-from>2026-09-01</available-from>
<min-stay-months>10</min-stay-months>
<max-stay-months>12</max-stay-months>
</transaction>
</transactions>
<descriptions>
<description language="it">
<title>Bilocale luminoso in centro</title>
<text>Appartamento ristrutturato a due passi dal Politecnico.</text>
</description>
</descriptions>
<features>
<surface>55</surface>
<rooms>2</rooms>
<bathrooms>1</bathrooms>
<floor>3</floor>
<total-floors>5</total-floors>
<furnished>furnished</furnished>
<heating>independent</heating>
<energy-class>C</energy-class>
<condition>renovated</condition>
<build-year>1970</build-year>
</features>
<pictures>
<picture position="1" url="https://esempio.it/foto/1.jpg"/>
</pictures>
<sc:extension>
<sc:room-type>single</sc:room-type>
<sc:bed-type>double</sc:bed-type>
<sc:bathroom-type>ensuite</sc:bathroom-type>
<sc:current-flatmates>2</sc:current-flatmates>
<sc:gender-preference>any</sc:gender-preference>
<sc:pet-friendly>true</sc:pet-friendly>
<sc:smokers-allowed>false</sc:smokers-allowed>
<sc:couples-allowed>true</sc:couples-allowed>
<sc:tenant-min-age>18</sc:tenant-min-age>
<sc:tenant-max-age>35</sc:tenant-max-age>
</sc:extension>
</property><?xml version="1.0" encoding="UTF-8"?>
<ServiceResponse>
<Result>true</Result>
<ErrorCode>0</ErrorCode>
<idListing>1234</idListing>
<RequestID>9f1c8f0e-6f5a-4a1b-9a1e-2b6f5d3c7a10</RequestID>
</ServiceResponse>integrations.required_title
- integrations.required_1
- integrations.required_2
- integrations.required_3
integrations.extension_title
integrations.extension_body
| sc:room-type | single · shared · bed_in_shared_room |
| sc:bed-type | single · small_double · french_double · double · two_singles |
| sc:bathroom-type | ensuite · private_external · shared |
| sc:current-flatmates | 0–20 |
| sc:gender-preference | male_only · female_only · any |
| sc:pet-friendly · sc:smokers-allowed · sc:couples-allowed | true · false |
| sc:tenant-min-age · sc:tenant-max-age | 18–99 |
integrations.errors_title
| integrations.errors_code | integrations.errors_meaning |
|---|---|
| 0 | integrations.error_0 |
| 400 | integrations.error_400 |
| 401 | integrations.error_401 |
| 403 | integrations.error_403 |
| 404 | integrations.error_404 |
| 422 | integrations.error_422 |
| 470 | integrations.error_470 |
| 480 | integrations.error_480 |
integrations.photos_title
integrations.photos_body
integrations.requests_title
integrations.requests_body
integrations.credentials_title
integrations.credentials_body
integrations.credentials_cta