Wiki

Scale Your Enterprise

User Tools

Site Tools


bw:sending_data_to_the_service_layer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
bw:sending_data_to_the_service_layer [2020/07/29 10:08]
runger [Sending Data to the Service Layer]
bw:sending_data_to_the_service_layer [2020/12/15 12:46] (current)
akoehler [JSON Samples]
Line 1: Line 1:
-===== Sending Data to the Service Layer =====+===== Working with the Service Layer =====
 Transactions sent to the Service Layer for SAP Business One use a **JSON** data structure.  The structures must be structured specifically as the Service Layer expects them to be.  The DataBuilder tool is used to create these structures.  Information on the DataBuilder tool is found here **//[[bw:databuilder_tool|Introduction to DataBuilder]]//**. Transactions sent to the Service Layer for SAP Business One use a **JSON** data structure.  The structures must be structured specifically as the Service Layer expects them to be.  The DataBuilder tool is used to create these structures.  Information on the DataBuilder tool is found here **//[[bw:databuilder_tool|Introduction to DataBuilder]]//**.
  
Line 8: Line 8:
 ==== JSON Samples ==== ==== JSON Samples ====
 These samples are provided as a way to help understand the structure of the various SAP Business One objects.  They are correct at the time they were created but you should always verify them with your version of SAP Business One. These samples are provided as a way to help understand the structure of the various SAP Business One objects.  They are correct at the time they were created but you should always verify them with your version of SAP Business One.
 +
 +To find further information, open a web browser and enter this will open the API reference for Service Layer.
 +
 +<code> https://<YourServer>.<YourDomain>.com:50000/vs/b1</code>
  
 === Sales Order === === Sales Order ===
bw/sending_data_to_the_service_layer.1596031705.txt.gz · Last modified: 2020/07/29 10:08 by runger