Flipdish · JSON Structure

Orders Order Drop Off Location Structure

OrderDropOffLocation.

Type: object Properties: 6
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

OrderId LocationName LocationAreaName LocationId LocationAreaId 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/orders-order-drop-off-location-structure.json",
  "name": "OrderDropOffLocation",
  "description": "OrderDropOffLocation.",
  "type": "object",
  "properties": {
    "OrderId": {
      "description": "OrderId.",
      "type": "int32",
      "example": 500123
    },
    "LocationName": {
      "description": "LocationName.",
      "type": "string",
      "example": "Example Name"
    },
    "LocationAreaName": {
      "description": "LocationAreaName.",
      "type": "string",
      "example": "Example Name"
    },
    "LocationId": {
      "description": "LocationId.",
      "type": "int32",
      "example": 500123
    },
    "LocationAreaId": {
      "description": "LocationAreaId.",
      "type": "int32",
      "example": 500123
    },
    "ExternalLocationId": {
      "description": "ExternalLocationId.",
      "type": "string",
      "example": "500123"
    }
  }
}