Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents an item category 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 itemCategory | itemCategory | Gets a item category object. |
| DELETE itemCategory | none | Deletes a item category object. |
| POST itemCategory | itemCategory | Creates a item category object. |
| PATCH itemCategory | itemCategory | Updates a item category object. |
Properties
| Property | Type | Description |
|---|---|---|
| id | GUID | The unique ID of the item category. Non-editable. |
| code | string | The code of the item category. |
| displayName | string | Specifies the item category's name. This name will appear on all sales documents for the item category. |
| lastModifiedDateTime | datetime | The last datetime the item category was modified. Read-Only. |
JSON representation
Here's a JSON representation of the itemCategory resource.
{
"id": "GUID",
"code": "string",
"displayName": "string",
"lastModifiedDateTime": "datetime"
}
Related information
GET itemCategory
DELETE itemCategory
POST itemCategory
PATCH itemCategory