Flipdish · JSON Structure

Customers User Order Summary Structure

A previous order row for admin user management (structured; no HTML).

Type: object Properties: 11
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

OrderId TsOrderPlacedUtc TsUpdateUtc RestaurantName FoodAmount TipAmount TotalRestaurantAmount IsoCurrency DeliveryType OrderState PaymentAccountDescription

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/customers-user-order-summary-structure.json",
  "name": "UserOrderSummary",
  "description": "A previous order row for admin user management (structured; no HTML).",
  "type": "object",
  "properties": {
    "OrderId": {
      "description": "OrderId.",
      "type": "int32",
      "example": 500123
    },
    "TsOrderPlacedUtc": {
      "description": "TsOrderPlacedUtc.",
      "type": "datetime",
      "nullable": true,
      "example": "2026-06-02T12:00:00Z"
    },
    "TsUpdateUtc": {
      "description": "TsUpdateUtc.",
      "type": "datetime",
      "example": "2026-06-02T12:00:00Z"
    },
    "RestaurantName": {
      "description": "RestaurantName.",
      "type": "string",
      "example": "Example Name"
    },
    "FoodAmount": {
      "description": "FoodAmount.",
      "type": "double",
      "example": 12.5
    },
    "TipAmount": {
      "description": "TipAmount.",
      "type": "double",
      "example": 12.5
    },
    "TotalRestaurantAmount": {
      "description": "TotalRestaurantAmount.",
      "type": "double",
      "example": 12.5
    },
    "IsoCurrency": {
      "description": "IsoCurrency.",
      "type": "string",
      "example": "EUR"
    },
    "DeliveryType": {
      "description": "DeliveryType.",
      "type": "string",
      "example": "string"
    },
    "OrderState": {
      "description": "OrderState.",
      "type": "string",
      "example": "string"
    },
    "PaymentAccountDescription": {
      "description": "PaymentAccountDescription.",
      "type": "string",
      "example": "string"
    }
  }
}