Salesforce · Example Payload

Salesforce Prediction Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

modelpredictionprescriptionsstatus

Example Payload

Raw ↑
{
  "model": {
    "id": "abc123"
  },
  "prediction": {
    "middleValues": [],
    "total": 42
  },
  "prescriptions": [],
  "status": "example_value"
}