NEW VERSION This is v1.0 of the Business Central API. For the newest version, see Business Central API (V2.0).
Represents a companies resource type in Business Central.
Note
For information about enabling APIs for Business Central 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"
}
Related information
Get Companies
Company Information
Get Company Information
Update Company Information