The 'Configurations' application of the Core API
Configurations (2.0.0)
Download OpenAPI description
Languages
Servers
https://{environment}.pigello.io
- https://dev.api.pigello.io/configurations/validationconfiguration/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://dev.api.pigello.io/configurations/validationconfiguration/{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'Response
application/json
{ "created_at": "2019-08-24T14:15:22Z", "control_usable_area_against_structure": true, "require_contract_default_vat": true, "control_tempered_area_against_structure": true, "require_component_model": true, "custom_id": "string", "require_component_type": true, "require_sni_for_corporate_customers": true, "custom_id_regex": "string", "control_building_area_against_realestate": true, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "control_bi_area_against_structure": true, "require_customer_custom_id": true, "contract_id_number_regex": "string", "require_ssn_for_private_customers": true, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" } }
- https://dev.api.pigello.io/configurations/validationconfiguration/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://dev.api.pigello.io/configurations/validationconfiguration/{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 '{
"control_usable_area_against_structure": true,
"require_contract_default_vat": true,
"control_tempered_area_against_structure": true,
"require_component_model": true,
"custom_id": "string",
"require_component_type": true,
"require_sni_for_corporate_customers": true,
"custom_id_regex": "string",
"control_building_area_against_realestate": true,
"control_bi_area_against_structure": true,
"require_customer_custom_id": true,
"contract_id_number_regex": "string",
"require_ssn_for_private_customers": true,
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}'Response
application/json
{ "created_at": "2019-08-24T14:15:22Z", "control_usable_area_against_structure": true, "require_contract_default_vat": true, "control_tempered_area_against_structure": true, "require_component_model": true, "custom_id": "string", "require_component_type": true, "require_sni_for_corporate_customers": true, "custom_id_regex": "string", "control_building_area_against_realestate": true, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "control_bi_area_against_structure": true, "require_customer_custom_id": true, "contract_id_number_regex": "string", "require_ssn_for_private_customers": true, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" } }
- https://dev.api.pigello.io/configurations/validationconfiguration/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://dev.api.pigello.io/configurations/validationconfiguration/ \
-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 '{
"control_usable_area_against_structure": true,
"require_contract_default_vat": true,
"control_tempered_area_against_structure": true,
"require_component_model": true,
"custom_id": "string",
"require_component_type": true,
"require_sni_for_corporate_customers": true,
"custom_id_regex": "string",
"control_building_area_against_realestate": true,
"control_bi_area_against_structure": true,
"require_customer_custom_id": true,
"contract_id_number_regex": "string",
"require_ssn_for_private_customers": true,
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}'Response
application/json
{ "created_at": "2019-08-24T14:15:22Z", "control_usable_area_against_structure": true, "require_contract_default_vat": true, "control_tempered_area_against_structure": true, "require_component_model": true, "custom_id": "string", "require_component_type": true, "require_sni_for_corporate_customers": true, "custom_id_regex": "string", "control_building_area_against_realestate": true, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "control_bi_area_against_structure": true, "require_customer_custom_id": true, "contract_id_number_regex": "string", "require_ssn_for_private_customers": true, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" } }