Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.37 KB

dynamics-companies.md

File metadata and controls

55 lines (39 loc) · 1.37 KB
title description services documentationcenter author ms.localizationpriority ms.subservice doc_type
companies resource type
A company in Dynamics 365 Business Central.
project-madeira
SusanneWindfeldPedersen
medium
d365-business-central
resourcePageType

companies resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a companies resource type in 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"
}