How to Test D365 Business Central Web Service using Postman
book
Article ID: KB0075872
calendar_today
Updated On:
Products
Versions
TIBCO Cloud Integration - Connect ( Scribe )
-
Description
Summary: Postman provides a way to test web service access to D365 Business Central outside of the TIBCO Scribe® environment.
This example assumes the Business Central user is not using multi-factor authentication.
The first step is to retrieve the User Name and Web Service Access password from Business Central (search on Users)
Next retrieve the URL for the web service call you will make in Postman. In this example it is the Chart of Accounts OData v4 version of the web service. Right-Click and use Copy Shortcut.
In Postman specify the URL using a GET. Under the Authorization tab enter the Username and the Password (Web Service Access password) - Click Send
Issue/Introduction
Postman provides a way to test web service access to D365 Business Central outside of the TIBCO Scribe® environment.
This example assumes the Business Central user is not using multi-factor authentication.