Represents an automation company in Dynamics 365 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 automationCompany | automationCompany | Gets a automation company object. |
DELETE automationCompany | none | Deletes a automation company object. |
POST automationCompany | automationCompany | Creates a automation company object. |
PATCH automationCompany | automationCompany | Updates a automation company object. |
Properties
Property | Type | Description |
---|---|---|
id | GUID | The unique ID of the item. Non-editable. |
name | string | Represents the automation company's name. |
evaluationCompany | boolean | Specifies the whether the Company is an evaluation company. |
displayName | string | Specifies the automation company's name. This name will appear on all sales documents for the automation company. |
businessProfileId | string | Specifies the Business Profile ID linked to the company. |
JSON representation
Here is a JSON representation of the automationCompany resource.
{
"id": "GUID",
"name": "string",
"evaluationCompany": "boolean",
"displayName": "string",
"businessProfileId": "string"
}
Related information
GET automationCompany
DELETE automationCompany
POST automationCompany
PATCH automationCompany