Salesforce · Example Payload

Salesforce Record14 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

attributesIdIsDeletedMasterRecordIdNameTypeParentIdBillingStreetBillingCityBillingStateBillingPostalCodeBillingCountryBillingLatitudeBillingLongitudeBillingGeocodeAccuracyBillingAddressShippingStreetShippingCityShippingStateShippingPostalCodeShippingCountryShippingLatitudeShippingLongitudeShippingGeocodeAccuracyShippingAddressPhoneFaxAccountNumberWebsitePhotoUrlSicIndustryAnnualRevenueNumberOfEmployeesOwnershipTickerSymbolDescriptionRatingSiteOwnerIdCreatedDateCreatedByIdLastModifiedDateLastModifiedByIdSystemModstampLastActivityDateLastViewedDateLastReferencedDateIsPartnerIsCustomerPortal

Example Payload

Raw ↑
{
  "attributes": {
    "type": "example_value",
    "url": "https://www.example.com"
  },
  "Id": "abc123",
  "IsDeleted": true,
  "MasterRecordId": "500123",
  "Name": "Example Title",
  "Type": "example_value",
  "ParentId": "500123",
  "BillingStreet": "example_value",
  "BillingCity": "example_value",
  "BillingState": "example_value",
  "BillingPostalCode": "example_value",
  "BillingCountry": 42,
  "BillingLatitude": "example_value",
  "BillingLongitude": "example_value",
  "BillingGeocodeAccuracy": "example_value",
  "BillingAddress": {
    "city": "example_value",
    "country": 42,
    "geocodeAccuracy": "example_value",
    "latitude": "example_value",
    "longitude": "example_value",
    "postalCode": "example_value",
    "state": "example_value",
    "street": "example_value"
  },
  "ShippingStreet": "example_value",
  "ShippingCity": "example_value",
  "ShippingState": "example_value",
  "ShippingPostalCode": "example_value",
  "ShippingCountry": 42,
  "ShippingLatitude": "example_value",
  "ShippingLongitude": "example_value",
  "ShippingGeocodeAccuracy": "example_value",
  "ShippingAddress": "example_value",
  "Phone": "example_value",
  "Fax": "example_value",
  "AccountNumber": 42,
  "Website": "example_value",
  "PhotoUrl": "https://www.example.com",
  "Sic": "example_value",
  "Industry": "example_value",
  "AnnualRevenue": 10,
  "NumberOfEmployees": 10,
  "Ownership": "example_value",
  "TickerSymbol": "example_value",
  "Description": "A sample description.",
  "Rating": "example_value",
  "Site": "example_value",
  "OwnerId": "500123",
  "CreatedDate": "example_value",
  "CreatedById": "500123",
  "LastModifiedDate": "example_value",
  "LastModifiedById": "500123",
  "SystemModstamp": "example_value",
  "LastActivityDate": "example_value",
  "LastViewedDate": "example_value",
  "LastReferencedDate": "example_value",
  "IsPartner": true,
  "IsCustomerPortal": true,
  "ChannelProgramName": "example_value",
  "ChannelProgramLevelName": "example_value",
  "Jigsaw": "example_value",
  "JigsawCompanyId": "500123",
  "CleanStatus": "example_value",
  "AccountSource": 42,
  "DunsNumber": "example_value",
  "Tradestyle": "example_value",
  "NaicsCode": "example_value",
  "NaicsDesc": "example_value",
  "YearStarted": "example_value",
  "SicDesc": "example_value",
  "DandbCompanyId": "500123",
  "CustomerPriority__c": "example_value",
  "SLA__c": "example_value",
  "Active__c": "example_value",
  "NumberofLocations__c": 10,
  "UpsellOpportunity__c": "example_value",
  "SLASerialNumber__c": "example_value",
  "SLAExpirationDate__c": "example_value"
}