POST v1/consumers/loans/payment-details
Request Information
URI Parameters
None.
Body Parameters
TriggerLoanOperationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Operation | LoanPaymentTypeEnum |
None. |
|
| LoanId | globally unique identifier |
None. |
|
| InstallmentId | globally unique identifier |
None. |
|
| ExecuteIfPossible | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Operation": "LOAN_PAYMENT",
"LoanId": "116c277a-aec2-4b4b-923e-c99f87b9ff45",
"InstallmentId": "3666028d-b234-4760-ac75-9dc643c9cd1e",
"ExecuteIfPossible": true
}
application/xml, text/xml
Sample:
<TriggerLoanOperationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FfMobileApi.Models.Loans"> <ExecuteIfPossible>true</ExecuteIfPossible> <InstallmentId>3666028d-b234-4760-ac75-9dc643c9cd1e</InstallmentId> <LoanId>116c277a-aec2-4b4b-923e-c99f87b9ff45</LoanId> <Operation>LOAN_PAYMENT</Operation> </TriggerLoanOperationRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.