get_sub_entity
Retrieve detailed information about specific Norwegian business sub-entities using their 9-digit organization number to access corporate structure and governance data from the national registry.
Instructions
Get detailed information about a specific Norwegian business sub-entity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organisasjonsnummer | Yes | 9-digit organization number |
Input Schema (JSON Schema)
{
"properties": {
"organisasjonsnummer": {
"description": "9-digit organization number",
"type": "string"
}
},
"required": [
"organisasjonsnummer"
],
"type": "object"
}