get_organizational_form
Retrieve detailed information about Norwegian organizational forms using their official codes to understand business structures and governance types.
Instructions
Get information about a specific organizational form
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organisasjonskode | Yes | Organizational form code (e.g., 'AS', 'ASA') |
Input Schema (JSON Schema)
{
"properties": {
"organisasjonskode": {
"description": "Organizational form code (e.g., 'AS', 'ASA')",
"type": "string"
}
},
"required": [
"organisasjonskode"
],
"type": "object"
}