Salesforce · Example Payload

Salesforce Composite Request4 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Composite Request4 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

methodurlreferenceIdbody

Example Payload

Raw ↑
{
  "method": "example_value",
  "url": "https://www.example.com",
  "referenceId": "500123",
  "body": {
    "AccountId": "500123",
    "EffectiveDate": "example_value",
    "Pricebook2Id": "500123",
    "BillToContactId": "500123",
    "Status": "example_value",
    "AppUsageType": "example_value",
    "RecordId": "500123",
    "OrderId": "500123",
    "Type": "example_value",
    "OrderActionId": "500123",
    "PricebookEntryId": "500123",
    "Quantity": 42.5,
    "UnitPrice": 42.5,
    "NetUnitPrice": 42.5,
    "TotalLineAmount": 42,
    "TaxTreatmentId": "500123"
  }
}