Microsoft Dynamics NAV · Capability
Dynamics 365 Business Central API v2.0 — Items
Dynamics 365 Business Central API v2.0 — Items. 5 operations. Lead operation: List Items. Self-contained Naftiko capability covering one Navision business surface.
What You Can Do
GET
Listitems
— List Items
/v1/companies-company-id/items
POST
Createitem
— Create an Item
/v1/companies-company-id/items
GET
Getitem
— Get an Item
/v1/companies-company-id/items-item-id
PATCH
Updateitem
— Update an Item
/v1/companies-company-id/items-item-id
DELETE
Deleteitem
— Delete an Item
/v1/companies-company-id/items-item-id
MCP Tools
list-items
List Items
read-only
idempotent
create-item
Create an Item
get-item
Get an Item
read-only
idempotent
update-item
Update an Item
idempotent
delete-item
Delete an Item
idempotent