POST api/loans/RepayLoanZest?loanAccountNumber={loanAccountNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loanAccountNumber | string |
Required |
Body Parameters
RepayLoanRequestObject| Name | Description | Type | Additional information |
|---|---|---|---|
| LoanPaymentScheduleIDs | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LoanPaymentScheduleIDs": [
1,
1
]
}
application/xml, text/xml
Sample:
<RepayLoanRequestObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BankOneISWDBAPI.Models.DTO.RequestResponseDto">
<LoanPaymentScheduleIDs xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:long>1</d2p1:long>
<d2p1:long>1</d2p1:long>
</LoanPaymentScheduleIDs>
</RepayLoanRequestObject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.