How to call Enqueue or Dequeue (D365 Recurring Integration rest api ) using APIM

Dnyaneshwar Surywanshi 41 Reputation points
2022-12-08T07:20:20.913+00:00

Currently Enqueue and Dequeue both API working using azure function but I want to call both api through Azure APIM . can someone help me on this or any links which I can refer .

https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/recurring-integrations

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,365 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,891 Reputation points
    2022-12-08T10:11:40.657+00:00

    @Dnyaneshwar Surywanshi Thanks for reaching out. As you want to expose your azure function API using APIM then you can refer to this document to Import an Azure Function App as an API in Azure API Management.

    In case if you are looking to directly call the Dynamics 365 API from the APIM then you can refer to Add an APIM manually to the APIM. Now you need to build the request as per the Dynamic 365 documentation and you can refer to APIM policy or advance policy to generate the request and pass the right authentication.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.