Microsoft Dynamics NAV · Capability

Dynamics NAV Business Operations

Unified workflow for day-to-day business operations in Dynamics 365 Business Central combining the Business Central API v2.0 for managing customers, vendors, items, orders, invoices, and financials. Used by accountants, sales teams, and operations managers.

Run with Naftiko Business CentralDynamics 365ERPFinanceSalesPurchasing

What You Can Do

GET
List companies — List available companies
/v1/companies
GET
List customers — List all customers
/v1/customers
POST
Create customer — Create a customer
/v1/customers
GET
Get customer — Get a customer
/v1/customers/{customer_id}
GET
List vendors — List all vendors
/v1/vendors
GET
List items — List all items
/v1/items
GET
List sales orders — List sales orders
/v1/sales-orders
POST
Create sales order — Create a sales order
/v1/sales-orders
GET
List purchase orders — List purchase orders
/v1/purchase-orders
GET
List accounts — List accounts
/v1/accounts
GET
List journals — List journals
/v1/journals
GET
List sales invoices — List sales invoices
/v1/sales-invoices

MCP Tools

list-companies

List available companies

read-only idempotent
list-customers

List all customers

read-only idempotent
create-customer

Create a new customer

get-customer

Get a customer by ID

read-only idempotent
list-vendors

List all vendors

read-only idempotent
create-vendor

Create a new vendor

list-items

List inventory items

read-only idempotent
create-item

Create a new inventory item

list-sales-orders

List all sales orders

read-only idempotent
create-sales-order

Create a new sales order

list-purchase-orders

List all purchase orders

read-only idempotent
create-purchase-order

Create a new purchase order

list-accounts

List general ledger accounts

read-only idempotent
list-journals

List general journals

read-only idempotent
list-sales-invoices

List sales invoices

read-only idempotent
list-purchase-invoices

List purchase invoices

read-only idempotent
list-employees

List all employees

read-only idempotent

APIs Used

business-central-v2