ERP 2.50:Developers Guide/Concepts/JSON REST Web Services

From InfiniteERP Wiki
Revision as of 10:07, 16 December 2021 by Wikiadmin (talk | contribs) (Created page with "{{Hierarchy_header}} == Introduction == Openbravo JSON REST provides Create-Retrieve-Update-Delete functions as a webservice. Openbravo JSON REST handles direct requests for...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

{{#hierarchy-top:}}

Introduction

Openbravo JSON REST provides Create-Retrieve-Update-Delete functions as a webservice. Openbravo JSON REST handles direct requests for content (returned as a JSON string) or requests which contain content as JSON. The response to service calls is always a correct JSON formatted string.

The JSON REST functionality consists of 2 main parts:

  1. the JSON REST webservice
  2. the underlying classes used to provide this service (mainly business object to JSON converters and back).

As a developer you can integrate directly with the JSON REST webservice or develop your own webservice making use of the core JSON REST classes.

Module and Documentation

Openbravo JSON REST is delivered as a separate module. For the module information visit the module project page.

For information on how to use and extend Openbravo JSON REST visit the Developers Manual.

{{#hierarchy-bottom:}}