{ "$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" } } }