Comment

CloudCRMCustomer ManagementEnterpriseSales

Properties

Name Type Description
id string
body object
createdDate string
user object
View JSON Schema on GitHub

JSON Schema

salesforce-sales-cloud-comment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Comment",
  "title": "Comment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "body": {
      "$ref": "#/components/schemas/MessageBody"
    },
    "createdDate": {
      "type": "string",
      "format": "date-time"
    },
    "user": {
      "$ref": "#/components/schemas/UserSummary"
    }
  }
}