companies resource type

Represents a companies resource type in Dynamics 365 Business Central.

Note

For information about enabling APIs for Dynamics NAV see Enabling the APIs for Dynamics 365 Business Central.

Methods

Method Return Type Description
GET companies companies Get a company.

Properties

Property Type Description
id GUID The unique ID of the company. Read-Only.
name string Specifies the Company.
displayName string Specifies the company display name.
systemVersion string Specifies the internal version of the company.
businessProfileId string Specifies the Business Profile ID linked to the company.

Relationships

None

JSON representation

Here is a JSON representation of the company.

{
  "id": "GUID",
  "name": "string",
  "displayName": "string",
  "systemVersion": "string",
  "businessProfileId": "string"
}

See Also

Working with Dynamics 365 Business Central in Microsoft Graph
Enabling the APIs for Dynamics 365 Business Central
Endpoints for the APIs
Error Codes
Get Companies
Company Information
Get Company Information
Update Company Information