Posts

Showing posts from December, 2021

ODATA API test with postman app

Image
  F&O   ODATA   API Consume   through Postman   To consume F&O API , Majorly need follow below steps 1.    Firstly we need to get access token with static URL 2.    And then we need to push data(JSON Body) with access token as a authorization token ,F&O URL   Get   access Token Static URL -    https://login.microsoftonline.com/ Command -   POST Body KEY  VALUE client_id CLIENT ID value from app registration grant_type client_credentials resource D365FO URL client_secret SECRET KEY from app registration         Tenant_id                                will provide from azure app       Note  :  Resource URL should not ended up with slash   We will receive access token successfully as highlighted in above image   Push   data as json body to insert in F&O   Ø After successfully gets the access_token from above step 1