POST v1/companies/loans/payment-details

Request Information

URI Parameters

None.

Body Parameters

TriggerLoanOperationRequest
NameDescriptionTypeAdditional 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": "6eba16b7-1dc6-4d22-a919-6738537c6e69",
  "InstallmentId": "7e3ea68c-fc8a-4b57-8dcd-e30570e03cc7",
  "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>7e3ea68c-fc8a-4b57-8dcd-e30570e03cc7</InstallmentId>
  <LoanId>6eba16b7-1dc6-4d22-a919-6738537c6e69</LoanId>
  <Operation>LOAN_PAYMENT</Operation>
</TriggerLoanOperationRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TriggerLoanOperationRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.