Create person

API endpoint to create a person. Depending on the configuration fields are optional or mandatory.

Body Params

Create person request

Model for creating new person

string | null

First name of the person.

string | null

Last name of the person.

string | null

Initials of the person.

string | null

Middle name of the person.

string | null

Prefix last name of the person.

string | null

Birth name of the person.

string | null

Gender shortcode of the person. In the reference data endpoint 'genders' a user can get the full list of available values.

string | null

Marital status shortcode of the person. In the reference endpoint API 'marital-statuses' a user can get the full list of available values.

date | null

Birth date of the person.

string | null

Nationality shortcode of the person. In the reference data endpoint 'nationalities' a user can get the full list of available values.

string | null

Social security number of the person. When the country of the social security number is NL (Netherlands) system checks if the syntax is according the set standards for Dutch social security syntax.

string | null

Country shortcode of the social security number. In the reference data endpoint 'countries' a user can get the full list of available values.

string | null

Place of birth of the person.

string | null

Birth country shortcode of the person. In the reference data endpoint 'countries' a user can get the full list of available values.

string | null

Preferred language shortcode of the person. In the reference data endpoint 'languages' a user can get the full list of available values.

string | null

Salutation for the person.

string | null
string | null

E-mail address of the person.

string | null

E-mail address of the person.

string | null

Mobile phone of the person.

string | null

Home phone of the person.

string | null

Work phone of the person.

string | null

Risk rating shortcode of the company. In the reference data endpoint 'risk-ratings' a user can get the full list of available values.

string | null

Review frequency of the risk rating in months, so 12 means that every 12 months the risk rating needs to be checked.

date | null

Date the last risk rating was performed.

string | null

Indicator whether the person is a US person.

string | null

An external and/or user friendly reference of the person.

string | null

Occupation of the person.

string | null

Prefix of the birth name.

double | null

Income of the person.

int64 | null

Number of people who depend upon you for their support and welfare.

titleShortCodes
array of strings | null

Title(s) of the person.

titleShortCodes
addresses
array of objects | null
addresses
customFields
array of objects | null
customFields
identityDocuments
array of objects | null
identityDocuments
Headers
uuid
required

Format - uuid. Correlates HTTP requests between a client and server

Responses
202

Accepted

500

Server Error

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json