Microsoft Dynamics NAV · Capability
Dynamics 365 Business Central API v2.0 — Customers
Dynamics 365 Business Central API v2.0 — Customers. 5 operations. Lead operation: List Customers. Self-contained Naftiko capability covering one Navision business surface.
What You Can Do
GET
Listcustomers
— List Customers
/v1/companies-company-id/customers
POST
Createcustomer
— Create a Customer
/v1/companies-company-id/customers
GET
Getcustomer
— Get a Customer
/v1/companies-company-id/customers-customer-id
PATCH
Updatecustomer
— Update a Customer
/v1/companies-company-id/customers-customer-id
DELETE
Deletecustomer
— Delete a Customer
/v1/companies-company-id/customers-customer-id
MCP Tools
list-customers
List Customers
read-only
idempotent
create-customer
Create a Customer
get-customer
Get a Customer
read-only
idempotent
update-customer
Update a Customer
idempotent
delete-customer
Delete a Customer
idempotent