Salesforce · Example Payload

Salesforce Value22 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

apiNamechildRelationshipseTagfieldsidlastModifiedByIdlastModifiedDaterecordTypeIdrecordTypeInfosystemModstamp

Example Payload

Raw ↑
{
  "apiName": "example_value",
  "childRelationships": "example_value",
  "eTag": "example_value",
  "fields": {
    "Alias": {
      "displayValue": "example_value",
      "value": "example_value"
    },
    "CreatedDate": {
      "displayValue": "example_value",
      "value": "example_value"
    },
    "Id": "abc123",
    "LastModifiedById": "500123",
    "LastModifiedDate": {
      "displayValue": "example_value",
      "value": "example_value"
    },
    "Name": "Example Title",
    "SystemModstamp": {
      "displayValue": "example_value",
      "value": "example_value"
    }
  },
  "id": "abc123",
  "lastModifiedById": "500123",
  "lastModifiedDate": "example_value",
  "recordTypeId": "500123",
  "recordTypeInfo": "example_value",
  "systemModstamp": "example_value"
}