Skip to main content

Repayment Condition Change Request

This api is used by the LoanAgent to inform the Lender that the underlying contract on which Lien was marked has undergone a change. Hence the repayment date might be changed or any other data related to the contract has changed.

Request Body
metadata object REQUIRED

Metadata specific to each API request.

version string REQUIRED
originatorOrgId string

The organisation id on the Participant Registry.

originatorParticipantId string

The participant id on the Participant Registry. This will be different for every role under the same organisation.

timestamp string REQUIRED
traceId string REQUIRED
requestId string REQUIRED

UUID used to tie request and response and for idempotency

productData object REQUIRED

Product Metadata specific to each API request.

productId string REQUIRED

The product id on the Product Registry.

productNetworkId string

The product network id on the Product Registry.

loanId string REQUIRED
repaymentConditionUpdate object REQUIRED
changedCondition string REQUIRED

Possible values: [DATE_CHANGED, AMOUNT_CHANGED, RESTRUCTURED_DATE_AND_AMOUNT, CANCELLED, ON_HOLD, OTHER]

repaymentDate date REQUIRED
amount double REQUIRED
documents object[]
id string
source string REQUIRED

Possible values: [GSTN, AA, FIP, FSR, FIU, USER, OTHER]

sourceIdentifier string REQUIRED
format string REQUIRED

Possible values: [JSON, DOC, IMAGE, CSV, XML, PDF, URL]

reference string REQUIRED
type string REQUIRED

Possible values: [GST_PROFILE, GSTN_B2B_INVOICE, PAN, AADHAAR, DRIVING_LICENSE, PASSPORT, OTHER]

isDataInline boolean REQUIRED
data string REQUIRED
Responses
200

Acknowledgement of Request Received

Schema OPTIONAL
error string
traceId string
timestamp string