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

Bulk write 'Industrialpremisesvacancynotation'

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 [
spaceobject(Industrialpremises)required
space.​idstring(uuid)
start_datestring(date)required

Additional Validation Information:

This value must be set in an proper order, in relation to the following fields: end_date

custom_idstring or null<= 128 characters
end_datestring or null(date)

Additional Validation Information:

This value must be set in an proper order, in relation to the following fields: start_date

organizationobject or null(Organization)
annulledboolean
]
curl -i -X POST \
  https://dev.api.pigello.io/objects/spaces/vacancies/industrialpremisesvacancynotation/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_id": "string",
      "space": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
      },
      "end_date": "2019-08-24",
      "organization": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
      },
      "annulled": true,
      "start_date": "2019-08-24"
    }
  ]'

Responses

Successful bulk create/update

Bodyapplication/jsonArray [
spaceobject(Industrialpremises)required
space.​idstring(uuid)
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

start_datestring(date)required

Additional Validation Information:

This value must be set in an proper order, in relation to the following fields: end_date

custom_idstring or null<= 128 characters
end_datestring or null(date)

Additional Validation Information:

This value must be set in an proper order, in relation to the following fields: start_date

created_atstring(date-time)read-only
organizationobject or null(Organization)
tagsanyread-only
annulledboolean
automaticbooleanread-only
customer_columnsanyread-only
]
Response
application/json
[ { "custom_id": "string", "space": {}, "end_date": "2019-08-24", "created_at": "2019-08-24T14:15:22Z", "organization": {}, "tags": null, "annulled": true, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "automatic": true, "start_date": "2019-08-24", "customer_columns": null } ]

Create 'Industrialpremisesvacancynotation'

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
spaceobject(Industrialpremises)required
space.​idstring(uuid)
start_datestring(date)required

Additional Validation Information:

This value must be set in an proper order, in relation to the following fields: end_date

custom_idstring or null<= 128 characters
end_datestring or null(date)

Additional Validation Information:

This value must be set in an proper order, in relation to the following fields: start_date

organizationobject or null(Organization)
annulledboolean
curl -i -X POST \
  https://dev.api.pigello.io/objects/spaces/vacancies/industrialpremisesvacancynotation/ \
  -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_id": "string",
    "space": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "end_date": "2019-08-24",
    "organization": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "annulled": true,
    "start_date": "2019-08-24"
  }'

Responses

Successful creation

Bodyapplication/json
spaceobject(Industrialpremises)required
space.​idstring(uuid)
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

start_datestring(date)required

Additional Validation Information:

This value must be set in an proper order, in relation to the following fields: end_date

custom_idstring or null<= 128 characters
end_datestring or null(date)

Additional Validation Information:

This value must be set in an proper order, in relation to the following fields: start_date

created_atstring(date-time)read-only
organizationobject or null(Organization)
tagsanyread-only
annulledboolean
automaticbooleanread-only
customer_columnsanyread-only
Response
application/json
{ "custom_id": "string", "space": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "end_date": "2019-08-24", "created_at": "2019-08-24T14:15:22Z", "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "tags": null, "annulled": true, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "automatic": true, "start_date": "2019-08-24", "customer_columns": null }

Delete 'Industrialpremisesvacancynotation'

Request

Security
customer_id and application_id and service_id and service_version_id and client_ct and client_object_id and client_secret
Path
pkstringwrite-onlyrequired
curl -i -X DELETE \
  'https://dev.api.pigello.io/objects/spaces/vacancies/industrialpremisesvacancynotation/{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'

Responses

Successful deletion

Response
No content

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

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