Salesforce · Example Payload

Salesforce Error Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

errorCodeerrorMessagerecordId

Example Payload

Raw ↑
{
  "errorCode": "example_value",
  "errorMessage": "example_value",
  "recordId": "500123"
}