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 Labor API

Employees, labor detail, payroll, and POS employees

Restaurant365 Labor 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 Labor. 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 4 operations across 4 paths, and defines 4 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.

4 operations 4 paths 4 schemas 4 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 Labor API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth).

  • basicAuth — Domain\Username with R365 password

Paths & Operations 4

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

Labor 4

Employees, labor detail, payroll, and POS employees

GET
/Employee
List Employees
listEmployees 5 params → 200
GET
/POSEmployee
List POS Employees
listPosEmployees 5 params → 200
GET
/LaborDetail
List Labor Detail
listLaborDetail 5 params → 200
GET
/PayrollSummary
List Payroll Summary
listPayrollSummary 5 params → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Employee (28 properties), LaborDetail (27 properties), PayrollSummary (18 properties), POSEmployee (9 properties). Each schema is shown below with its type and property counts.

LaborDetail
object
27 properties
Employee
object
28 properties
POSEmployee
object
9 properties
PayrollSummary
object
18 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

restaurant365-labor-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 Metadata API
Restaurant365 Reference Data API
Restaurant365 Sales API
Restaurant365 Transactions API