Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Latest commit

 

History

History

B1Backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Backend: SAP Business One

 

The SAP Business One will be one of the digital cores used in this hackathon. Whatever your prototype does, it needs to integrate somehow with one the backend systems we provide. The communication is performed using the SAP Business One Service Layer a REST based API which implements the Open Data Protocol

Usage

The backend system should be used as a "black box". That means no customizations should created on top of it. We are keeping it vanilla. That means the SAP Business One SDK (UI API and DI API) are out of the scope and must not be used.

Instead you should build a prototype that takes advantage of a loosely coupled architecture. If you are new to the concept, please take a look at our landing page to check articles and samples

Samples

  • We provide sample REST requests that you can import in Postman to understand how to handle the SAP Business One data. They include:
    • Master Data
      • Get Items
      • Create Item
      • Get Business Partners
      • Create Business Partner
    • Transactions
      • Get Sales Orders
      • Create Sales Order
    • Login
  • Check also Import/Export Postman Collections

Tutorials

References

Official Documentation

API References

Author