Microsoft Dynamics 365 Finance and Operations modules and their fields
The data entities available through the Dynamics 365 F&O API can vary by instance. If you are not sure what entities are available through the API, it’s useful to look through the entities in your instance using the “data” endpoint. The “data” endpoint in Dynamics 365 Finance and Operations is the root URL for accessing OData services. This endpoint allows you to interact with various data entities exposed by the system using standard OData protocols.
You can retrieve these entities using the custom API call module.
Create entity item
This action module creates a new entity item in Microsoft Dynamics 365 Finance and Operations.
Delete entity item
This action module deletes an entity item from Dynamics Finance and Operations. The item is identified by its Primary key fields.
Make a custom API call
This action module makes a custom call to the Dynamics Finance and Operations API.