How to Test D365 Business Central Web Service using Postman

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)

User-added image
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.
User-added image
User-added image
In Postman specify the URL using a GET.
Under the Authorization tab enter the Username and the Password (Web Service Access password) - Click Send

User-added image

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.