Introduction

The Oracle Micros Simphony Configuration and Content API provides the ability to manage the Simphony Point of Sale (POS) configuration without using the Enterprise Management Console (EMC). This API provides real-time create, read, update, and delete functionality across many subject areas.

The API follows the Oracle F&B RESTful API standards, like the Business Intelligence API (BIAPI) and Transaction Services Generation 2 (STS Gen2), including:
  • JSON formatted message

  • OAuth2 authentication

  • HTTPS / TLS 1.2

  • Stateless

  • Concurrent request processing

The API URL has a baseURL (for example, https://mtu03-ohsim.oracleindustry.com/), an API identifier (config/sim), the API version number, enterprise identifier (Enterprise Short Name), and message name. For example:

baseURL/config/sim/v1/org/locations

To get your URL, open the EMC, click the Setup tab, click Enterprise Parameters, and then click the Applications tab. The Content and Configuration API field shows the URL.