Projects/JsonRest

From InfiniteERP Wiki
Revision as of 10:08, 16 December 2021 by Wikiadmin (talk | contribs) (Created page with "== Introduction == The JSON REST module provides a JSON webservice for CRUD operations: fetch, update, delete and create. The JSON REST functionality consists of 2 main parts:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Introduction

The JSON REST module provides a JSON webservice for CRUD operations: fetch, update, delete and create. 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.

Project information:

Documentation

This module is part of new user interface developments by Openbravo for Openbravo 3.0. The Openbravo 3.0 developers guide can be found here.