Salesforce · Example Payload

Salesforce Access Records Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Access Records Example is an example object payload from Salesforce, with 19 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

attributesIdNamespacePrefixNameApiVersionStatusIsValidBodyCrcBodyLengthWithoutCommentsCreatedDateCreatedByIdLastModifiedDateLastModifiedByIdSystemModstampManageableStateSymbolTableMetadataFullName

Example Payload

Raw ↑
{
  "attributes": {
    "type": "example_value",
    "url": "https://www.example.com"
  },
  "Id": "abc123",
  "NamespacePrefix": "example_value",
  "Name": "Example Title",
  "ApiVersion": 10,
  "Status": "example_value",
  "IsValid": "500123",
  "BodyCrc": 10,
  "Body": "example_value",
  "LengthWithoutComments": 10,
  "CreatedDate": "example_value",
  "CreatedById": "500123",
  "LastModifiedDate": "example_value",
  "LastModifiedById": "500123",
  "SystemModstamp": "example_value",
  "ManageableState": "example_value",
  "SymbolTable": {
    "constructors": [],
    "externalReferences": [],
    "id": "abc123",
    "innerClasses": [],
    "interfaces": [],
    "key": "example_value",
    "methods": [],
    "name": "Example Title",
    "namespace": "example_value",
    "parentClass": "example_value",
    "properties": [],
    "tableDeclaration": {
      "annotations": [],
      "location": {
        "column": 10,
        "line": 10
      },
      "modifiers": [],
      "name": "Example Title",
      "references": [],
      "type": "example_value"
    },
    "variables": []
  },
  "Metadata": {
    "apiVersion": 10,
    "packageVersions": [],
    "status": "example_value",
    "urls": "https://www.example.com"
  },
  "FullName": "example_value"
}