The 'Objects' application of the Core API
- /objects/spaces/vacancies/apartment/refresh/
Create 'Apartment'
Update 'Apartment'
Delete 'Apartment'
Get 'Apartment'
List 'Apartment'
Bulk write 'Apartment'
/objects/spaces/vacancies...
Objects (2.0.0)
Download OpenAPI description
Languages
Servers
https://{environment}.pigello.io
Bodyapplication/jsonArray [
Enum"PX_16_5_ROK""PX_1_ROK""PX_15_5_ROK""PX_1_5_RO""PX_14_ROK""PX_4_ROK""PX_3_ROS""PX_4_ROKV""PX_2_ROK""PX_3_5_ROKV"
- https://dev.api.pigello.io/objects/spaces/spaces/apartment/list/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://dev.api.pigello.io/objects/spaces/spaces/apartment/list/ \
-H 'Content-Type: application/json' \
-H 'X-PIGELLO-APPLICATION-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-CT: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-ENTITY: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-SECRET: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CUSTOMER-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-VERSION-ID: YOUR_API_KEY_HERE' \
-d '[
{
"landlord_custom_id": "string",
"archived": true,
"financial_handler": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"custom_dimension_value": "string",
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"floors": [
0
],
"terms": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"popular_name": "string",
"allowed_target_audiences": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
],
"apartment_id": "stri",
"building": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"bi_area": 0.1,
"category": "PX_16_5_ROK",
"tempered_area": 0.1,
"address": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"custom_id": "string",
"usable_area": 0.1
}
]'Response
application/json
[ { "landlord_custom_id": "string", "archived": true, "financial_handler": { … }, "bi_tenants": [ … ], "tags": null, "custom_dimension_value": "string", "created_at": "2019-08-24T14:15:22Z", "market_apartment": null, "future_contracting": 0, "organization": { … }, "status": 0, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "floors": [ … ], "terms": { … }, "popular_name": "string", "allowed_target_audiences": [ … ], "apartment_id": "stri", "building": { … }, "tenant": { … }, "bi_area": 0.1, "category": "PX_16_5_ROK", "tempered_area": 0.1, "has_base_rent_vat": true, "customer_columns": null, "pending_monitor_approval_amount": null, "address": { … }, "custom_id": "string", "usable_area": 0.1 } ]
- https://dev.api.pigello.io/objects/spaces/vacancies/apartment/refresh/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://dev.api.pigello.io/objects/spaces/vacancies/apartment/refresh/ \
-H 'Content-Type: application/json' \
-H 'X-PIGELLO-APPLICATION-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-CT: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-ENTITY: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-SECRET: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CUSTOMER-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-VERSION-ID: YOUR_API_KEY_HERE'