The 'Accounts' application of the Core API
Accounts (2.0.0)
Additional Validation Information:
This field, or at least one of the following fields must be set: first_name, last_name
Additional Validation Information:
This field, or at least one of the following fields must be set: last_name, corporate_name
Additional Validation Information:
This field, or at least one of the following fields must be set: first_name, corporate_name
Additional Validation Information:
This value requires that the following fields are also set: corporate_name
- https://dev.api.pigello.io/accounts/users/customer/tenant/list/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://dev.api.pigello.io/accounts/users/customer/tenant/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 '[
{
"block_notifications_for": [
null
],
"autogiro_disables_invoice_distribution": true,
"birth_date": "2019-08-24",
"send_out_distribution_instruction": [
null
],
"ssn_is_coordination_number": true,
"anonymization_name": "string",
"reminder_distribution_instruction": [
null
],
"block_email_notifications_for": [
null
],
"gln13_number": "stringstrings",
"ssn": "stringstring",
"debt_distribution_instruction": [
null
],
"current_registered_address": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"allows_external_personal_information_sharing": true,
"corporate_name": "string",
"popular_name": "string",
"future_address": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"anonymized": true,
"first_name": "string",
"custom_dimension_category_value": "string",
"realestates": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
],
"profile_picture": {
"name": "string",
"md5_hash": "string",
"get": "string",
"post": {
"url": "string",
"fields": {}
}
},
"active_to": "2019-08-24T14:15:22Z",
"last_name": "string",
"invoice_distribution_instruction": [
null
],
"invoice_email": "user@example.com",
"sni_number": "20.520",
"fmi": "stringstringstrin",
"org_no": "stringstri",
"invoice_address": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"custom_id": "string",
"custom_dimension_value": "string",
"prefer_invoice_view_only": true,
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"show_in_brf_context": true,
"block_sms_notifications_for": [
null
],
"peppol_id": "stringstringstr",
"is_active": true,
"previous_address": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"wants_evicted": true,
"email": "user@example.com",
"phone_number": "string"
}
]'Successful bulk create/update
Additional Validation Information:
This field, or at least one of the following fields must be set: first_name, last_name
Additional Validation Information:
This field, or at least one of the following fields must be set: last_name, corporate_name
Additional Validation Information:
Must be unique
Additional Validation Information:
This field, or at least one of the following fields must be set: first_name, corporate_name
Additional Validation Information:
This value requires that the following fields are also set: corporate_name
[ { "block_notifications_for": [ … ], "autogiro_disables_invoice_distribution": true, "birth_date": "2019-08-24", "send_out_distribution_instruction": [ … ], "ssn_is_coordination_number": true, "anonymization_name": "string", "full_name": null, "reminder_distribution_instruction": [ … ], "block_email_notifications_for": [ … ], "gln13_number": "stringstrings", "ssn": "stringstring", "tags": null, "mfa_has_hotp": true, "debt_distribution_instruction": [ … ], "current_registered_address": { … }, "customer_columns": null, "allows_external_personal_information_sharing": true, "corporate_name": "string", "popular_name": "string", "latest_active_date": "2019-08-24", "future_address": { … }, "anonymized": true, "email_verified": true, "custom_application_domain": "string", "first_name": "string", "custom_dimension_category_value": "string", "created_at": "2019-08-24T14:15:22Z", "username": "stringst", "realestates": [ … ], "last_login": "2019-08-24T14:15:22Z", "profile_picture": { … }, "active_to": "2019-08-24T14:15:22Z", "last_name": "string", "invoice_distribution_instruction": [ … ], "pending_monitor_approval_amount": null, "invoice_email": "user@example.com", "mfa_has_totp": true, "sni_number": "20.520", "fmi": "stringstringstrin", "phone_number_verified": true, "hotp_invite_sendout_time": "2019-08-24T14:15:22Z", "org_no": "stringstri", "invoice_address": { … }, "custom_id": "string", "custom_dimension_value": "string", "prefer_invoice_view_only": true, "status": 0, "organization": { … }, "show_in_brf_context": true, "is_company": null, "block_sms_notifications_for": [ … ], "earliest_active_date": "2019-08-24", "peppol_id": "stringstringstr", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "is_active": true, "previous_address": { … }, "wants_evicted": true, "communication_name": null, "email": "user@example.com", "phone_number": "string" } ]
Additional Validation Information:
This value must be set together with the following fields: _page_size
Additional Validation Information:
This value must be set together with the following fields: _page
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
- https://dev.api.pigello.io/accounts/users/customer/tenant/list/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://dev.api.pigello.io/accounts/users/customer/tenant/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'Successful query
Additional Validation Information:
This field, or at least one of the following fields must be set: first_name, last_name
Additional Validation Information:
This field, or at least one of the following fields must be set: last_name, corporate_name
Additional Validation Information:
Must be unique
Additional Validation Information:
This field, or at least one of the following fields must be set: first_name, corporate_name
Additional Validation Information:
This value requires that the following fields are also set: corporate_name
[ { "block_notifications_for": [ … ], "autogiro_disables_invoice_distribution": true, "birth_date": "2019-08-24", "send_out_distribution_instruction": [ … ], "ssn_is_coordination_number": true, "anonymization_name": "string", "full_name": null, "reminder_distribution_instruction": [ … ], "block_email_notifications_for": [ … ], "gln13_number": "stringstrings", "ssn": "stringstring", "tags": null, "mfa_has_hotp": true, "debt_distribution_instruction": [ … ], "current_registered_address": { … }, "customer_columns": null, "allows_external_personal_information_sharing": true, "corporate_name": "string", "popular_name": "string", "latest_active_date": "2019-08-24", "future_address": { … }, "anonymized": true, "email_verified": true, "custom_application_domain": "string", "first_name": "string", "custom_dimension_category_value": "string", "created_at": "2019-08-24T14:15:22Z", "username": "stringst", "realestates": [ … ], "last_login": "2019-08-24T14:15:22Z", "profile_picture": { … }, "active_to": "2019-08-24T14:15:22Z", "last_name": "string", "invoice_distribution_instruction": [ … ], "pending_monitor_approval_amount": null, "invoice_email": "user@example.com", "mfa_has_totp": true, "sni_number": "20.520", "fmi": "stringstringstrin", "phone_number_verified": true, "hotp_invite_sendout_time": "2019-08-24T14:15:22Z", "org_no": "stringstri", "invoice_address": { … }, "custom_id": "string", "custom_dimension_value": "string", "prefer_invoice_view_only": true, "status": 0, "organization": { … }, "show_in_brf_context": true, "is_company": null, "block_sms_notifications_for": [ … ], "earliest_active_date": "2019-08-24", "peppol_id": "stringstringstr", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "is_active": true, "previous_address": { … }, "wants_evicted": true, "communication_name": null, "email": "user@example.com", "phone_number": "string" } ]
- https://dev.api.pigello.io/accounts/users/customer/tenant/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://dev.api.pigello.io/accounts/users/customer/tenant/{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 field, or at least one of the following fields must be set: first_name, last_name
Additional Validation Information:
This field, or at least one of the following fields must be set: last_name, corporate_name
Additional Validation Information:
Must be unique
Additional Validation Information:
This field, or at least one of the following fields must be set: first_name, corporate_name
Additional Validation Information:
This value requires that the following fields are also set: corporate_name
{ "block_notifications_for": [ null ], "autogiro_disables_invoice_distribution": true, "birth_date": "2019-08-24", "send_out_distribution_instruction": [ null ], "ssn_is_coordination_number": true, "anonymization_name": "string", "full_name": null, "reminder_distribution_instruction": [ null ], "block_email_notifications_for": [ null ], "gln13_number": "stringstrings", "ssn": "stringstring", "tags": null, "mfa_has_hotp": true, "debt_distribution_instruction": [ null ], "current_registered_address": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "customer_columns": null, "allows_external_personal_information_sharing": true, "corporate_name": "string", "popular_name": "string", "latest_active_date": "2019-08-24", "future_address": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "anonymized": true, "email_verified": true, "custom_application_domain": "string", "first_name": "string", "custom_dimension_category_value": "string", "created_at": "2019-08-24T14:15:22Z", "username": "stringst", "realestates": [ { … } ], "last_login": "2019-08-24T14:15:22Z", "profile_picture": { "name": "string", "md5_hash": "string", "get": "string", "post": { … } }, "active_to": "2019-08-24T14:15:22Z", "last_name": "string", "invoice_distribution_instruction": [ null ], "pending_monitor_approval_amount": null, "invoice_email": "user@example.com", "mfa_has_totp": true, "sni_number": "20.520", "fmi": "stringstringstrin", "phone_number_verified": true, "hotp_invite_sendout_time": "2019-08-24T14:15:22Z", "org_no": "stringstri", "invoice_address": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "custom_id": "string", "custom_dimension_value": "string", "prefer_invoice_view_only": true, "status": 0, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "show_in_brf_context": true, "is_company": null, "block_sms_notifications_for": [ null ], "earliest_active_date": "2019-08-24", "peppol_id": "stringstringstr", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "is_active": true, "previous_address": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "wants_evicted": true, "communication_name": null, "email": "user@example.com", "phone_number": "string" }