Salesforce · Schema

Body

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
Name string
LastName string
AccountId string
View JSON Schema on GitHub

JSON Schema

salesforce-body-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Name": {
      "type": "string",
      "example": "Example Title"
    },
    "LastName": {
      "type": "string",
      "example": "example_value"
    },
    "AccountId": {
      "type": "string",
      "example": "500123"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Body"
}