POST api/{apiVersion}/ConsumerLoan/GetPaymentPlan

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

PaymentPlanModelRequest
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

CustomerLoanCorportationId

globally unique identifier

None.

AppCode

integer

None.

NationalIdentityNumber

string

None.

GsmNumber

string

None.

MaxTerm

integer

None.

ClientSessionId

string

None.

PreApprovedApplicationId

string

None.

InstallmentDate

string

None.

TotalPrice

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "57d0c069-fade-453c-98a4-1f59fa398c92",
  "CustomerLoanCorportationId": "1db5be21-dced-42d0-97e1-aaef0f667f70",
  "AppCode": 3,
  "NationalIdentityNumber": "sample string 4",
  "GsmNumber": "sample string 5",
  "MaxTerm": 6,
  "ClientSessionId": "sample string 7",
  "PreApprovedApplicationId": "sample string 8",
  "InstallmentDate": "sample string 9",
  "TotalPrice": 10.0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfPaymentPlanModelResponse
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

PaymentPlanModelResponse

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": {
    "Type": "sample string 1",
    "Data": [
      {
        "Term": 1,
        "InstallmentAmount": 2.0,
        "InterestRate": 3.0,
        "TotalPaymentAmount": 4.0,
        "AnnualEffectiveInterestRate": 5.0,
        "PaymentDate": "sample string 6",
        "LoanAmount": 7.0,
        "CreditInsuranceFee": 1.0,
        "CreditUsageFee": 8.0,
        "LendingAmount": 9.0,
        "UsedAmount": 10.0,
        "IsFavorite": true,
        "OrderNumber": 12
      },
      {
        "Term": 1,
        "InstallmentAmount": 2.0,
        "InterestRate": 3.0,
        "TotalPaymentAmount": 4.0,
        "AnnualEffectiveInterestRate": 5.0,
        "PaymentDate": "sample string 6",
        "LoanAmount": 7.0,
        "CreditInsuranceFee": 1.0,
        "CreditUsageFee": 8.0,
        "LendingAmount": 9.0,
        "UsedAmount": 10.0,
        "IsFavorite": true,
        "OrderNumber": 12
      }
    ],
    "ClientSessionId": "sample string 2"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}