The 'Objects' application of the Core API
Objects (2.0.0)
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: sold_date
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: purchased_date, non_financial_responsibility_to, financial_responsibility_to
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: sold_date, financial_responsibility_from, non_financial_responsibility_from
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: purchased_date
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: purchased_date
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: sold_date
- https://dev.api.pigello.io/objects/structural/realestate/list/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://dev.api.pigello.io/objects/structural/realestate/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 '[
{
"type_code": 513,
"community": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"non_financial_responsibility_to": "2019-08-24",
"outdoor_section_contract_cancellation_configuration": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"name": "string",
"popular_name": "string",
"sold_date": "2019-08-24",
"ownership_type": 1,
"parking_spot_contract_cancellation_configuration": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"owned_by": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"public_usage": true,
"purchased_date": "2019-08-24",
"primary_financial_handler": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"registered_land_area": 0.1,
"financial_responsibility_from": "2019-08-24",
"customer_communication_configuration": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"registered_water_area": 0.1,
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"block_contract_cancellation_configuration": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"industrial_premises_contract_cancellation_configuration": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"custom_id": "string",
"apartment_contract_cancellation_configuration": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"non_financial_responsibility_from": "2019-08-24",
"main_address": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"landlord": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"financial_responsibility_to": "2019-08-24",
"custom_dimension_value": "string"
}
]'Successful bulk create/update
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: sold_date
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: purchased_date, non_financial_responsibility_to, financial_responsibility_to
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: sold_date, financial_responsibility_from, non_financial_responsibility_from
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: purchased_date
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: purchased_date
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: sold_date
[ { "pending_monitor_approval_amount": null, "type_code": 513, "community": { … }, "non_financial_responsibility_to": "2019-08-24", "calculated_land_area": 0.1, "calculated_usable_area_rentable": 0.1, "created_at": "2019-08-24T14:15:22Z", "outdoor_section_contract_cancellation_configuration": { … }, "name": "string", "popular_name": "string", "sold_date": "2019-08-24", "ownership_type": 1, "parking_spot_contract_cancellation_configuration": { … }, "owned_by": { … }, "public_usage": true, "purchased_date": "2019-08-24", "primary_financial_handler": { … }, "calculated_usable_area_rentable_base_rent_vat": 0.1, "tags": null, "registered_land_area": 0.1, "customer_columns": null, "financial_responsibility_from": "2019-08-24", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "customer_communication_configuration": { … }, "registered_water_area": 0.1, "organization": { … }, "block_contract_cancellation_configuration": { … }, "calculated_base_rent_vat_quota": 0.1, "industrial_premises_contract_cancellation_configuration": { … }, "custom_id": "string", "apartment_contract_cancellation_configuration": { … }, "non_financial_responsibility_from": "2019-08-24", "main_address": { … }, "landlord": { … }, "financial_responsibility_to": "2019-08-24", "custom_dimension_value": "string" } ]
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: sold_date
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: purchased_date, non_financial_responsibility_to, financial_responsibility_to
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: sold_date, financial_responsibility_from, non_financial_responsibility_from
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: purchased_date
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: purchased_date
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: sold_date
- https://dev.api.pigello.io/objects/structural/realestate/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://dev.api.pigello.io/objects/structural/realestate/ \
-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 '{
"type_code": 513,
"community": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"non_financial_responsibility_to": "2019-08-24",
"outdoor_section_contract_cancellation_configuration": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"name": "string",
"popular_name": "string",
"sold_date": "2019-08-24",
"ownership_type": 1,
"parking_spot_contract_cancellation_configuration": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"owned_by": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"public_usage": true,
"purchased_date": "2019-08-24",
"primary_financial_handler": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"registered_land_area": 0.1,
"financial_responsibility_from": "2019-08-24",
"customer_communication_configuration": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"registered_water_area": 0.1,
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"block_contract_cancellation_configuration": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"industrial_premises_contract_cancellation_configuration": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"custom_id": "string",
"apartment_contract_cancellation_configuration": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"non_financial_responsibility_from": "2019-08-24",
"main_address": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"landlord": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"financial_responsibility_to": "2019-08-24",
"custom_dimension_value": "string"
}'Successful creation
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: sold_date
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: purchased_date, non_financial_responsibility_to, financial_responsibility_to
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: sold_date, financial_responsibility_from, non_financial_responsibility_from
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: purchased_date
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: purchased_date
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: sold_date
{ "pending_monitor_approval_amount": null, "type_code": 513, "community": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "non_financial_responsibility_to": "2019-08-24", "calculated_land_area": 0.1, "calculated_usable_area_rentable": 0.1, "created_at": "2019-08-24T14:15:22Z", "outdoor_section_contract_cancellation_configuration": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "name": "string", "popular_name": "string", "sold_date": "2019-08-24", "ownership_type": 1, "parking_spot_contract_cancellation_configuration": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "owned_by": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "public_usage": true, "purchased_date": "2019-08-24", "primary_financial_handler": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "calculated_usable_area_rentable_base_rent_vat": 0.1, "tags": null, "registered_land_area": 0.1, "customer_columns": null, "financial_responsibility_from": "2019-08-24", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "customer_communication_configuration": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "registered_water_area": 0.1, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "block_contract_cancellation_configuration": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "calculated_base_rent_vat_quota": 0.1, "industrial_premises_contract_cancellation_configuration": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "custom_id": "string", "apartment_contract_cancellation_configuration": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "non_financial_responsibility_from": "2019-08-24", "main_address": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "landlord": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "financial_responsibility_to": "2019-08-24", "custom_dimension_value": "string" }
- https://dev.api.pigello.io/objects/structural/realestate/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://dev.api.pigello.io/objects/structural/realestate/{pk}/' \
-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'