POST api/{apiVersion}/ConsumerLoan/StartTransaction
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
StartTransactionModelRequestName | Description | Type | Additional 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": "fff47984-d4db-48b8-8b26-7592108f2e21", "AppCode": 2, "CustomerId": "dab24087-0f64-4c8a-802b-e0a169f20854", "CustAccountId": "0b25e976-120a-4ff6-a00e-0152d8eb1ed8", "NationalIdentityNumber": "sample string 5", "GsmNumber": "sample string 6", "ClientSessionId": "sample string 7", "ApplicationId": "sample string 8", "Amount": 9.0, "AmountCurrencyId": "55ec34c5-5ac0-40cd-835b-343472074e1c", "Term": 11 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfStartTransactionModelResponseName | Description | Type | Additional 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-07-08T16:31:25.9308475+03:00", "CallBackUrl": "sample string 7" }, "IsShowMessage": true, "IsShowRateAndReview": true }