This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bw:sap_business_one_integration_using_service_layer [2020/04/22 16:10] runger |
bw:sap_business_one_integration_using_service_layer [2020/12/15 12:53] (current) akoehler [Related Documents] |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| The following pages contain additional information that may be helpful with the development of Bizweaver workflows. | The following pages contain additional information that may be helpful with the development of Bizweaver workflows. | ||
| - | * [[bw: | + | |
| - | * [[bw: | + | |
| - | * [[bw: | + | |
| ====== Overview ====== | ====== Overview ====== | ||
| - | Accessing | + | There are two methods of accessing the SAP Business One Service Layer, depending on your version of Bizweaver. |
| - | ===== Login ===== | + | |
| - | + | | |
| - | **Variables** | + | |
| - | + | ||
| - | {{:bw:webservice12.png? | + | |
| - | + | ||
| - | **Request** | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | **Response (Cookies)** | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | ==== Use Cookies ==== | + | |
| - | + | ||
| - | **Request** | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | **Sample of Response Content** | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | ===== Sending Data to the Service Layer ===== | + | |
| - | Transactions sent to the Service Layer for SAP Business One use a web service call that uses a **JSON** data structure. | + | |
| - | + | ||
| - | In addition, some values must be sent as **enumerators**. These are specific values that represent other values in the SAP Business One database. | + | |
| - | + | ||
| - | Samples of the JSON structures for key SAP Business One objects can be found in the links below.Data is sent to the (HANA) Service Layer for SAP Business One using a web service call. This call sends the data to the Service Layer API in a JSON data structure. | + | |
| - | + | ||
| - | ===== JSON Samples ===== | + | |
| - | These samples are provided as a way to help understand the structure of the various SAP Business One objects. | + | |
| - | + | ||
| - | === Sales Order === | + | |
| - | [[Sales Order for Service Layer]] | + | |
| - | + | ||
| - | === Sales Delivery === | + | |
| - | [[Sales Delivery for Service Layer]] | + | |
| - | + | ||
| - | === Sales Invoice === | + | |
| - | [[Sales Invoice for Service Layer]] | + | |
| - | + | ||
| - | === Business Partner === | + | |
| - | [[Business Partner for Service Layer]] | + | |
| - | + | ||
| - | === Purchase Order === | + | |
| - | [[Purchase Order for Service Layer]] | + | |