MakerCheckerOr4EyeFunctionalityApi

Functions

Link copied to clipboard
abstract suspend fun approveMakerCheckerEntry(auditId: Long, command: String? = null): PostMakerCheckersResponse

Approve Maker Checker Entry | Reject Maker Checker Entry

Link copied to clipboard

Delete Maker Checker Entry

Link copied to clipboard

Maker Checker Search Template This is a convenience resource. It can be useful when building a Checker Inbox UI. \"appUsers\" are data scoped to the office/branch the requestor is associated with. \"actionNames\" and \"entityNames\" returned are those that the requestor has Checker approval permissions for. Example Requests: makercheckers/searchtemplate makercheckers/searchtemplate?fields=entityNames Responses:

Link copied to clipboard
abstract suspend fun retrieveCommands(actionName: String? = null, entityName: String? = null, resourceId: Long? = null, makerId: Long? = null, makerDateTimeFrom: String? = null, makerDateTimeTo: String? = null, officeId: Int? = null, groupId: Int? = null, clientId: Int? = null, loanid: Int? = null, savingsAccountId: Int? = null): List<GetMakerCheckerResponse>

List Maker Checker Entries Get a list of entries that can be checked by the requestor that match the criteria supplied. Example Requests: makercheckers makercheckers?fields=madeOnDate,maker,processingResult makercheckers?makerDateTimeFrom=2013-03-25 08:00:00&makerDateTimeTo=2013-04-04 18:00:00 makercheckers?officeId=1 makercheckers?officeId=1&includeJson=true Responses: