Microsoft Dynamics 365 Business CentralCompany Information

Microsoft Dynamics 365 Business Central Company Information API

Sync permissioned company information data with Microsoft Dynamics 365 Business Central through Apideck's unified API. One integration, instant access to the governed data your team needs.

In Apideck, this resource is called Company Info (API: company-info)

Supported Operations for Microsoft Dynamics 365 Business Central Company Information

Get operation available through our unified API

list
get
create
update
delete

Supported Fields

13 fields

Fields available for Microsoft Dynamics 365 Business Central Company Information

idcompany_namestatuslegal_namesales_tax_numbercurrencylanguagefiscal_year_start_monthcompany_start_dateaddressesphone_numbersemailsupdated_at

API Model Preview

Sample response structure for company information

{
  "id": "12345",
  "company_name": "Example Company Name",
  "status": "active",
  "legal_name": "Example Legal Name",
  "sales_tax_number": 10,
  "currency": "USD",
  "language": "string",
  "fiscal_year_start_month": "string",
  "company_start_date": "2024-01-15",
  "addresses": [
    {
      "id": "123",
      "type": "primary",
      "string": "25 Spring Street, Blackburn, VIC 3130",
      "name": "HQ US",
      "line1": "25 Spring Street",
      "line2": "Suite 100",
      "city": "Blackb
  ...

Quick Start Example

Start syncing Microsoft Dynamics 365 Business Central company information in minutes

Node.js
import { Apideck } from '@apideck/unify'

const apideck = new Apideck({
  apiKey: process.env.APIDECK_API_KEY,
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List company information from Microsoft Dynamics 365 Business Central
const result = await apideck.accounting.companyInfo.list({
  serviceId: 'microsoft-dynamics-365-business-central'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified company information data

Microsoft Dynamics 365 Business Central SDKs

Build Microsoft Dynamics 365 Business Central integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up