Restaurant365 · JSON Structure

Odata Connector Sales Employee Structure

A sales ticket header record exposed by the Restaurant365 OData connector SalesEmployee view.

Type: object Properties: 25
RestaurantAccountingInventoryOperationsInvoicesReportingOData

SalesEmployee is a JSON Structure definition published by Restaurant365, describing 25 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

salesId receiptNumber checkNumber comment date dayOfWeek dayPart netSales grossSales numberofGuests orderHour salesAmount taxAmount tipAmount totalAmount totalPayment void server location serviceType dailySalesSummaryId createdOn modifiedOn createdBy modifiedBy

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant365/main/json-structure/odata-connector-sales-employee-structure.json",
  "name": "SalesEmployee",
  "description": "A sales ticket header record exposed by the Restaurant365 OData connector SalesEmployee view.",
  "type": "object",
  "properties": {
    "salesId": { "type": "uuid" },
    "receiptNumber": { "type": "string" },
    "checkNumber": { "type": "string" },
    "comment": { "type": "string" },
    "date": { "type": "datetime" },
    "dayOfWeek": { "type": "string" },
    "dayPart": { "type": "string" },
    "netSales": { "type": "double" },
    "grossSales": { "type": "double" },
    "numberofGuests": { "type": "int32" },
    "orderHour": { "type": "int32" },
    "salesAmount": { "type": "double" },
    "taxAmount": { "type": "double" },
    "tipAmount": { "type": "double" },
    "totalAmount": { "type": "double" },
    "totalPayment": { "type": "double" },
    "void": { "type": "boolean" },
    "server": { "type": "string" },
    "location": { "type": "uuid" },
    "serviceType": { "type": "string" },
    "dailySalesSummaryId": { "type": "uuid" },
    "createdOn": { "type": "datetime" },
    "modifiedOn": { "type": "datetime" },
    "createdBy": { "type": "string" },
    "modifiedBy": { "type": "string" }
  }
}