itemCategories resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a category for many items in Dynamics 365 Business Central.

Methods

Method Return Type Description
Get itemCategories itemCategories Get an item category.
Post itemCategories itemCategories Create an item category.
Patch itemCategories itemCategories Update an item category.
Delete itemCategories None Delete an item category.

Properties

Property Type Description
code String The item category code.
displayName String The display name of the item category.
id String The unique ID of the item category. Noneditable.
lastModifiedDateTime Datetime The date and time when the item category was last modified. Read-Only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "code": "String",
  "displayName": "String",
  "id": "String (identifier)",
  "lastModifiedDateTime": "Datetime"
}