Salesforce · Example Payload

Salesforce Composite Request5 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Composite Request5 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",
    "ServiceDate": "example_value",
    "Quantity": 10,
    "UnitPrice": 10,
    "NetUnitPrice": 10,
    "TotalLineAmount": 42,
    "PeriodBoundary": "example_value",
    "BillingFrequency2": "example_value",
    "ProductRelationshipTypeId": "500123",
    "MainOrderItemId": "500123",
    "AssociatedOrderItemId": "500123",
    "AssociatedOrderItemPricing": "example_value",
    "AssociatedQuantScaleMethod": "example_value"
  }
}