Salesforce · Example Payload

Salesforce Initiate Amend Quantity Request Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Initiate Amend Quantity Request 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

assetIdsstartDatequantityChangeamendmentOutputType

Example Payload

Raw ↑
{
  "assetIds": "500123",
  "startDate": "example_value",
  "quantityChange": 10,
  "amendmentOutputType": "example_value"
}