The 'Objects' application of the Core API
- Create 'Industrialpremisesvacancynotation'
Objects (2.0.0)
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: end_date
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: start_date
- https://dev.api.pigello.io/objects/spaces/vacancies/industrialpremisesvacancynotation/list/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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"
}
]'Successful bulk create/update
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: end_date
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: start_date
[ { "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 } ]
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: end_date
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: start_date
- https://dev.api.pigello.io/objects/spaces/vacancies/industrialpremisesvacancynotation/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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"
}'{ "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 }
- https://dev.api.pigello.io/objects/spaces/vacancies/industrialpremisesvacancynotation/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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'