getPersonInformation

TEST request - https://in.bisnode.ee/rest_dev/getPersonInformation

getPersonInformation

POST https://in.bisnode.ee/rest/getPersonInformation

Needed headers: Content-type: application/json This endpoint allows you to get general person information such as: * Personal code * First name and last name * Previous first name and last name (if exist) * Death date (if exists) * Personal address Example Curl request: curl -X POST -k -H 'Content-type: application/json' -i 'https://in.bisnode.ee/rest/getPersonInformation' --data '{ "token": "0c4386e0983540c97u8930de8570820f967827", "code": "12345678900", "language": "en" }'

Query Parameters

{
    "personal_code": "12345678900",
    "last_name": "Karllson",
    "first_name": "Karl",
    "ex_last_name": "Blumberg",
    "ex_first_name": "Karl",
    "death_date": null,
    "address": "Harju maakond, Tallinn, Lasnamäe linnaosa, Oksa 1-15"
}

Last updated