Punchh · JSON Structure

Pos Pos User Structure

PosUser schema from PAR Punchh POS and Kiosk API

Type: object Properties: 6
RestaurantLoyaltyMarketingGuest EngagementOnline OrderingMobilePoint Of SaleWebhooks

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

Properties

phone_number email first_name last_name card_number balances

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/punchh/refs/heads/main/json-structure/pos-pos-user-structure.json",
  "name": "PosUser",
  "description": "PosUser schema from PAR Punchh POS and Kiosk API",
  "type": "object",
  "properties": {
    "phone_number": {
      "type": "string",
      "example": "+15551234567"
    },
    "email": {
      "type": "string",
      "example": "jsmith@example.com"
    },
    "first_name": {
      "type": "string",
      "example": "Jane Smith"
    },
    "last_name": {
      "type": "string",
      "example": "Jane Smith"
    },
    "card_number": {
      "type": "string",
      "example": "example"
    },
    "balances": {
      "type": "object",
      "description": "Loyalty point and reward balances."
    }
  }
}