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

Componentmodel

Operations

Componenttype

Operations

Parkinglot

Operations

Realestate

Operations

Building

Operations

Region

Operations

Community

Operations

Outdoorarea

Operations

Structurerenovationnotation

Operations

Spacerenovationnotation

Operations

Delete 'Spacerenovationnotation'

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/renovation/spacerenovationnotation/{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

Create 'Spacerenovationnotation'

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
namestring<= 255 charactersrequired
planned_start_datestring(date)required

Additional Validation Information:

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

planned_end_datestring(date)required

Additional Validation Information:

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

blocks_errandsboolean
outdoor_sectionobject or null(Outdoorsection)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: apartment, brf_apartment, industrial_premises, common_area, parking_spot

This field, or at least one of the following fields must be set: apartment, brf_apartment, industrial_premises, common_area, parking_spot

apartmentobject or null(Apartment)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: brf_apartment, industrial_premises, outdoor_section, common_area, parking_spot

This field, or at least one of the following fields must be set: brf_apartment, industrial_premises, outdoor_section, common_area, parking_spot

while_active_discount_valuenumber or null(float)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: while_active_discount_percentage

This value requires that the following fields are also set: article

articleobject or null(Article)
brf_apartmentobject or null(Brfapartment)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: apartment, industrial_premises, outdoor_section, common_area, parking_spot

This field, or at least one of the following fields must be set: apartment, industrial_premises, outdoor_section, common_area, parking_spot

blocks_object_utilizationboolean
while_active_discount_percentagenumber or null(float)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: while_active_discount_value

This value must be set together with the following fields: while_active_discount_percentage_mode

This value requires that the following fields are also set: article

descriptionstring or null
organizationobject or null(Organization)
parking_spotobject or null(Parkingspot)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: apartment, brf_apartment, industrial_premises, outdoor_section, common_area

This field, or at least one of the following fields must be set: apartment, brf_apartment, industrial_premises, outdoor_section, common_area

post_completion_addon_valuenumber or null(float)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: post_completion_addon_percentage

This value requires that the following fields are also set: article

custom_idstring or null<= 128 characters
post_completion_addon_percentage_modeinteger or null(int32)[ -2147483648 .. 2147483647 ]

Additional Validation Information:

This value must be set together with the following fields: post_completion_addon_percentage

Enum0123
while_active_discount_percentage_modeinteger or null(int32)[ -2147483648 .. 2147483647 ]

Additional Validation Information:

This value must be set together with the following fields: while_active_discount_percentage

Enum0123
confirmed_end_datestring or null(date)

Additional Validation Information:

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

confirmed_start_datestring or null(date)

Additional Validation Information:

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

post_completion_addon_percentagenumber or null(float)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: post_completion_addon_value

This value must be set together with the following fields: post_completion_addon_percentage_mode

This value requires that the following fields are also set: article

common_areaobject or null(Commonarea)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: apartment, brf_apartment, industrial_premises, outdoor_section, parking_spot

This field, or at least one of the following fields must be set: apartment, brf_apartment, industrial_premises, outdoor_section, parking_spot

industrial_premisesobject or null(Industrialpremises)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: apartment, brf_apartment, outdoor_section, common_area, parking_spot

This field, or at least one of the following fields must be set: apartment, brf_apartment, outdoor_section, common_area, parking_spot

curl -i -X POST \
  https://dev.api.pigello.io/objects/renovation/spacerenovationnotation/ \
  -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 '{
    "blocks_errands": true,
    "outdoor_section": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "name": "string",
    "planned_start_date": "2019-08-24",
    "apartment": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "while_active_discount_value": 0.1,
    "article": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "brf_apartment": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "blocks_object_utilization": true,
    "while_active_discount_percentage": 0.1,
    "description": "string",
    "organization": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "parking_spot": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "post_completion_addon_value": 0.1,
    "custom_id": "string",
    "post_completion_addon_percentage_mode": 0,
    "while_active_discount_percentage_mode": 0,
    "confirmed_end_date": "2019-08-24",
    "confirmed_start_date": "2019-08-24",
    "post_completion_addon_percentage": 0.1,
    "common_area": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "planned_end_date": "2019-08-24",
    "industrial_premises": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    }
  }'

