Salesforce · Example Payload

Salesforce Records3 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

apiNamechildRelationshipseTagfieldsidlastModifiedByIdlastModifiedDaterecordTypeIdrecordTypeInfosystemModstampweakEtag

Example Payload

Raw ↑
{
  "apiName": "example_value",
  "childRelationships": "example_value",
  "eTag": "example_value",
  "fields": {
    "DisambiguationField": {
      "displayValue": "example_value",
      "value": "example_value"
    },
    "Id": "abc123",
    "Name": "Example Title",
    "Site": {
      "displayValue": "example_value",
      "value": "example_value"
    }
  },
  "id": "abc123",
  "lastModifiedById": "500123",
  "lastModifiedDate": "example_value",
  "recordTypeId": "500123",
  "recordTypeInfo": "example_value",
  "systemModstamp": "example_value",
  "weakEtag": 10
}