Salesforce · JSON Structure

Salesforce Record14 Structure

Type: object Properties: 70 Required: 70
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Properties

attributes Id IsDeleted MasterRecordId Name Type ParentId BillingStreet BillingCity BillingState BillingPostalCode BillingCountry BillingLatitude BillingLongitude BillingGeocodeAccuracy BillingAddress ShippingStreet ShippingCity ShippingState ShippingPostalCode ShippingCountry ShippingLatitude ShippingLongitude ShippingGeocodeAccuracy ShippingAddress Phone Fax AccountNumber Website PhotoUrl Sic Industry AnnualRevenue NumberOfEmployees Ownership TickerSymbol Description Rating Site OwnerId CreatedDate CreatedById LastModifiedDate LastModifiedById SystemModstamp LastActivityDate LastViewedDate LastReferencedDate IsPartner IsCustomerPortal

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Record14",
  "properties": {
    "attributes": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string"
        },
        "url": {
          "type": "string"
        }
      },
      "required": [
        "type",
        "url"
      ]
    },
    "Id": {
      "type": "string"
    },
    "IsDeleted": {
      "type": "boolean"
    },
    "MasterRecordId": {
      "type": "['string', 'null']"
    },
    "Name": {
      "type": "string"
    },
    "Type": {
      "type": "string"
    },
    "ParentId": {
      "type": "['string', 'null']"
    },
    "BillingStreet": {
      "type": "string"
    },
    "BillingCity": {
      "type": "string"
    },
    "BillingState": {
      "type": "string"
    },
    "BillingPostalCode": {
      "type": "['string', 'null']"
    },
    "BillingCountry": {
      "type": "['string', 'null']"
    },
    "BillingLatitude": {
      "type": "['string', 'null']"
    },
    "BillingLongitude": {
      "type": "['string', 'null']"
    },
    "BillingGeocodeAccuracy": {
      "type": "['string', 'null']"
    },
    "BillingAddress": {
      "type": "object",
      "properties": {
        "city": {
          "type": "string"
        },
        "country": {
          "type": "['string', 'null']"
        },
        "geocodeAccuracy": {
          "type": "['string', 'null']"
        },
        "latitude": {
          "type": "['string', 'null']"
        },
        "longitude": {
          "type": "['string', 'null']"
        },
        "postalCode": {
          "type": "['string', 'null']"
        },
        "state": {
          "type": "string"
        },
        "street": {
          "type": "string"
        }
      },
      "required": [
        "city",
        "country",
        "geocodeAccuracy",
        "latitude",
        "longitude",
        "postalCode",
        "state",
        "street"
      ]
    },
    "ShippingStreet": {
      "type": "['string', 'null']"
    },
    "ShippingCity": {
      "type": "['string', 'null']"
    },
    "ShippingState": {
      "type": "['string', 'null']"
    },
    "ShippingPostalCode": {
      "type": "['string', 'null']"
    },
    "ShippingCountry": {
      "type": "['string', 'null']"
    },
    "ShippingLatitude": {
      "type": "['string', 'null']"
    },
    "ShippingLongitude": {
      "type": "['string', 'null']"
    },
    "ShippingGeocodeAccuracy": {
      "type": "['string', 'null']"
    },
    "ShippingAddress": {
      "type": "object"
    },
    "Phone": {
      "type": "string"
    },
    "Fax": {
      "type": "string"
    },
    "AccountNumber": {
      "type": "string"
    },
    "Website": {
      "type": "string"
    },
    "PhotoUrl": {
      "type": "string"
    },
    "Sic": {
      "type": "string"
    },
    "Industry": {
      "type": "string"
    },
    "AnnualRevenue": {
      "type": "integer"
    },
    "NumberOfEmployees": {
      "type": "integer"
    },
    "Ownership": {
      "type": "string"
    },
    "TickerSymbol": {
      "type": "['string', 'null']"
    },
    "Description": {
      "type": "['string', 'null']"
    },
    "Rating": {
      "type": "['string', 'null']"
    },
    "Site": {
      "type": "['string', 'null']"
    },
    "OwnerId": {
      "type": "string"
    },
    "CreatedDate": {
      "type": "string"
    },
    "CreatedById": {
      "type": "string"
    },
    "LastModifiedDate": {
      "type": "string"
    },
    "LastModifiedById": {
      "type": "string"
    },
    "SystemModstamp": {
      "type": "string"
    },
    "LastActivityDate": {
      "type": "['string', 'null']"
    },
    "LastViewedDate": {
      "type": "['string', 'null']"
    },
    "LastReferencedDate": {
      "type": "['string', 'null']"
    },
    "IsPartner": {
      "type": "boolean"
    },
    "IsCustomerPortal": {
      "type": "boolean"
    },
    "ChannelProgramName": {
      "type": "['string', 'null']"
    },
    "ChannelProgramLevelName": {
      "type": "['string', 'null']"
    },
    "Jigsaw": {
      "type": "['string', 'null']"
    },
    "JigsawCompanyId": {
      "type": "['string', 'null']"
    },
    "CleanStatus": {
      "type": "string"
    },
    "AccountSource": {
      "type": "['string', 'null']"
    },
    "DunsNumber": {
      "type": "['string', 'null']"
    },
    "Tradestyle": {
      "type": "['string', 'null']"
    },
    "NaicsCode": {
      "type": "['string', 'null']"
    },
    "NaicsDesc": {
      "type": "['string', 'null']"
    },
    "YearStarted": {
      "type": "['string', 'null']"
    },
    "SicDesc": {
      "type": "['string', 'null']"
    },
    "DandbCompanyId": {
      "type": "['string', 'null']"
    },
    "CustomerPriority__c": {
      "type": "['string', 'null']"
    },
    "SLA__c": {
      "type": "string"
    },
    "Active__c": {
      "type": "['string', 'null']"
    },
    "NumberofLocations__c": {
      "type": "integer"
    },
    "UpsellOpportunity__c": {
      "type": "string"
    },
    "SLASerialNumber__c": {
      "type": "string"
    },
    "SLAExpirationDate__c": {
      "type": "string"
    }
  },
  "required": [
    "attributes",
    "Id",
    "IsDeleted",
    "MasterRecordId",
    "Name",
    "Type",
    "ParentId",
    "BillingStreet",
    "BillingCity",
    "BillingState",
    "BillingPostalCode",
    "BillingCountry",
    "BillingLatitude",
    "BillingLongitude",
    "BillingGeocodeAccuracy",
    "BillingAddress",
    "ShippingStreet",
    "ShippingCity",
    "ShippingState",
    "ShippingPostalCode",
    "ShippingCountry",
    "ShippingLatitude",
    "ShippingLongitude",
    "ShippingGeocodeAccuracy",
    "ShippingAddress",
    "Phone",
    "Fax",
    "AccountNumber",
    "Website",
    "PhotoUrl",
    "Sic",
    "Industry",
    "AnnualRevenue",
    "NumberOfEmployees",
    "Ownership",
    "TickerSymbol",
    "Description",
    "Rating",
    "Site",
    "OwnerId",
    "CreatedDate",
    "CreatedById",
    "LastModifiedDate",
    "LastModifiedById",
    "SystemModstamp",
    "LastActivityDate",
    "LastViewedDate",
    "LastReferencedDate",
    "IsPartner",
    "IsCustomerPortal",
    "ChannelProgramName",
    "ChannelProgramLevelName",
    "Jigsaw",
    "JigsawCompanyId",
    "CleanStatus",
    "AccountSource",
    "DunsNumber",
    "Tradestyle",
    "NaicsCode",
    "NaicsDesc",
    "YearStarted",
    "SicDesc",
    "DandbCompanyId",
    "CustomerPriority__c",
    "SLA__c",
    "Active__c",
    "NumberofLocations__c",
    "UpsellOpportunity__c",
    "SLASerialNumber__c",
    "SLAExpirationDate__c"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}