The 'Objects' application of the Core API
Objects (2.0.0)
Download OpenAPI description
Languages
Servers
https://{environment}.pigello.io
Bodyapplication/json
Additional Validation Information:
This value must be set with a proper magnitude, in relation to the following fields: minimum_age
Additional Validation Information:
This value must be set with a proper magnitude, in relation to the following fields: maximum_age
- https://dev.api.pigello.io/objects/spaces/targetaudiences/parkingspottargetaudience/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://dev.api.pigello.io/objects/spaces/targetaudiences/parkingspottargetaudience/{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_part_time_work": true,
"retired": true,
"allow_benefit_income": true,
"maximum_age": 15,
"allow_any_dept_sanitation": true,
"name": "string",
"allow_any_bankruptcy": true,
"archived": true,
"pre_rent_net_income_factor": 1,
"minimum_age": 15,
"allow_temporary_work": true,
"require_non_parking_tenant": true,
"students": true,
"post_rent_net_income_factor": 1,
"minimum_previous_year_revenue": 2147483647,
"custom_id": "string",
"maximum_payment_remark_amount": 2147483647,
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"sni_codes": [
null
]
}'Response
application/json
{ "allow_part_time_work": true, "tags": null, "retired": true, "allow_benefit_income": true, "maximum_age": 15, "allow_any_dept_sanitation": true, "name": "string", "allow_any_bankruptcy": true, "archived": true, "customer_columns": null, "pre_rent_net_income_factor": 1, "minimum_age": 15, "allow_temporary_work": true, "require_non_parking_tenant": true, "students": true, "post_rent_net_income_factor": 1, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "minimum_previous_year_revenue": 2147483647, "custom_id": "string", "maximum_payment_remark_amount": 2147483647, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "sni_codes": [ null ], "created_at": "2019-08-24T14:15:22Z" }
- https://dev.api.pigello.io/objects/spaces/targetaudiences/parkingspottargetaudience/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://dev.api.pigello.io/objects/spaces/targetaudiences/parkingspottargetaudience/{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'Successful selection
Additional Validation Information:
This value must be set with a proper magnitude, in relation to the following fields: minimum_age
Additional Validation Information:
This value must be set with a proper magnitude, in relation to the following fields: maximum_age
Response
application/json
{ "allow_part_time_work": true, "tags": null, "retired": true, "allow_benefit_income": true, "maximum_age": 15, "allow_any_dept_sanitation": true, "name": "string", "allow_any_bankruptcy": true, "archived": true, "customer_columns": null, "pre_rent_net_income_factor": 1, "minimum_age": 15, "allow_temporary_work": true, "require_non_parking_tenant": true, "students": true, "post_rent_net_income_factor": 1, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "minimum_previous_year_revenue": 2147483647, "custom_id": "string", "maximum_payment_remark_amount": 2147483647, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "sni_codes": [ null ], "created_at": "2019-08-24T14:15:22Z" }
- https://dev.api.pigello.io/objects/spaces/targetaudiences/parkingspottargetaudience/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://dev.api.pigello.io/objects/spaces/targetaudiences/parkingspottargetaudience/{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'