Revel Systems · JSON Structure

Revel Webhooks Reward Card Event Payload Structure

RewardCardEventPayload schema from Revel Webhooks

Type: object Properties: 2
POSRestaurantRetailiPad

RewardCardEventPayload is a JSON Structure definition published by Revel Systems, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id customer

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/revel-systems/refs/heads/main/json-structure/revel-webhooks-reward-card-event-payload-structure.json",
  "name": "RewardCardEventPayload",
  "description": "RewardCardEventPayload schema from Revel Webhooks",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "example": 1
    },
    "customer": {
      "type": "int32",
      "example": 1
    }
  }
}