Microsoft Dynamics for Finance and Operations Component is designed to use ODATA API from Microsoft.
Microsoft Dynamics for Finance and Operations component uses the OAuth 2.0 authentication protocol.
During credentials creation you would need to:
OAuth2
drop-down list Type
.Choose Auth Client
or create the new one. For creating Auth Client you should specify following fields:Field name | Description |
---|---|
Name | Your Auth Client’s name |
Client ID | Your OAuth Client ID |
Client Secret | Your OAuth Client Secret |
Authorization Endpoint | set: https://login.windows.net/common/oauth2/authorize?resource=https%3A%2F%2Fyourdomain.operations.dynamics.com%2F , where yourdomain.operations.dynamics.com it is URL of your MS Dynamic for Finance and Operations organization |
Token Endpoint | set: https://login.windows.net/common/oauth2/token |
Important note:: All of the above fields are mandatory!
This component has no trigger functions. This means it will not be accessible to select as a first component during the integration flow design.
Executes custom request
false
.GET
, POST
, PUT
, PATCH
, DELETE
.Input message example:
{
"method": "GET",
"url": "/data/ServiceOrderLines?$top=1"
}
Click here to learn more about the elastic.io iPaaS