Services CPQ API Developer Reference

ffscpq.ActionAddEstimateProducts

global with sharing class ActionAddEstimateProducts

A service that provides functionality related to adding multiple estimate products to estimates.

Methods

addEstimateProductsToEstimates

global static List<ffscpq.ActionAddEstimateProducts.InvocableAddEstimateProductsToEstimatesAPIResponse> addEstimateProductsToEstimates(List<ffscpq.ActionAddEstimateProducts.InvocableAddEstimateProductsToEstimatesAPIRequest> invocableAddEstimateProductsToEstimatesRequests)

A method that adds estimate products to estimates.

Input Parameters

Name Type Description
invocableAddEstimateProductsToEstimatesRequests List<ffscpq.ActionAddEstimateProducts.InvocableAddEstimateProductsToEstimatesAPIRequest> The list of InvocableAddEstimateProductsToEstimatesAPIRequest. The number of unique target estimates cannot exceed 50 within all requests.

Return Value

This service returns InvocableAddEstimateProductsToEstimatesAPIResponse in a list that parallels the input list.

ffscpq.ActionAddEstimateProducts.InvocableAddEstimateProductsToEstimatesAPIRequest

global with sharing class InvocableAddEstimateProductsToEstimatesAPIRequest

The ffscpq.EstimateProductCopyRequest request class to pass multiple parameters to the invocable method.

Properties

Name Type Description
EstimateProductCopyRequests List<ffscpq.EstimateProductCopyRequest> The details of the estimate product copy requests.

Methods

InvocableAddEstimateProductsToEstimatesAPIRequest

global InvocableAddEstimateProductsToEstimatesAPIRequest()

ffscpq.ActionAddEstimateProducts.InvocableAddEstimateProductsToEstimatesAPIResponse

global with sharing class InvocableAddEstimateProductsToEstimatesAPIResponse

The ffscpq.EstimateProductCopyResponse response class for the invocable method.

Properties

Name Type Description
EstimateProductCopyResponses List<ffscpq.EstimateProductCopyResponse> The details of the estimate product copy responses.
© Copyright 2009–2024 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.