HubSpot · JSON Structure

Hubspot Commerce Payments Batch Update Input Item Structure

A single input item for batch update

Type: object Properties: 3 Required: 2
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

BatchUpdateInputItem is a JSON Structure definition published by HubSpot, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id properties idProperty

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "A single input item for batch update",
  "name": "BatchUpdateInputItem",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the payment to update"
    },
    "properties": {
      "type": "object",
      "description": "The properties to update"
    },
    "idProperty": {
      "type": "string",
      "description": "The property to use as the identifier"
    }
  },
  "required": [
    "id",
    "properties"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}