Salesforce · Example Payload

Salesforce Record11 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

attributesIdIsDeletedDeveloperNameLanguageMasterLabelNamespacePrefixCreatedDateCreatedByIdLastModifiedDateLastModifiedByIdSystemModstampEndpointPrincipalTypeJwtIssuerJwtFormulaSubjectJwtTextSubjectJwtValidityPeriodSecondsJwtAudienceAuthTokenEndpointUrl

Example Payload

Raw ↑
{
  "attributes": {
    "type": "example_value",
    "url": "https://www.example.com"
  },
  "Id": "abc123",
  "IsDeleted": true,
  "DeveloperName": "example_value",
  "Language": "example_value",
  "MasterLabel": "example_value",
  "NamespacePrefix": "example_value",
  "CreatedDate": "example_value",
  "CreatedById": "500123",
  "LastModifiedDate": "example_value",
  "LastModifiedById": "500123",
  "SystemModstamp": "example_value",
  "Endpoint": "example_value",
  "PrincipalType": "example_value",
  "JwtIssuer": "example_value",
  "JwtFormulaSubject": "example_value",
  "JwtTextSubject": "example_value",
  "JwtValidityPeriodSeconds": "example_value",
  "JwtAudience": "example_value",
  "AuthTokenEndpointUrl": "https://www.example.com"
}