Salesforce · Example Payload

Salesforce Records1 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Records1 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": {
    "AccountId": "500123",
    "Id": "abc123",
    "Name": "Example Title"
  },
  "id": "abc123",
  "lastModifiedById": "500123",
  "lastModifiedDate": "example_value",
  "recordTypeId": "500123",
  "recordTypeInfo": "example_value",
  "systemModstamp": "example_value",
  "weakEtag": 10
}