Salesforce · Example Payload

Salesforce Detail3 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

successlinks

Example Payload

Raw ↑
{
  "success": true,
  "links": {
    "gifttransaction": {
      "href": "example_value",
      "id": "abc123"
    }
  }
}