Get Current Company

Returns the current company’s name, local currency and country so consumers such as self-checkout can read them from Business Central as the single source of truth instead of re-declaring them elsewhere.

Authentication

x-np-api-keystring
API Key authentication via header

Path parameters

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

Headers

x-api-versiondateOptional

Used for API versioning. More details.

Response

This endpoint returns an object.
namestring
currencyCodestringOptional

The company’s local currency (ISO 4217), sourced from the General Ledger Setup. null when no local currency is configured in Business Central.

countryCodestringOptional

The company’s country/region as an ISO 3166 code, resolved from the Company Information country. null when no country is configured or the configured country has no ISO code.