Microsoft Dynamics 365
Enterprise CRM and business applications platform integration
Actions (47)
Dataverse · 16
- Assign accountPOST /api/data/v9.2/accounts({id})/Microsoft.Dynamics.CRM.Assign
Invoke the bound Assign action on an Account.
documented - Associate recordsPOST /api/data/v9.2/accounts({id})/Microsoft.Dynamics.CRM.Associate
Invoke the bound Associate action on an Account.
documented - Associate related recordsPOST /api/data/v9.2/accounts({id})/{navigation-property}/$ref
Create a link to a related record via a navigation property.
documented - Create accountPOST /api/data/v9.2/accounts
Create a new Account record.
documented - Create contactPOST /api/data/v9.2/contacts
Create a new Contact record.
documented - Delete accountDELETE /api/data/v9.2/accounts({id})
Delete an Account.
documented - Delete contactDELETE /api/data/v9.2/contacts({id})
Delete a Contact.
documented - Disassociate related recordsPOST /api/data/v9.2/accounts({id})/{navigation-property}/$ref
Remove a link to a related record via a navigation property.
documented - Get accountGET /api/data/v9.2/accounts({id})
Retrieve a single Account by ID.
documented - Get contactGET /api/data/v9.2/contacts({id})
Retrieve a single Contact by ID.
documented - Get metadataGET /api/data/v9.2/$metadata
Retrieve the Web API metadata document.
documented - List accountsGET /api/data/v9.2/accounts
Retrieve a collection of Account records.
documented - List contactsGET /api/data/v9.2/contacts
Retrieve a collection of Contact records.
documented - List entity definitionsGET /api/data/v9.2/EntityDefinitions
Retrieve metadata for all entity definitions.
documented - Update accountPATCH /api/data/v9.2/accounts({id})
Update an existing Account.
documented - Update contactPATCH /api/data/v9.2/contacts({id})
Update an existing Contact.
documented
Inventory Visibility · 13
- Create multiple on-hand changesPOST /api/environment/{environmentId}/onhand/bulk
Create multiple on-hand change events.
documented - Create multiple on-hand schedule changesPOST /api/environment/{environmentId}/onhand/changeschedule/bulk
Create multiple on-hand schedule changes.
documented - Create multiple reservationsPOST /api/environment/{environmentId}/onhand/reserve/bulk
Create multiple soft reservation events.
documented - Create on-hand changePOST /api/environment/{environmentId}/onhand
Create one on-hand change event.
documented - Create on-hand schedule changePOST /api/environment/{environmentId}/onhand/changeschedule
Create a scheduled on-hand change.
documented - Create reservationPOST /api/environment/{environmentId}/onhand/reserve
Create one soft reservation event.
documented - Get job progressGET /api/environment/{environmentId}/getJobProgress
Query job execution progress.
documented - Post index query (product search)POST /api/environment/{environmentId}/onhand/indexquery
Post index query with product search.
documented - Query on-handGET /api/environment/{environmentId}/onhand
Query on-hand quantities.
documented - Reverse multiple reservationsPOST /api/environment/{environmentId}/onhand/unreserve/bulk
Reverse multiple soft reservation events.
documented - Reverse reservationPOST /api/environment/{environmentId}/onhand/unreserve
Reverse one soft reservation event.
documented - Set/override on-hand quantitiesPOST /api/environment/{environmentId}/setonhand/{inventorySystem}/bulk
Set or override on-hand quantities.
documented - Sync reservationsPOST /api/environment/{environmentId}/onhand/reserve/resyncjob
Clean up reservation data.
documented
Business Central · 9
- Create customerPOST /v2.0/{environment}/api/v2.0/customers
Create a new customer.
documented - Delete customerDELETE /v2.0/{environment}/api/v2.0/customers({id})
Delete a customer.
documented - Get admin rootGET https://api.businesscentral.dynamics.com
Base endpoint for Admin Center operations.
documented - Get customerGET /v2.0/{environment}/api/v2.0/customers({id})
Retrieve a single customer.
documented - Get sales orderGET /v2.0/{environment}/api/v2.0/salesOrders({id})
Retrieve a single sales order.
documented - List customersGET /v2.0/{environment}/api/v2.0/customers
Retrieve all customers.
documented - List environmentsGET https://api.businesscentral.dynamics.com/v2.0/{tenant}/environments
Retrieve environments for the tenant.
documented - List sales ordersGET /v2.0/{environment}/api/v2.0/salesOrders
Retrieve all sales orders.
documented - Update customerPATCH /v2.0/{environment}/api/v2.0/customers({id})
Update an existing customer.
documented
Finance & Operations · 5
- Create customerPOST /data/Customers
Create a customer.
documented - Delete customerDELETE /data/Customers('<id>')
Delete a customer.
documented - Get customerGET /data/Customers('<id>')
Retrieve a customer by key.
documented - List customersGET /data/Customers
Retrieve all customers via OData.
documented - Update customerPATCH /data/Customers('<id>')
Update a customer.
documented
Power Pages · 2
Power Platform · 2
- Invoke admin operationPOST https://api.powerplatform.com/{namespace}/{resource}?api-version={version}
Call a Power Platform admin/resource method.
documented - List resourcesGET https://api.powerplatform.com/{namespace}/{resource}?api-version={version}
List available admin resources in the chosen namespace.
documented