Restaurant365 · JSON Structure

Odata Connector Transaction Structure

A financial transaction exposed by the Restaurant365 OData connector Transaction view.

Type: object Properties: 15
RestaurantAccountingInventoryOperationsInvoicesReportingOData

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

Properties

transactionId locationId locationName date transactionNumber name type companyId rowVersion isApproved isTemplate 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-transaction-structure.json",
  "name": "Transaction",
  "description": "A financial transaction exposed by the Restaurant365 OData connector Transaction view.",
  "type": "object",
  "properties": {
    "transactionId": { "type": "uuid" },
    "locationId": { "type": "uuid" },
    "locationName": { "type": "string" },
    "date": { "type": "datetime" },
    "transactionNumber": { "type": "string" },
    "name": { "type": "string" },
    "type": { "type": "string" },
    "companyId": { "type": "uuid" },
    "rowVersion": { "type": "int64" },
    "isApproved": { "type": "boolean" },
    "isTemplate": { "type": "boolean" },
    "createdOn": { "type": "datetime" },
    "modifiedOn": { "type": "datetime" },
    "createdBy": { "type": "string" },
    "modifiedBy": { "type": "string" }
  }
}