Services Estimator API Developer Reference

ffscpq.AddEstProductToScopingSessionService

global with sharing class AddEstProductToScopingSessionService

A service that provides functionality related to adding estimate products to a scoping session. MaxDependencyCount(35)

Methods

addEstimateProductsToScopingSession

global static ffscpq.AddEstProductToScopingSessionService.AddEstimateProductResponse addEstimateProductsToScopingSession(ffscpq.AddEstProductToScopingSessionService.AddEstimateProductRequest request)

A method that adds estimate products to an existing scoping session.

Input Parameters

Name Type Description
request ffscpq.AddEstProductToScopingSessionService.AddEstimateProductRequest The AddEstimateProductRequest

Return Value

This service returns an AddEstimateProductResponse.

ffscpq.AddEstProductToScopingSessionService.AddEstimateProductRequest

global with sharing class AddEstimateProductRequest

The request structure for adding estimate products to a scoping session.

Properties

Name Type Description
ScopingSessionId Id The scoping session ID that estimate products are added to.
EstimateProductIds List<Id> The scoping session ID that estimate products are added to.

Methods

AddEstimateProductRequest

global AddEstimateProductRequest(Id scopingSessionId, List<Id> estimateProductIds)

ffscpq.AddEstProductToScopingSessionService.AddEstimateProductResponse

global with sharing class AddEstimateProductResponse

The result returned after adding estimate products to a scoping session.

Properties

Name Type Description
scopingSessionEstimateProductIds List<Id> The IDs of the estimate products added to the scoping session.
© Copyright 2009–2025 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.