Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.99 KB

dynamics-itemcategories.md

File metadata and controls

54 lines (40 loc) · 1.99 KB
title description services documentationcenter author ms.localizationpriority ms.subservice doc_type
itemCategories resource type
Represents a category for many items in Dynamics 365 Business Central.
project-madeira
SusanneWindfeldPedersen
medium
d365-business-central
resourcePageType

itemCategories resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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"
}