Overview
  • 10 Apr 2024
  • PDF

Overview

  • PDF

Article Summary

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.

HeaderValue
AuthorizationBearer {token}. Required.
Content-Typeapplication/json
If-MatchRequired 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 v8.0.postman_collection.zip

API List

APIDescription
customer
vendor
vendorBankAccount
dimension
dimensionValue
item
vatPostingSetup
purchaseInvoice
purchaseInvoiceLine
purchaseCreditMemo
purchaseCreditMemoLine
salesInvoice
salesInvoiceLine
salesCreditMemo
salesCreditMemoLine
userSetup
jobQueueEntry
fixedAssets
(obsolete) purchaseCrMemo
(obsolete) purchaseCrMemoLine
(obsolete) postedPurchaseCrMemo
(obsolete) postedPurchaseCrMemoLine
(obsolete) esfDimensionSetLine

Usefull links