Flipdish · JSON Structure

Stores Create Location Structure

Input model for creating a Location

Type: object Properties: 4
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

LocationId LocationName DisplayOrder ExternalLocationId

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/flipdish/refs/heads/main/json-structure/stores-create-location-structure.json",
  "name": "CreateLocation",
  "description": "Input model for creating a Location",
  "type": "object",
  "properties": {
    "LocationId": {
      "description": "Location Id",
      "type": "int32",
      "example": 500123
    },
    "LocationName": {
      "description": "Descriptive LocationArea name",
      "type": "string",
      "example": "Example Name"
    },
    "DisplayOrder": {
      "description": "The order that the Location should be displayed on the screen",
      "type": "int32",
      "example": 1
    },
    "ExternalLocationId": {
      "description": "Id of the Location on an external system",
      "type": "string",
      "example": "500123"
    }
  }
}