External Asset Owners Api
interface ExternalAssetOwnersApi
Functions
Link copied to clipboard
abstract suspend fun getActiveTransfer(transferExternalId: String? = null, loanId: Long? = null, loanExternalId: String? = null): ExternalTransferData
Retrieve Active Asset Owner Transfer Retrieve Active External Asset Owner Transfer by transferExternalId, loanId or loanExternalId Responses:
Link copied to clipboard
abstract suspend fun getJournalEntriesOfOwner(ownerExternalId: String, offset: Int? = null, limit: Int? = null): ExternalOwnerJournalEntryData
Retrieve Journal Entries of Owner Retrieve Journal entries of owner by owner externalId Responses:
Link copied to clipboard
abstract suspend fun getJournalEntriesOfTransfer(transferId: Long, offset: Int? = null, limit: Int? = null): ExternalOwnerTransferJournalEntryData
Retrieve Journal Entries of Transfer Retrieve Journal entries of transfer by transferId Responses:
Link copied to clipboard
abstract suspend fun getTransfers(transferExternalId: String? = null, loanId: Long? = null, loanExternalId: String? = null, offset: Int? = null, limit: Int? = null): PageExternalTransferData
Retrieve External Asset Owner Transfers Retrieve External Asset Owner Transfer items by transferExternalId, loanId or loanExternalId Responses:
Link copied to clipboard
abstract suspend fun searchInvestorData(pagedRequestExternalAssetOwnerSearchRequest: PagedRequestExternalAssetOwnerSearchRequest? = null): PageExternalTransferData
Search External Asset Owner Transfers by text or date ranges to settlement or effective dates
Link copied to clipboard
abstract suspend fun transferRequestWithId(id: Long, command: String? = null): PostInitiateTransferResponse
Responses:
Link copied to clipboard
abstract suspend fun transferRequestWithId1(externalId: String, command: String? = null): PostInitiateTransferResponse
Responses:
Link copied to clipboard
abstract suspend fun transferRequestWithLoanExternalId(loanExternalId: String, postInitiateTransferRequest: PostInitiateTransferRequest, command: String? = null): PostInitiateTransferResponse
Responses:
Link copied to clipboard
abstract suspend fun transferRequestWithLoanId(loanId: Long, postInitiateTransferRequest: PostInitiateTransferRequest, command: String? = null): PostInitiateTransferResponse
Responses: