Salesforce · Example Payload

Salesforce Body24 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

AccountIdEffectiveDatePricebook2IdBillToContactIdStatusAppUsageTypeRecordIdOrderIdTypeOrderActionIdPricebookEntryIdQuantityUnitPriceNetUnitPriceTotalLineAmountTaxTreatmentId

Example Payload

Raw ↑
{
  "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"
}