Flipdish · JSON Structure

Marketing Update Pay Green Configuration Request Structure

UpdatePayGreenConfigurationRequest.

Type: object Properties: 2
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

Name AssignedStores

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/marketing-update-pay-green-configuration-request-structure.json",
  "name": "UpdatePayGreenConfigurationRequest",
  "description": "UpdatePayGreenConfigurationRequest.",
  "type": "object",
  "properties": {
    "Name": {
      "description": "Name.",
      "type": "string",
      "example": "Example Name"
    },
    "AssignedStores": {
      "description": "AssignedStores.",
      "type": "array",
      "items": {
        "type": "int32"
      },
      "example": [
        1
      ]
    }
  }
}