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

Bulk write '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/jsonArray [
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/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 '[
    {
      "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 bulk create/update

Bodyapplication/jsonArray [
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": {}, "name": "string", "planned_start_date": "2019-08-24", "pending_monitor_approval_amount": null, "customer_columns": null, "apartment": {}, "tags": null, "while_active_discount_value": 0.1, "article": {}, "brf_apartment": {}, "blocks_object_utilization": true, "while_active_discount_percentage": 0.1, "description": "string", "organization": {}, "parking_spot": {}, "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": {}, "planned_end_date": "2019-08-24", "industrial_premises": {} } ]

List '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
Query
_jsonlboolean
_order_byArray of strings
Example: _order_by=field_a,-field_b
_pageinteger(int32)>= 1

Additional Validation Information:

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

_page_sizeinteger(int32)

Additional Validation Information:

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

_searchstring
_slimboolean
_statisticsboolean
customer_columnsArray of objects
global_realestatesArray of objects
global_segmentsArray of objects
tagsArray of objects
apartmentany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

articleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

blocks_errandsany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

blocks_object_utilizationany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

brf_apartmentany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

common_areaany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

confirmed_end_dateany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: gt, Supports negation (via !): True

Operator: gte, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: lt, Supports negation (via !): True

Operator: lte, Supports negation (via !): True

confirmed_start_dateany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: gt, Supports negation (via !): True

Operator: gte, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: lt, Supports negation (via !): True

Operator: lte, Supports negation (via !): True

created_atany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: gt, Supports negation (via !): True

Operator: gte, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: lt, Supports negation (via !): True

Operator: lte, Supports negation (via !): True

custom_idany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

descriptionany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

idany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

industrial_premisesany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

nameany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

organizationany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

outdoor_sectionany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

parking_spotany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

planned_end_dateany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: gt, Supports negation (via !): True

Operator: gte, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: lt, Supports negation (via !): True

Operator: lte, Supports negation (via !): True

planned_start_dateany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: gt, Supports negation (via !): True

Operator: gte, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: lt, Supports negation (via !): True

Operator: lte, Supports negation (via !): True

post_completion_addon_percentageany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: gt, Supports negation (via !): True

Operator: gte, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: lt, Supports negation (via !): True

Operator: lte, Supports negation (via !): True

post_completion_addon_percentage_modeany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: gt, Supports negation (via !): True

Operator: gte, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: lt, Supports negation (via !): True

Operator: lte, Supports negation (via !): True

post_completion_addon_valueany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: gt, Supports negation (via !): True

Operator: gte, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: lt, Supports negation (via !): True

Operator: lte, Supports negation (via !): True

while_active_discount_percentageany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: gt, Supports negation (via !): True

Operator: gte, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: lt, Supports negation (via !): True

Operator: lte, Supports negation (via !): True

while_active_discount_percentage_modeany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: gt, Supports negation (via !): True

Operator: gte, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: lt, Supports negation (via !): True

Operator: lte, Supports negation (via !): True

while_active_discount_valueany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: gt, Supports negation (via !): True

Operator: gte, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: lt, Supports negation (via !): True

Operator: lte, Supports negation (via !): True

curl -i -X GET \
  'https://dev.api.pigello.io/objects/renovation/spacerenovationnotation/list/?_jsonl=true&_order_by=field_a%2C-field_b&_page=1&_page_size=0&_search=string&_slim=true&_statistics=true' \
  -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 query

Bodyapplication/jsonArray [
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": {}, "name": "string", "planned_start_date": "2019-08-24", "pending_monitor_approval_amount": null, "customer_columns": null, "apartment": {}, "tags": null, "while_active_discount_value": 0.1, "article": {}, "brf_apartment": {}, "blocks_object_utilization": true, "while_active_discount_percentage": 0.1, "description": "string", "organization": {}, "parking_spot": {}, "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": {}, "planned_end_date": "2019-08-24", "industrial_premises": {} } ]

Update '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
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 PATCH \
  'https://dev.api.pigello.io/objects/renovation/spacerenovationnotation/{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 '{
    "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 update

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