Lightspeed · JSON Structure

Restaurant K Series Teckel Rich Item Dto Dates Structure

teckelRichItemDtoDates schema from Lightspeed Restaurant K Series API

Type: object Properties: 2
POSRetailRestaurantEcommerce

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

Properties

creationDate lastUpdateDate

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/lightspeed-pos/refs/heads/main/json-structure/restaurant-k-series-teckel-rich-item-dto-dates-structure.json",
  "name": "teckelRichItemDtoDates",
  "description": "teckelRichItemDtoDates schema from Lightspeed Restaurant K Series API",
  "type": "object",
  "properties": {
    "creationDate": {
      "description": "The creation date of the item.",
      "example": "2021-11-03T13:50:47Z",
      "type": "datetime"
    },
    "lastUpdateDate": {
      "description": "The last update date of the item.",
      "example": "2021-11-11T16:29:56Z",
      "type": "datetime"
    }
  }
}