Entities
Create entity
Create entity.
post/financial-data/v2/entities
Request body
Example request
{
"nationalIdentifier": {
"type": "CIVIC",
"market": "DE",
"number": "2012121212"
},
"address": {
"country": "DE",
"countrySubdivision": "US-CA",
"city": "Stockholm",
"postalCode": "11111",
"streetName": "Example street",
"streetNumber": "47"
}
}Response
Already existing equvivalent entity.
Example response
{
"id": "ce474c91-c09f-4200-81f8-0be97e1cda47",
"organizationId": "6ee651dd-8982-4359-a9a7-7cd6bd1d8c41",
"legalName": "Example Company GmbH",
"created": "2023-04-14T12:31:12.889104898Z",
"updated": "2023-04-14T12:31:12.889104898Z",
"version": 1
}