How to – Post a JSON body in Swagger – Nishant Rana’s Weblog
Recently working with an Azure Functions , we had to define its REST Signature using Swagger to be able to use it within PowerApps.
The Azure Function expected the code query parameter basically the apiKey for the function and JSON Body with custom object named Lead having following properties as POST method.
This is how we’d define our Lead Object and pass it as one of the parameters in the body.
swagger: '2.0' info: title: mycrmfunctionapp.azurewebsites.net version:...
Full Article
How to – Post a JSON body in Swagger – Nishant Rana’s Weblog
Blog Syndicated with Nishant Rana’s Permission
More About This Author
Array
- Dyn365CE17 September 2024New Lead Qualification Experience – Dynamics 365 Sales
- Dyn365CE16 September 2024Bypass Power Automate Flows using SuppressCallbackRegistrationExpanderJob optional parameter – Dataverse / Dynamics 365
- Dyn365CE10 September 2024Sample Code to create and associate Folder / SharePoint Document Location (Dataverse /Dynamics 365 / SharePoint Online)
- Dyn365CE9 September 2024Fixed – The attempted operation is prohibited because it exceeds the list view threshold error– SharePoint Online