Flipdish · JSON Structure

Customers Customer Summary Structure

Customer summary

Type: object Properties: 6
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

CustomerSummary 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

Id Name EmailAddress PhoneNumberLocalFormat PhoneNumber LanguagePreference

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-customer-summary-structure.json",
  "name": "CustomerSummary",
  "description": "Customer summary",
  "type": "object",
  "properties": {
    "Id": {
      "description": "Customer identifier",
      "type": "int32",
      "example": 500123
    },
    "Name": {
      "description": "Customer name",
      "type": "string",
      "example": "Example Name"
    },
    "EmailAddress": {
      "description": "Customer email address",
      "type": "string",
      "example": "owner@example.com"
    },
    "PhoneNumberLocalFormat": {
      "description": "Customer local phone number",
      "type": "string",
      "example": "2026-06-02T12:00:00Z"
    },
    "PhoneNumber": {
      "description": "Customer phone number",
      "type": "string",
      "example": "+353000000000"
    },
    "LanguagePreference": {
      "description": "Preferred language of the consumer",
      "type": "string",
      "example": "string"
    }
  }
}