POST api/{apiVersion}/ConsumerLoan/StartTransaction

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

StartTransactionModelRequest
NameDescriptionTypeAdditional information
CustomerLoanCorporationId

globally unique identifier

None.

AppCode

integer

None.

CustomerId

globally unique identifier

None.

CustAccountId

globally unique identifier

None.

NationalIdentityNumber

string

None.

GsmNumber

string

None.

ClientSessionId

string

None.

ApplicationId

string

None.

Amount

decimal number

None.

AmountCurrencyId

globally unique identifier

None.

Term

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerLoanCorporationId": "05935e60-cd8b-4380-9eac-352097b9158a",
  "AppCode": 2,
  "CustomerId": "4ccee182-dd9a-4c09-ab91-27077f6ac1c5",
  "CustAccountId": "935bfe0f-def5-47c5-9af5-33cee7c82302",
  "NationalIdentityNumber": "sample string 5",
  "GsmNumber": "sample string 6",
  "ClientSessionId": "sample string 7",
  "ApplicationId": "sample string 8",
  "Amount": 9.0,
  "AmountCurrencyId": "d49dcc17-8f5f-453e-adfc-28aaaa219efe",
  "Term": 11
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfStartTransactionModelResponse
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

StartTransactionModelResponse

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": {
    "ClientSessionId": "sample string 1",
    "ApplicationId": "sample string 2",
    "IsApproved": 3,
    "IsDigitalChannelCustomer": "sample string 4",
    "BankRedirectionUrl": "sample string 5",
    "ApplicationDate": "2025-02-21T21:16:30.7908134+03:00",
    "CallBackUrl": "sample string 7"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}