GuarantorsApi

interface GuarantorsApi

Functions

Link copied to clipboard
abstract suspend fun accountsTemplate(loanId: Long, clientId: Long? = null): String

Responses:

Link copied to clipboard
abstract suspend fun createGuarantor(loanId: Long, body: String? = null): String

Responses:

Link copied to clipboard
abstract suspend fun deleteGuarantor(loanId: Long, guarantorId: Long, guarantorFundingId: Long? = null): String

Responses:

Link copied to clipboard
abstract suspend fun getGuarantorTemplate(loanId: Long, officeId: Long? = null, dateFormat: String? = null)

Responses:

Link copied to clipboard
abstract suspend fun newGuarantorTemplate(loanId: Long): String

Responses:

Link copied to clipboard
abstract suspend fun postGuarantorTemplate(loanId: Long, dateFormat: String, locale: String, uploadedInputStream: MultiPartFormDataContent): String

Responses:

Link copied to clipboard
abstract suspend fun retrieveGuarantorDetails(loanId: Long): String

Responses:

Link copied to clipboard
abstract suspend fun retrieveGuarantorDetails1(loanId: Long, guarantorId: Long): String

Responses:

Link copied to clipboard
abstract suspend fun updateGuarantor(loanId: Long, guarantorId: Long, body: String? = null): String

Responses: