Skip to content

Objects (2.0.0)

The 'Objects' application of the Core API

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

Parkingspot

Operations

Apartmenttargetaudience

Operations

Delete 'Apartmenttargetaudience'

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/targetaudiences/apartmenttargetaudience/{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

Update 'Apartmenttargetaudience'

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
allow_creditorboolean or null
post_rent_net_income_factornumber or null(float)>= 1
organizationobject or null(Organization)
allow_benefit_incomeboolean or null
pre_rent_net_income_factornumber or null(float)>= 1
archivedboolean
allow_temporary_workboolean or null
maximum_payment_remark_amountinteger or null(int32)<= 2147483647
custom_idstring or null<= 128 characters
allow_any_bankruptcyboolean or null
minimum_ageinteger or null(int32)[ 12 .. 2147483647 ]

Additional Validation Information:

This value must be set with a proper magnitude, in relation to the following fields: maximum_age

allow_non_primary_residenceboolean or null
allow_part_time_workboolean or null
allow_any_dept_sanitationboolean or null
include_co_residents_incomeboolean
retiredboolean or null
maximum_number_of_co_residentsinteger or null(int32)<= 2147483647
studentsboolean or null
disabilitiesboolean or null
allow_trusteeboolean or null
maximum_ageinteger or null(int32)[ 12 .. 2147483647 ]

Additional Validation Information:

This value must be set with a proper magnitude, in relation to the following fields: minimum_age

curl -i -X PATCH \
  'https://dev.api.pigello.io/objects/spaces/targetaudiences/apartmenttargetaudience/{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 '{
    "allow_creditor": true,
    "name": "string",
    "post_rent_net_income_factor": 1,
    "organization": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "allow_benefit_income": true,
    "pre_rent_net_income_factor": 1,
    "archived": true,
    "allow_temporary_work": true,
    "maximum_payment_remark_amount": 2147483647,
    "custom_id": "string",
    "allow_any_bankruptcy": true,
    "minimum_age": 12,
    "allow_non_primary_residence": true,
    "allow_part_time_work": true,
    "allow_any_dept_sanitation": true,
    "include_co_residents_income": true,
    "retired": true,
    "maximum_number_of_co_residents": 2147483647,
    "students": true,
    "disabilities": true,
    "allow_trustee": true,
    "maximum_age": 12
  }'

Responses

Successful update

Bodyapplication/json
namestring<= 255 charactersrequired
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

allow_creditorboolean or null
post_rent_net_income_factornumber or null(float)>= 1
organizationobject or null(Organization)
customer_columnsanyread-only
allow_benefit_incomeboolean or null
pre_rent_net_income_factornumber or null(float)>= 1
archivedboolean
allow_temporary_workboolean or null
maximum_payment_remark_amountinteger or null(int32)<= 2147483647
created_atstring(date-time)read-only
custom_idstring or null<= 128 characters
allow_any_bankruptcyboolean or null
tagsanyread-only
minimum_ageinteger or null(int32)[ 12 .. 2147483647 ]

Additional Validation Information:

This value must be set with a proper magnitude, in relation to the following fields: maximum_age

allow_non_primary_residenceboolean or null
allow_part_time_workboolean or null
allow_any_dept_sanitationboolean or null
include_co_residents_incomeboolean
retiredboolean or null
maximum_number_of_co_residentsinteger or null(int32)<= 2147483647
studentsboolean or null
disabilitiesboolean or null
allow_trusteeboolean or null
maximum_ageinteger or null(int32)[ 12 .. 2147483647 ]

Additional Validation Information:

This value must be set with a proper magnitude, in relation to the following fields: minimum_age

Response
application/json
{ "allow_creditor": true, "name": "string", "post_rent_net_income_factor": 1, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "customer_columns": null, "allow_benefit_income": true, "pre_rent_net_income_factor": 1, "archived": true, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "allow_temporary_work": true, "maximum_payment_remark_amount": 2147483647, "created_at": "2019-08-24T14:15:22Z", "custom_id": "string", "allow_any_bankruptcy": true, "tags": null, "minimum_age": 12, "allow_non_primary_residence": true, "allow_part_time_work": true, "allow_any_dept_sanitation": true, "include_co_residents_income": true, "retired": true, "maximum_number_of_co_residents": 2147483647, "students": true, "disabilities": true, "allow_trustee": true, "maximum_age": 12 }

Get 'Apartmenttargetaudience'

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 GET \
  'https://dev.api.pigello.io/objects/spaces/targetaudiences/apartmenttargetaudience/{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 selection

Bodyapplication/json
namestring<= 255 charactersrequired
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

allow_creditorboolean or null
post_rent_net_income_factornumber or null(float)>= 1
organizationobject or null(Organization)
customer_columnsanyread-only
allow_benefit_incomeboolean or null
pre_rent_net_income_factornumber or null(float)>= 1
archivedboolean
allow_temporary_workboolean or null
maximum_payment_remark_amountinteger or null(int32)<= 2147483647
created_atstring(date-time)read-only
custom_idstring or null<= 128 characters
allow_any_bankruptcyboolean or null
tagsanyread-only
minimum_ageinteger or null(int32)[ 12 .. 2147483647 ]

Additional Validation Information:

This value must be set with a proper magnitude, in relation to the following fields: maximum_age

allow_non_primary_residenceboolean or null
allow_part_time_workboolean or null
allow_any_dept_sanitationboolean or null
include_co_residents_incomeboolean
retiredboolean or null
maximum_number_of_co_residentsinteger or null(int32)<= 2147483647
studentsboolean or null
disabilitiesboolean or null
allow_trusteeboolean or null
maximum_ageinteger or null(int32)[ 12 .. 2147483647 ]

Additional Validation Information:

This value must be set with a proper magnitude, in relation to the following fields: minimum_age

Response
application/json
{ "allow_creditor": true, "name": "string", "post_rent_net_income_factor": 1, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "customer_columns": null, "allow_benefit_income": true, "pre_rent_net_income_factor": 1, "archived": true, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "allow_temporary_work": true, "maximum_payment_remark_amount": 2147483647, "created_at": "2019-08-24T14:15:22Z", "custom_id": "string", "allow_any_bankruptcy": true, "tags": null, "minimum_age": 12, "allow_non_primary_residence": true, "allow_part_time_work": true, "allow_any_dept_sanitation": true, "include_co_residents_income": true, "retired": true, "maximum_number_of_co_residents": 2147483647, "students": true, "disabilities": true, "allow_trustee": true, "maximum_age": 12 }

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

Taxationsubrecord

Operations

Taxationrecord

Operations

Spacebaserentvatstatusnotation

Operations

Realestatevatkeyquotanotation

Operations

Roomcategory

Operations