GET TradeRegisterEntryInfo?businessId={businessId}®istrationNumber={registrationNumber}&date={date}&pdf={pdf}&reference={reference}
TradeRegisterEntryInfo - Kaupparekisteriote
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| businessId |
businessId(y-tunnus) or registrationNumber(kaupparekisterinumero) is required |
string |
None. |
| registrationNumber |
businessId(y-tunnus) or registrationNumber(kaupparekisterinumero) is required |
string |
None. |
| date |
optinal |
date |
None. |
|
response content type is pdf when true |
boolean |
Default value is True |
|
| reference |
optional |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
TradeRegisterEntryInfoResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| tradeRegisterEntryInfoResponseDetails | TradeRegisterEntryInfoResponseDetails |
None. |
|
| Error | Error |
None. |
Response Formats
application/json, text/json
Sample:
{
"tradeRegisterEntryInfoResponseDetails": {
"businessId": "sample string 1",
"registrationNumber": "sample string 2",
"companyName": "sample string 3",
"extract": "QEA=",
"creationDate": "2025-12-16T09:32:02.858343+02:00"
},
"Error": {
"Type": "sample string 1",
"Message": "sample string 2"
}
}
application/xml, text/xml
Sample:
<TradeRegisterEntryInfoResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tradeRegisterEntryInfoResponseDetails>
<businessId>sample string 1</businessId>
<registrationNumber>sample string 2</registrationNumber>
<companyName>sample string 3</companyName>
<extract>QEA=</extract>
<creationDate>2025-12-16T09:32:02.858343+02:00</creationDate>
</tradeRegisterEntryInfoResponseDetails>
<Error>
<Type>sample string 1</Type>
<Message>sample string 2</Message>
</Error>
</TradeRegisterEntryInfoResponse>