Responses

Successful creation

Bodyapplication/json
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

namestring<= 255 charactersrequired
planned_start_datestring(date)required

Additional Validation Information:

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

planned_end_datestring(date)required

Additional Validation Information:

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

blocks_errandsboolean
outdoor_sectionobject or null(Outdoorsection)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: apartment, brf_apartment, industrial_premises, common_area, parking_spot

This field, or at least one of the following fields must be set: apartment, brf_apartment, industrial_premises, common_area, parking_spot

pending_monitor_approval_amountanyread-only
customer_columnsanyread-only
apartmentobject or null(Apartment)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: brf_apartment, industrial_premises, outdoor_section, common_area, parking_spot

This field, or at least one of the following fields must be set: brf_apartment, industrial_premises, outdoor_section, common_area, parking_spot

tagsanyread-only
while_active_discount_valuenumber or null(float)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: while_active_discount_percentage

This value requires that the following fields are also set: article

articleobject or null(Article)
brf_apartmentobject or null(Brfapartment)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: apartment, industrial_premises, outdoor_section, common_area, parking_spot

This field, or at least one of the following fields must be set: apartment, industrial_premises, outdoor_section, common_area, parking_spot

blocks_object_utilizationboolean
while_active_discount_percentagenumber or null(float)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: while_active_discount_value

This value must be set together with the following fields: while_active_discount_percentage_mode

This value requires that the following fields are also set: article

descriptionstring or null
organizationobject or null(Organization)
parking_spotobject or null(Parkingspot)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: apartment, brf_apartment, industrial_premises, outdoor_section, common_area

This field, or at least one of the following fields must be set: apartment, brf_apartment, industrial_premises, outdoor_section, common_area

post_completion_addon_valuenumber or null(float)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: post_completion_addon_percentage

This value requires that the following fields are also set: article

custom_idstring or null<= 128 characters
post_completion_addon_percentage_modeinteger or null(int32)[ -2147483648 .. 2147483647 ]

Additional Validation Information:

This value must be set together with the following fields: post_completion_addon_percentage

Enum0123
while_active_discount_percentage_modeinteger or null(int32)[ -2147483648 .. 2147483647 ]

Additional Validation Information:

This value must be set together with the following fields: while_active_discount_percentage

Enum0123
confirmed_end_datestring or null(date)

Additional Validation Information:

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

created_atstring(date-time)read-only
confirmed_start_datestring or null(date)

Additional Validation Information:

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

post_completion_addon_percentagenumber or null(float)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: post_completion_addon_value

This value must be set together with the following fields: post_completion_addon_percentage_mode

This value requires that the following fields are also set: article

common_areaobject or null(Commonarea)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: apartment, brf_apartment, industrial_premises, outdoor_section, parking_spot

This field, or at least one of the following fields must be set: apartment, brf_apartment, industrial_premises, outdoor_section, parking_spot

industrial_premisesobject or null(Industrialpremises)

Additional Validation Information:

This value can't bet set, when any of the following fields are set: apartment, brf_apartment, outdoor_section, common_area, parking_spot

This field, or at least one of the following fields must be set: apartment, brf_apartment, outdoor_section, common_area, parking_spot

Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "blocks_errands": true, "outdoor_section": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "name": "string", "planned_start_date": "2019-08-24", "pending_monitor_approval_amount": null, "customer_columns": null, "apartment": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "tags": null, "while_active_discount_value": 0.1, "article": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "brf_apartment": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "blocks_object_utilization": true, "while_active_discount_percentage": 0.1, "description": "string", "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "parking_spot": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "post_completion_addon_value": 0.1, "custom_id": "string", "post_completion_addon_percentage_mode": 0, "while_active_discount_percentage_mode": 0, "confirmed_end_date": "2019-08-24", "created_at": "2019-08-24T14:15:22Z", "confirmed_start_date": "2019-08-24", "post_completion_addon_percentage": 0.1, "common_area": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "planned_end_date": "2019-08-24", "industrial_premises": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" } }

Taxationsubrecord

Operations

Taxationrecord

Operations

Spacebaserentvatstatusnotation

Operations

Realestatevatkeyquotanotation

Operations

Roomcategory

Operations