Skip to content

Objects (2.0.0)

The 'Objects' application of the Core API

Languages
Servers
https://{environment}.pigello.io

Parkingspot

Operations

Apartmenttargetaudience

Operations

Parkingspotvacancynotation

Operations

Industrialpremises

Operations

Industrialpremisesvacancylossnotation

Operations

Industrialpremisestargetaudience

Operations

Outdoorsectionterms

Operations

Industrialpremisesvacancynotation

Operations

Outdoorsectiontargetaudience

Operations

Commonarea

Operations

Industrialpremisesterms

Operations

Parkingspotvacancylossnotation

Operations

Outdoorsectionvacancynotation

Operations

Parkingspottargetaudience

Operations

Apartmentterms

Operations

Apartmentvacancylossnotation

Operations

Outdoorsectionvacancylossnotation

Operations

Parkingspotterms

Operations

Brfapartment

Operations

Apartment

Operations

Apartmentvacancynotation

Operations

Outdoorsection

Operations

Bulk write 'Outdoorsection'

Request

Security
customer_id and application_id and service_id and service_version_id and client_ct and client_object_id and client_secret
Bodyapplication/jsonArray [
outdoor_areaobject(Outdoorarea)required
outdoor_area.​idstring(uuid)
custom_dimension_valuestring or null<= 255 characters
addressobject or null(Address)
usable_areanumber or null(float)
categorystring or null<= 64 characters
Enum"HEA""PX_GROUND""PX_AGRICULTURE""FHN""HBN""HFA""XCA""HGB""PX_LEASE""HEB"
financial_handlerobject or null(Company)
popular_namestring or null<= 255 characters
organizationobject or null(Organization)
bi_areanumber or null(float)
termsobject or null(Outdoorsectionterms)
custom_idstring or null<= 128 characters
archivedboolean
landlord_custom_idstring or null<= 255 characters
allowed_target_audiencesArray of objects(Outdoorsectiontargetaudience)
]
curl -i -X POST \
  https://dev.api.pigello.io/objects/spaces/spaces/outdoorsection/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 '[
    {
      "custom_dimension_value": "string",
      "address": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
      },
      "usable_area": 0.1,
      "category": "HEA",
      "financial_handler": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
      },
      "popular_name": "string",
      "outdoor_area": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
      },
      "organization": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
      },
      "bi_area": 0.1,
      "terms": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
      },
      "custom_id": "string",
      "archived": true,
      "landlord_custom_id": "string",
      "allowed_target_audiences": [
        {
          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
        }
      ]
    }
  ]'

Responses

Successful bulk create/update

Bodyapplication/jsonArray [
statusinteger(int32)[ -2147483648 .. 2147483647 ]read-onlyrequired
Enum0123456789
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

outdoor_areaobject(Outdoorarea)required
outdoor_area.​idstring(uuid)
future_contractinginteger(int32)[ -2147483648 .. 2147483647 ]read-onlyrequired
Enum0123
custom_dimension_valuestring or null<= 255 characters
addressobject or null(Address)
tenantobject or null(Tenant)read-only
pending_monitor_approval_amountanyread-only
usable_areanumber or null(float)
categorystring or null<= 64 characters
Enum"HEA""PX_GROUND""PX_AGRICULTURE""FHN""HBN""HFA""XCA""HGB""PX_LEASE""HEB"
financial_handlerobject or null(Company)
bi_tenantsArray of objects(Tenant)read-only
popular_namestring or null<= 255 characters
organizationobject or null(Organization)
bi_areanumber or null(float)
created_atstring(date-time)read-only
tagsanyread-only
termsobject or null(Outdoorsectionterms)
custom_idstring or null<= 128 characters
archivedboolean
landlord_custom_idstring or null<= 255 characters
allowed_target_audiencesArray of objects(Outdoorsectiontargetaudience)
customer_columnsanyread-only
has_base_rent_vatbooleanread-only
]
Response
application/json
[ { "custom_dimension_value": "string", "address": {}, "tenant": {}, "status": 0, "pending_monitor_approval_amount": null, "usable_area": 0.1, "category": "HEA", "financial_handler": {}, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "bi_tenants": [], "popular_name": "string", "outdoor_area": {}, "future_contracting": 0, "organization": {}, "bi_area": 0.1, "created_at": "2019-08-24T14:15:22Z", "tags": null, "terms": {}, "custom_id": "string", "archived": true, "landlord_custom_id": "string", "allowed_target_audiences": [], "customer_columns": null, "has_base_rent_vat": true } ]

/objects/spaces/vacancies/outdoorsection/refresh/

Request

Security
customer_id and application_id and service_id and service_version_id and client_ct and client_object_id and client_secret
Bodyapplication/json
any
curl -i -X POST \
  https://dev.api.pigello.io/objects/spaces/vacancies/outdoorsection/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'

Responses

Successful creation

Bodyapplication/json
any
Response
application/json
null

Componentmodel

Operations

Componenttype

Operations

Parkinglot

Operations

Realestate

Operations

Building

Operations

Region

Operations

Community

Operations

Outdoorarea

Operations

Structurerenovationnotation

Operations

Spacerenovationnotation

Operations

Taxationsubrecord

Operations

Taxationrecord

Operations

Spacebaserentvatstatusnotation

Operations

Realestatevatkeyquotanotation

Operations

Roomcategory

Operations