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": "e6ecbf35-adf6-4ae4-9461-04a9e99c9ef2", "CustomerLoanCorporationId": "9f2b4bb6-afbc-41e9-8b0a-48f5c2345493", "AppCode": 3, "CustomerId": "2b5b9801-9fb3-475f-a0d8-e8ea6991b385", "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-02-21T21:22:36.4097265+03:00", "ApplicationId": "sample string 4", "ApplicationDate": "2025-02-21T21:22:36.4097265+03:00", "InstallmentAmount": 6.0, "InstallAmount": 7.0, "TotalPaymentAmount": 8.0, "CreditInsuranceFee": 9.0, "CreditUsageFee": 10.0, "TotalRefundAmount": 11.0 }, "IsShowMessage": true, "IsShowRateAndReview": true }