Download page Generate Revenue Schedules and Terminate Agreement.
Generate Revenue Schedules and Terminate Agreement
generateTerminateRevenueSchedule API generates Revenue Schedules for the agreement ID and terminates the agreement by setting RevRec Active flag as false.
result terminateRevenueSchedule(agreementID)
This API accepts agreement ID of an agreement and generates Revenue Schedules for that agreement. After generating revenue schedules, the agreement is terminated.
Request Parameters
Request
Field
Type
Required
Description
agreementID
ID
Yes
ID of the Agreement
Response Parameter
Response
Field
Type
Description
result
Boolean
Returns true if the revenue schedules are generated successfully.
Returns false if the revenue schedules are not generated.
Code Sample
ID agreementID = 'a566A000000PRh5QAG';
Apttus_Revenue2.RevenueWebService.terminateRevenueSchedule(agreementID);