Introduction
Getting started
With Business Central you can create Connect apps. Connect apps establish a point-to-point connection between Dynamics 365 Business Central and a 3rd party solution or service and is typically created using standard REST API to interchange data. Any coding language capable of calling REST APIs can be used to develop your Connect app. For more information to get started with Connect apps, see Developing Connect Apps for Dynamics 365 Business Central.
Terms of service
Before you start using the Business Central APIs, please familiarize yourself with the Microsoft APIs Terms of Use.
For more information please look into API v2.0 overview by Microsoft.
Http Request
Replace the URL prefix for Business Central depending on environment following the guideline.
Header | Value |
---|---|
Authorization | Bearer {token}. Required. |
Content-Type | application/json |
If-Match | Required for PATCH/PUT. When this request header is included and the eTag provided does not match the current tag on the record, the record will not be updated. |
E-Invoice API's
Latest API documentation's postman collection
Softera.E-Invoice API v13.5.postman_collection.zip