Punchh · JSON Structure

Online Ordering Online Order Checkin Response Structure

OnlineOrderCheckinResponse schema from PAR Punchh Online Ordering and SSO API

Type: object Properties: 5
RestaurantLoyaltyMarketingGuest EngagementOnline OrderingMobilePoint Of SaleWebhooks

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

Properties

first_name last_name total_checkins points_balance checkin

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/online-ordering-online-order-checkin-response-structure.json",
  "name": "OnlineOrderCheckinResponse",
  "description": "OnlineOrderCheckinResponse schema from PAR Punchh Online Ordering and SSO API",
  "type": "object",
  "properties": {
    "first_name": {
      "type": "string",
      "example": "Jane Smith"
    },
    "last_name": {
      "type": "string",
      "example": "Jane Smith"
    },
    "total_checkins": {
      "type": "int32",
      "example": "example"
    },
    "points_balance": {
      "type": "double",
      "example": "example"
    },
    "checkin": {
      "type": "object",
      "properties": {
        "checkin_id": {
          "type": "int32",
          "example": "500123"
        },
        "points_earned": {
          "type": "double",
          "example": "example"
        }
      }
    }
  }
}