Get company
Get company details
Input
User needs to provide companyNumber
registry
and court
Attribute | Type | Description |
---|---|---|
companyNumber | String | The registration number of the company. |
court | String | The district court where the company is registered. |
registry | String | The type of registry (e.g., VR, HRA) where the company is registered. |
Output
Field | Type | Description |
---|---|---|
messageHeader | Object | The header information of the message. |
basicData | Object | Basic data associated with the procedure. |
documentObject | Object | An empty object for document-related data. |
recordDataRegister | Object | Data related to the record registration. |
Message Header
Field | Type | Description |
---|---|---|
creationTimestamp | String | The timestamp indicating when the message was created. |
ownMessageID | String | The unique identifier for the message. |
event | Object | The event information. |
producerInformation | Object | Information about the producer. |
Event
Field | Type | Description |
---|---|---|
code | String | The code indicating the event. |
Producer Information
Field | Type | Description |
---|---|---|
productName | String | The name of the product. |
producerName | String | The name of the producer. |
version | String | The version information. |
Basic Data
Field | Type | Description |
---|---|---|
procedureData | Object | Data related to the procedure. |
Procedure Data
Field | Type | Description |
---|---|---|
instanceData | Object | Data related to the instance. |
participation | Array | An array containing participation data. |
Instance Data
Field | Type | Description |
---|---|---|
instanceNumber | String | The instance number. |
instanceAuthoritySelection | Object | Selection of the instance authority. |
fileReference | Object | Reference to the file. |
subjectOfTheProceedings | String | The subject of the proceedings. |
Instance Authority Selection
Field | Type | Description |
---|---|---|
court | Object | The court information. |
Court
Field | Type | Description |
---|---|---|
code | String | The code indicating the court. |
File Reference
Field | Type | Description |
---|---|---|
structuredFileReference | Object | The structured file reference. |
Structured File Reference
Field | Type | Description |
---|---|---|
register | Object | The register information. |
runningNumber | String | The running number. |
year | String | The year. |
Register
Field | Type | Description |
---|---|---|
code | String | The code indicating the register. |
Participation
Field | Type | Description |
---|---|---|
role | Array | An array containing role information. |
participant | Object | Participant information. |
Role
Field | Type | Description |
---|---|---|
roleNumber | String | The role number. |
roleID | Object | The ID of the role. |
roleDescription | Object | The description of the role. |
Role ID
Field | Type | Description |
---|---|---|
id | String | The ID of the role. |
refInstanceNumber | String | The reference instance number. |
Role Description
Field | Type | Description |
---|---|---|
code | String | The code indicating the role description. |
Participant
Field | Type | Description |
---|---|---|
participantNumber | String | The participant number. |
participantSelection | Object | Participant selection information. |
Participant Selection
Field | Type | Description |
---|---|---|
organization | Object | Organization information. |
naturalPerson | Object | Natural person information. |
Organization
Field | Type | Description |
---|---|---|
designation | Object | Designation information. |
legalFormInformation | Object | Legal form information. |
location | Object | Location information. |
address | Object | Address information. |
Designation
Field | Type | Description |
---|---|---|
currentDesignation | String | The current designation of the organization. |
Legal Form Information
Field | Type | Description |
---|---|---|
legalForm | Object | Legal form information. |
Legal Form
Field | Type | Description |
---|---|---|
code | String | The code indicating the legal form. |
Location
Field | Type | Description |
---|---|---|
location | String | The location of the organization. |
Address
Field | Type | Description |
---|---|---|
addressType | Object | Address type information. |
street | String | The street of the organization's address. |
houseNumber | String | The house number of the organization's address. |
postalCode | String | The postal code of the organization's address. |
city | String | The city of the organization's address. |
Address Type
Field | Type | Description |
---|---|---|
code | String | The code indicating the address type. |
Natural Person
Field | Type | Description |
---|---|---|
fullName | Object | Full name information. |
birth | Object | Birth information. |
gender | Object | Gender information. |
address | Object | Address information. |
Full Name
Field | Type | Description |
---|---|---|
firstName | String | The first name of the natural person. |
lastName | String | The last name of the natural person. |
Birth
Field | Type | Description |
---|---|---|
dateOfBirth | String | The date of birth of the natural person. |
Gender
Field | Type | Description |
---|---|---|
code | String | The code indicating the gender of the natural person. |
Record Data Register
Field | Type | Description |
---|---|---|
professionalDataRegisterVersion | String | The version of the professional data register. |
notificationType | Object | Notification type information. |
affectedLegalEntity | String | Information about the affected legal entity. |
excerpt | Object | Excerpt information. |
Notification Type
Field | Type | Description |
---|---|---|
code | String | The code indicating the notification type. |
Excerpt
Field | Type | Description |
---|---|---|
registrationText | Array | Array of registration texts. |
retrievalTime | String | The time of retrieval. |
retrievalDate | String | The date of retrieval. |
lastEntry | String | The date of the last entry. |
numberOfEntries | String | The number of entries. |
Last updated