The 'Objects' application of the Core API
- /objects/spaces/vacancies/parkingspot/refresh/
Objects (2.0.0)
Additional Validation Information:
This value can't bet set, when any of the following fields are set: building
This field, or at least one of the following fields must be set: building
Additional Validation Information:
This value can't bet set, when any of the following fields are set: parking_lot
This field, or at least one of the following fields must be set: parking_lot
- https://dev.api.pigello.io/objects/spaces/spaces/parkingspot/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://dev.api.pigello.io/objects/spaces/spaces/parkingspot/{pk}/' \
-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 '{
"financial_handler": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"max_width": 0.1,
"category": "PX_OTHER",
"parking_lot": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"building": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"terms": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"allowed_target_audiences": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
],
"usable_area": 0.1,
"max_height": 0.1,
"landlord_custom_id": "string",
"custom_dimension_value": "string",
"address": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"max_weight": 0.1,
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"bi_area": 0.1,
"floors": [
0
],
"archived": true,
"custom_id": "string",
"popular_name": "string"
}'Successful update
Additional Validation Information:
This value can't bet set, when any of the following fields are set: building
This field, or at least one of the following fields must be set: building
Additional Validation Information:
This value can't bet set, when any of the following fields are set: parking_lot
This field, or at least one of the following fields must be set: parking_lot
{ "financial_handler": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "max_width": 0.1, "category": "PX_OTHER", "parking_lot": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "building": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "terms": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "bi_tenants": [ { … } ], "allowed_target_audiences": [ { … } ], "usable_area": 0.1, "max_height": 0.1, "landlord_custom_id": "string", "tenant": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "has_base_rent_vat": true, "status": 0, "future_contracting": 0, "customer_columns": null, "created_at": "2019-08-24T14:15:22Z", "custom_dimension_value": "string", "tags": null, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "address": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "max_weight": 0.1, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "bi_area": 0.1, "floors": [ 0 ], "archived": true, "pending_monitor_approval_amount": null, "custom_id": "string", "popular_name": "string" }
- https://dev.api.pigello.io/objects/spaces/vacancies/parkingspot/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/parkingspot/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'