Services CPQ Connector API Developer Reference

ffscpqint.ActionRetrieveUnsyncedQuoteLines

global with sharing class ActionRetrieveUnsyncedQuoteLines

A class that houses the invocable method for API service RetrieveUnsyncedQuoteLines.

Methods

retrieveUnsyncedQuoteLines

global static List<ffscpqint.ActionRetrieveUnsyncedQuoteLines.InvocableRetrieveUnsyncedQuoteLinesAPIResponse> retrieveUnsyncedQuoteLines(List<ffscpqint.ActionRetrieveUnsyncedQuoteLines.InvocableRetrieveUnsyncedQuoteLinesAPIRequest> invocableRetrieveUnsyncedQuoteLinesRequests)

A method that retrieves the details of unsynced service quote lines.

Input Parameters

Name Type Description
invocableRetrieveUnsyncedQuoteLinesRequests List<ffscpqint.ActionRetrieveUnsyncedQuoteLines.InvocableRetrieveUnsyncedQuoteLinesAPIRequest> The list of InvocableRetrieveUnsyncedQuoteLinesAPIRequest objects.

Return Value

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

ffscpqint.ActionRetrieveUnsyncedQuoteLines.InvocableRetrieveUnsyncedQuoteLinesAPIRequest

global with sharing class InvocableRetrieveUnsyncedQuoteLinesAPIRequest

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

Properties

Name Type Description
EstimateId Id The ID of the estimate related to the quote that the unsynced service quote lines are retrieved from.
QuoteId Id The ID of the quote to retrieve unsynced service quote lines from.

Methods

InvocableRetrieveUnsyncedQuoteLinesAPIRequest

global InvocableRetrieveUnsyncedQuoteLinesAPIRequest()

ffscpqint.ActionRetrieveUnsyncedQuoteLines.InvocableRetrieveUnsyncedQuoteLinesAPIResponse

global with sharing class InvocableRetrieveUnsyncedQuoteLinesAPIResponse

The response class for the invocable method.

Properties

Name Type Description
EstimateId Id The ID of the estimate associated with the quote that the unsynced service quote lines are retrieved from.
QuoteId Id The ID of the quote to retrieve unsynced service quote lines from.
UnsyncedQuoteLines List<ffscpqint.UnsyncedQuoteLineDetail> A list of unsynced service quote line details.
Errors List<ffscpqint.SyncEstimateAndQuoteService.SyncEstimateAndQuoteError> A list containing errors that occurred while processing the request.
© Copyright 2009–2024 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.