Skip to main content
Skip table of contents

EP API - Company Information

Overview

The page returns the Company Information entry.

Endpoint name

companyInformations

Source table in Wisefish

Company Information

Fixed view

This standard table always has jus tone entry in each company.

Editable

No data modification possible.

Procedures

There are no procedures on this endpoint.

Primary key

The field “Code” is the primary key of this table. As this is a setup table, that consists of one record only, it is meant to be blank by default.

Data

Field List

Property

Type

Table Field

Field Type

Notes

name

string

Name

Text[100]

address

string

Address

Text[100]

city

string

City

Text[30]

phoneNo

string

"Phone No."

Text[30]

customsPermitNo

string

"Customs Permit No."

Text[10]

customsPermitDate

date

"Customs Permit Date"

Date

vatRegistrationNo

string

"VAT Registration No."

Text[20]

registrationNo

string

"Registration No."

Text[20]

postCode

string

"Post Code"

Code[20]

email

string

"E-Mail"

Text[80]

homePage

string

"Home Page"

Text[80]

countryRegionCode

string

"Country/Region Code"

Code[10]

gln

string

GLN

Code[13]

systemId

text uuid

SystemId

Guid

System ID of the entry

lastModified

date-time utc

SystemModifiedAt

DateTime

Note: The name of this field in business central is “systemmodifedAt” and it can be seen in page inspection in the user interface.

Example

Expand to see the example json

An example of one object in the list:

JSON
 "value": [
        {
            "@odata.etag": "W/\"JzE5OzY4OTM0OTI1MDY0NzY3NjM5MDYxOzAwOyc=\"",
            "systemId": "779ac7a0-a2aa-4ff0-aab9-e8d2c7bb951b",
            "name": "Wisefish Ltd.",
            "address": "Mainstreet 1",
            "city": "Reykjavik",
            "phoneNo": "+354 833 55 00",
            "customsPermitNo": "",
            "customsPermitDate": "0001-01-01",
            "vatRegistrationNo": "IS 001 097 450 ",
            "registrationNo": "",
            "postCode": "600",
            "email": "mail@wisefish.is",
            "homePage": "https://wisefish.is/",
            "countryRegionCode": "IS",
            "gln": "7080003543196",
            "lastModified": "2025-02-19T13:12:20.917Z"
        }


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.