PublishResult

CloudCRMCustomer ManagementEnterpriseSales

Properties

Name Type Description
id string The event message ID
success boolean
errors array
View JSON Schema on GitHub

JSON Schema

salesforce-sales-cloud-publishresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PublishResult",
  "title": "PublishResult",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The event message ID"
    },
    "success": {
      "type": "boolean"
    },
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ApiError"
      }
    }
  }
}