Revenue Recognition Revenue Recognition for SOAP API Developers Revenue Recognition APIs RevRec Action Class Current: Updating Agreement Fee Schedules PDF Download PDF Download page Updating Agreement Fee Schedules. Current page All pages Updating Agreement Fee Schedules updateFeeSchedule API updates the Actual Amount and the Forecast Amount of all the agreement fee schedules for a given agreement fee ID.result updateFeeSchedule(feeID)This API accepts agreement feeID and updates the Actual Amount of all the agreement fee schedules for a given agreement fee ID.Request ParametersRequestFieldTypeRequiredDescriptionfeeIDIDYesID of the Agreement FeeResponse ParameterResponseFieldTypeDescriptionresultBooleanReturns true if the agreement fee schedules are updated.Returns false if the agreement fee schedules are not updated.Code Sample ID feeId = 'a566A000000PRh5QAG'; Apttus_Revenue2.RevRecAction.updateFeeSchedule(feeId); CODE ×