Get Additional Pledged Documents Request
This API will be invoked by the Lender to pull any additional documents available. The hasAdditionalDocuments flag in the pledgedDocuments object of the loan application will be set to true if there are any additional documents available.
Request Body |
---|
metadata object — REQUIREDMetadata specific to each API request. version string — REQUIRED | originatorOrgId stringThe organisation id on the Participant Registry. | originatorParticipantId stringThe 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 — REQUIREDUUID used to tie request and response and for idempotency |
|
productData object — REQUIREDProduct Metadata specific to each API request. productId string — REQUIREDThe product id on the Product Registry. | productNetworkId stringThe product network id on the Product Registry. |
|
loanApplicationId string — REQUIREDUUID for the loan application. |
requestedDocumentPagination objectpageNumber integerPage number to be fetched. | pageSize integerNumber of documents to be fetched per page. |
|
Responses |
---|
200
Acknowledgement of Request Received Schema — OPTIONAL |
---|
error string | traceId string | timestamp string |
|