Salesforce · Example Payload

Salesforce Ui Record Representation Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

idapiNamechildRelationshipseTagfieldsrecordTypeIdrecordTypeInfosystemModstamplastModifiedByIdlastModifiedDatecreatedByIdcreatedDate

Example Payload

Raw ↑
{
  "id": "abc123",
  "apiName": "example_value",
  "childRelationships": "example_value",
  "eTag": "example_value",
  "fields": "example_value",
  "recordTypeId": "500123",
  "recordTypeInfo": "example_value",
  "systemModstamp": "2026-01-15T10:30:00Z",
  "lastModifiedById": "500123",
  "lastModifiedDate": "2026-01-15T10:30:00Z",
  "createdById": "500123",
  "createdDate": "2026-01-15T10:30:00Z"
}