ZoomInfo · JSON Structure

Zoominfo Updateawebhooktodeletesubscriptions Structure

Type: object Properties: 6 Required: 6
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

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

Properties

id title enabled targetUrl createdDate subscriptions

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Updateawebhooktodeletesubscriptions",
  "properties": {
    "id": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "targetUrl": {
      "type": "string"
    },
    "createdDate": {
      "type": "string"
    },
    "subscriptions": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "id",
    "title",
    "enabled",
    "targetUrl",
    "createdDate",
    "subscriptions"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}