Salesforce · Example Payload

Salesforce Geta Record Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Geta Record 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": {
    "Name": "Example Title",
    "Rating": {
      "displayValue": "example_value",
      "value": "example_value"
    }
  },
  "id": "abc123",
  "lastModifiedById": "500123",
  "lastModifiedDate": "example_value",
  "recordTypeId": "500123",
  "recordTypeInfo": "example_value",
  "systemModstamp": "example_value",
  "weakEtag": 10
}