Salesforce · Example Payload

Salesforce Detail14 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Detail14 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

successerrorslinks

Example Payload

Raw ↑
{
  "success": true,
  "errors": {
    "field": "example_value",
    "message": "example_value"
  },
  "links": {
    "giftcommitment": {
      "href": "example_value",
      "id": "abc123"
    },
    "paymentinstrument": {
      "href": "example_value",
      "id": "abc123"
    }
  }
}