POST api/WebApp/GetCustomerLoanDetails
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MethodReturnOfCustomerLoanDetailsName | Description | Type | Additional information |
---|---|---|---|
ReturnValue | CustomerLoanDetails |
None. |
|
ReturnType | string |
None. |
|
IsSuccess | boolean |
None. |
|
Message | string |
None. |
|
Schema | string |
None. |
|
UTCDate | date |
None. |
|
Token | string |
None. |
|
ResponseCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ReturnValue": { "Schedule": [ { "ID": 1, "LoanID": 2, "EMIDueDate": "2024-11-27T19:39:08.2033685+03:00", "EMI": 4.0, "PrincipalRepayment": 5.0, "InterestPaymet": 6.0, "RemainingPrincipal": 7.0, "CreatedBy": "sample string 8", "CreatedDate": "2024-11-27T19:39:08.2033685+03:00", "ModifiedBy": "sample string 10", "ModifiedDate": "2024-11-27T19:39:08.2033685+03:00", "RecOwnerOrgID": 12 }, { "ID": 1, "LoanID": 2, "EMIDueDate": "2024-11-27T19:39:08.2033685+03:00", "EMI": 4.0, "PrincipalRepayment": 5.0, "InterestPaymet": 6.0, "RemainingPrincipal": 7.0, "CreatedBy": "sample string 8", "CreatedDate": "2024-11-27T19:39:08.2033685+03:00", "ModifiedBy": "sample string 10", "ModifiedDate": "2024-11-27T19:39:08.2033685+03:00", "RecOwnerOrgID": 12 } ], "ProductName": "sample string 1", "LoanID": 2, "CBLnAccNumber": "sample string 3", "CustomerID": 4, "ProductID": 5, "CABLTxnID": 6, "LnPrincipalAmt": 7.0, "LnCurrency": "sample string 8", "LnPeriod": 9, "EMIAmount": 10.0, "EMIStartDate": "2024-11-27T19:39:08.2033685+03:00", "EMIEndDate": "2024-11-27T19:39:08.2033685+03:00", "ProcessFee": 1.0, "CreatedBy": "sample string 13", "CreatedDate": "2024-11-27T19:39:08.2033685+03:00", "ModifiedBy": "sample string 15", "ModifiedDate": "2024-11-27T19:39:08.2033685+03:00", "RecOwnerOrgID": 17 }, "ReturnType": "sample string 1", "IsSuccess": true, "Message": "sample string 3", "Schema": "sample string 4", "UTCDate": "2024-11-27T19:39:08.2033685+03:00", "Token": "sample string 6", "ResponseCode": "sample string 7" }
application/xml, text/xml
Sample:
<MethodReturnOfCustomerLoanDetailsjuYG3A_Sy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonComponents.BusinessObjects.CommonTypes"> <IsSuccess>true</IsSuccess> <Message>sample string 3</Message> <ResponseCode>sample string 7</ResponseCode> <ReturnValue xmlns:d2p1="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.InstaCredit"> <CABLTxnID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">6</CABLTxnID> <CBLnAccNumber xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 3</CBLnAccNumber> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 13</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-27T19:39:08.2033685+03:00</CreatedDate> <CustomerID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">4</CustomerID> <EMIAmount xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">10</EMIAmount> <EMIEndDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-27T19:39:08.2033685+03:00</EMIEndDate> <EMIStartDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-27T19:39:08.2033685+03:00</EMIStartDate> <LnCurrency xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 8</LnCurrency> <LnPeriod xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">9</LnPeriod> <LnPrincipalAmt xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">7</LnPrincipalAmt> <LoanID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2</LoanID> <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 15</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-27T19:39:08.2033685+03:00</ModifiedDate> <ProcessFee xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">1</ProcessFee> <ProductID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">5</ProductID> <RecOwnerOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">17</RecOwnerOrgID> <d2p1:ProductName>sample string 1</d2p1:ProductName> <d2p1:Schedule xmlns:d3p1="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM"> <d3p1:COM_EMISchedule> <d3p1:CreatedBy>sample string 8</d3p1:CreatedBy> <d3p1:CreatedDate>2024-11-27T19:39:08.2033685+03:00</d3p1:CreatedDate> <d3p1:EMI>4</d3p1:EMI> <d3p1:EMIDueDate>2024-11-27T19:39:08.2033685+03:00</d3p1:EMIDueDate> <d3p1:ID>1</d3p1:ID> <d3p1:InterestPaymet>6</d3p1:InterestPaymet> <d3p1:LoanID>2</d3p1:LoanID> <d3p1:ModifiedBy>sample string 10</d3p1:ModifiedBy> <d3p1:ModifiedDate>2024-11-27T19:39:08.2033685+03:00</d3p1:ModifiedDate> <d3p1:PrincipalRepayment>5</d3p1:PrincipalRepayment> <d3p1:RecOwnerOrgID>12</d3p1:RecOwnerOrgID> <d3p1:RemainingPrincipal>7</d3p1:RemainingPrincipal> </d3p1:COM_EMISchedule> <d3p1:COM_EMISchedule> <d3p1:CreatedBy>sample string 8</d3p1:CreatedBy> <d3p1:CreatedDate>2024-11-27T19:39:08.2033685+03:00</d3p1:CreatedDate> <d3p1:EMI>4</d3p1:EMI> <d3p1:EMIDueDate>2024-11-27T19:39:08.2033685+03:00</d3p1:EMIDueDate> <d3p1:ID>1</d3p1:ID> <d3p1:InterestPaymet>6</d3p1:InterestPaymet> <d3p1:LoanID>2</d3p1:LoanID> <d3p1:ModifiedBy>sample string 10</d3p1:ModifiedBy> <d3p1:ModifiedDate>2024-11-27T19:39:08.2033685+03:00</d3p1:ModifiedDate> <d3p1:PrincipalRepayment>5</d3p1:PrincipalRepayment> <d3p1:RecOwnerOrgID>12</d3p1:RecOwnerOrgID> <d3p1:RemainingPrincipal>7</d3p1:RemainingPrincipal> </d3p1:COM_EMISchedule> </d2p1:Schedule> </ReturnValue> <Schema>sample string 4</Schema> <Token>sample string 6</Token> </MethodReturnOfCustomerLoanDetailsjuYG3A_Sy>