Client for accessing Dynamic BC REST APIs

Client for accessing Dynamic BC REST-APIs

  • As part of Component Pacemaker Connector Dynamics BC it provides access to the REST API of Microsoft Dynamics BC, including but not limited to authentication via HTTP Basic Authentication and Microsoft OAuth2.

  • The module provides all classes and interfaces necessary to communicate with the REST API of BC

  • Designed as a library, it adds additional functionalities for the API.

  • Additional authentication methods can be added programmatically.

  • Direct API requests must not be added to this module, use the provided Request classes instead.

Functionality

The module’s main task is to provide all necessary classes and interfaces that are needed to establish communication with the REST API of BC.

As described in the technical concept, this module does not perform any active tasks;

  • The main purpose is that of a library which provides communication facilities

  • Specific requests must not be added to this module, as described in the Whitebox Communicator section