Developer Docs
Flex
Version 1.3.11

API Doc Version 1.3.11

What's New

POST /Calculate/APROnYearFactor

This method calculates APR On Year Factor

POST /Calculate/RentalAmountActual

This method is used to Calculate Rental Amount using Actual 360 or 365

What's Deprecated

POST /Calculate/RentalAmountAnnuity365

This method is used to Calculate Rental Amount using Actual 365

POST /Calculate/RentalAmountActual360

This method is used to Calculate Rental Amount using Actual 360

What's Changed

POST /Calculate/MergeFeeInRepaymentPlan

Request:

Changed content type : application/json

  • Added property noOfPayments (integer)

    Number of Payments

  • Added property contractStartDate (string)

    Start date of the contract

  • Changed property fees (array)

    List of Fees

    Changed items (object):

    Class containing attributes for the Fee

    • Added property occurance (string)

      Fee Freqeuncy Occurance. Values are "OnSpecificDate" and "WithSpecificPayment".

    • Added property firstDueDate (string)

      First Due Date of the Fee

    • Added property paymentNumber (integer)

      Payment Number on which fee should be applied

    • Deleted property dueDate (string)

    • Changed property name (string)

      Fee Name

    • Changed property amount (number)

      Fee Amount

    • Changed property frequency (string)

      Fee Frequency. Values are "OneTime", "WithEveryPayment", "Monthly", "Quarterly", "SemiAnnual" and "Annual".

  • Changed property repaymentPlan (array)

    List of Payment Plan

Return Type:

Changed response : 200 OK

Success

  • New content type : text/plain

  • New content type : application/json

  • New content type : text/json

POST /Calculate/CalculateAPR

Request:

Changed content type : application/json

  • Added property irrRoundingDetail (object)

    class to If Rounding is required. In Future, Rounding Type will be exposed in this class

    • Property isRoundingRequired (boolean)

      Is Rounding Required

    • Property upto (integer)

      Rounding Upto

  • Deleted property irrRoundindDetail (object)

    class to If Rounding is required. In Future, Rounding Type will be exposed in this class

POST /Calculate/StraightLineProRataAmortization

POST /Calculate/RentalAmountAnnuity

Request:

Changed content type : application/json

  • Added property rentalCalculationMethod (string)

    Provide Rental Calculation Method

  • Changed property numberOfAdvanceRentals (integer)

    Property to implement Number of Advance Rental

POST /Calculate/RentalAmountAnnuityWithVAT

Request:

Changed content type : application/json

  • Added property rentalCalculationMethod (string)

    Provide Rental Calculation Method

  • Added property charges (array)

    Applicable only in case of Rental Amount 365

    Items (object):

    Charges

    • Property chargeName (string)

      Name of the Charge

    • Property amount (number)

      Change Amount

    • Property rentalNumber (integer)

      Rental Number

    • Property chargeDueDate (string)

      Due date of Charge

  • Changed property numberOfAdvanceRentals (integer)

    Property to implement Number of Advance Rental

POST /Calculate/RentalAmountAnnuityForComponent

POST /Calculate/RentalAmountFlat

Request:

Changed content type : application/json

  • Added property rentalCalculationMethod (string)

    Provide Rental Calculation Method

  • Changed property numberOfAdvanceRentals (integer)

    Property to implement Number of Advance Rental

POST /Calculate/RentalAmountEP

Request:

Changed content type : application/json

  • Added property rentalCalculationMethod (string)

    Provide Rental Calculation Method

  • Changed property numberOfAdvanceRentals (integer)

    Property to implement Number of Advance Rental

POST /Calculate/RentalAmountFlatPlus

Request:

Changed content type : application/json

  • Added property rentalCalculationMethod (string)

    Provide Rental Calculation Method

  • Changed property numberOfAdvanceRentals (integer)

    Property to implement Number of Advance Rental

POST /Calculate/RentalAmountAnnuity365

Parameters:

Added: calculateOnAnnualRate in query

Request:

Changed content type : application/json

  • Added property rentalCalculationMethod (string)

    Provide Rental Calculation Method

  • Added property charges (array)

    Applicable only in case of Rental Amount 365

  • Changed property numberOfAdvanceRentals (integer)

    Property to implement Number of Advance Rental

POST /Calculate/RentalAmountActual360

Request:

Changed content type : application/json

  • Added property rentalCalculationMethod (string)

    Provide Rental Calculation Method

  • Added property charges (array)

    Applicable only in case of Rental Amount 365

  • Changed property numberOfAdvanceRentals (integer)

    Property to implement Number of Advance Rental

POST /Calculate/RentalAmountAnnuityWithBonusPayment

Request:

Changed content type : application/json

  • Added property rentalCalculationMethod (string)

    Provide Rental Calculation Method

  • Changed property numberOfAdvanceRentals (integer)

    Property to implement Number of Advance Rental

POST /Calculate/RentalAmountAnnuityWithSubsidyAndCommission

Request:

Changed content type : application/json

  • Added property rentalCalculationMethod (string)

    Provide Rental Calculation Method

  • Changed property numberOfAdvanceRentals (integer)

    Property to implement Number of Advance Rental