POST api/{apiVersion}/ConsumerLoan/GetCreditStatus
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
CreditStatusModelRequestName | Description | Type | Additional information |
---|---|---|---|
ConsumerLoanId | globally unique identifier |
None. |
|
CustomerLoanCorporationId | globally unique identifier |
None. |
|
AppCode | integer |
None. |
|
CustomerId | globally unique identifier |
None. |
|
NationalIdentityNumber | string |
None. |
|
ClientSessionId | string |
None. |
|
ApplicationId | string |
None. |
|
ApplicationDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ConsumerLoanId": "7c92b74f-b3fe-4cbe-83df-faa2d337c832", "CustomerLoanCorporationId": "d3f380c8-b2ca-444e-be89-c0281b95e7f5", "AppCode": 3, "CustomerId": "1d9dce22-6290-4741-a1dd-b9d129d56206", "NationalIdentityNumber": "sample string 5", "ClientSessionId": "sample string 6", "ApplicationId": "sample string 7", "ApplicationDate": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfCreditStatusModelResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | CreditStatusModelResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "IsApproved": 1, "IsSuccess": 2, "AllocationDate": "2025-07-08T16:55:40.0900928+03:00", "ApplicationId": "sample string 4", "ApplicationDate": "2025-07-08T16:55:40.0900928+03:00", "InstallmentAmount": 6.0, "InstallAmount": 7.0, "TotalPaymentAmount": 8.0, "CreditInsuranceFee": 9.0, "CreditUsageFee": 10.0, "TotalRefundAmount": 11.0 }, "IsShowMessage": true, "IsShowRateAndReview": true }