itemCategories resource type

Represents a category for a number of items in Dynamics 365 Business Central.

Note

For information about enabling APIs for Dynamics NAV see Enabling the APIs for 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
id GUID The unique ID of the itemCategory. Non-editable.
code string The itemCategory code.
displayName string The itemCategories display name.
lastModifiedDateTime datetime The last datetime the itemCategory was modified. Read-Only.

Relationships

None

JSON representation

Here is a JSON representation of the itemCategories.

{
  "id": "GUID",
  "code": "string",
  "displayName": "string",
  "lastModifiedDateTime": "datetime"
}

See also

Working with Dynamics 365 Business Central in Microsoft Graph
Enabling the APIs for Dynamics 365 Business Central
Endpoints for the APIs
Error Codes
Get Item Categories
Create Item Categories
Update Item Categories
Delete Item Categories