Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Restaurant365 Reference Data API

Companies, locations, GL accounts, items, and job titles

Restaurant365 Reference Data API is one of 9 APIs that Restaurant365 publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 10 JSON Schema definitions.

Tagged areas include Reference Data. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, a JSON-LD context, and 10 JSON Schemas.

This API exposes 5 operations across 5 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version v2.

Requests are made against a single base URL, https://odata.restaurant365.net/api/v2/views.

5 operations 5 paths 5 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v2
Base URL
https://yourcompany.restaurant365.com
Authentication
HTTP Basic
Contact
License
Proprietary
Resource Areas
1

Authentication & Security 1

Restaurant365 Reference Data API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth).

  • basicAuth — Domain\Username with R365 password

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 5 GET. Each is listed below with its method, path, parameters, and response codes.

Reference Data 5

Companies, locations, GL accounts, items, and job titles

GET
/Company
List Companies
listCompanies 5 params → 200
GET
/Location
List Locations
listLocations 5 params → 200
GET
/GLAccount
List GL Accounts
listGlAccounts 5 params → 200
GET
/Item
List Items
listItems 5 params → 200
GET
/JobTitle
List Job Titles
listJobTitles 5 params → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are GLAccount (23 properties), JobTitle (16 properties), Location (16 properties), Item (10 properties). Each schema is shown below with its type and property counts.

Location
object
16 properties
JobTitle
object
16 properties
Item
object
10 properties
Company
object
8 properties
GLAccount
object
23 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

restaurant365-reference-data-api-openapi.yml Raw ↑

Other APIs Restaurant365 publishes across the network.

Restaurant365 AP Invoices API
Restaurant365 Audit API
Restaurant365 Authentication API
Restaurant365 General Ledger API
Restaurant365 Labor API
Restaurant365 Metadata API
Restaurant365 Sales API
Restaurant365 Transactions API