HubSpot · Schema

BatchArchiveInput

Input for a batch archive operation.

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
inputs array
View JSON Schema on GitHub

JSON Schema

hubspot-crm-deals-batch-archive-input-schema.json Raw ↑
{
  "type": "object",
  "description": "Input for a batch archive operation.",
  "properties": {
    "inputs": {
      "type": "array",
      "example": [
        {
          "id": "500123"
        }
      ],
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          }
        }
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BatchArchiveInput"
}