TellerCashManagementApi

Functions

Link copied to clipboard
abstract suspend fun allocateCashToCashier(tellerId: Long, cashierId: Long, postTellersTellerIdCashiersCashierIdAllocateRequest: PostTellersTellerIdCashiersCashierIdAllocateRequest): PostTellersTellerIdCashiersCashierIdAllocateResponse

Allocate Cash To Cashier Mandatory Fields: Date, Amount, Currency, Notes/Comments Responses:

Link copied to clipboard
abstract suspend fun createCashier(tellerId: Long, postTellersTellerIdCashiersRequest: PostTellersTellerIdCashiersRequest): PostTellersTellerIdCashiersResponse

Create Cashiers Mandatory Fields: Cashier/staff, Fromm Date, To Date, Full Day or From time and To time Optional Fields: Description/Notes Responses:

Link copied to clipboard
abstract suspend fun createTeller(postTellersRequest: PostTellersRequest): PostTellersResponse

Create teller Mandatory Fields Teller name, OfficeId, Description, Start Date, Status Optional Fields End Date Responses:

Link copied to clipboard
abstract suspend fun deleteCashier(tellerId: Long, cashierId: Long): DeleteTellersTellerIdCashiersCashierIdResponse

Delete Cashier

Link copied to clipboard
abstract suspend fun deleteTeller(tellerId: Long): String

Responses:

Link copied to clipboard
abstract suspend fun findCashierData(tellerId: Long, cashierId: Long): GetTellersTellerIdCashiersCashierIdResponse

Retrieve a cashier

Link copied to clipboard
abstract suspend fun findTeller(tellerId: Long): GetTellersResponse

Retrieve tellers

Link copied to clipboard
abstract suspend fun findTransactionData(tellerId: Long, transactionId: Long): String

Responses:

Link copied to clipboard
abstract suspend fun getCashierData1(tellerId: Long, fromdate: String? = null, todate: String? = null): GetTellersTellerIdCashiersResponse

List Cashiers

Link copied to clipboard

Find Cashiers

Link copied to clipboard

Retrieve Cashier Transaction Template

Link copied to clipboard
abstract suspend fun getJournalData(tellerId: Long, cashierId: Long? = null, dateRange: String? = null): String

Responses:

Link copied to clipboard
abstract suspend fun getTellerData(officeId: Long? = null): List<GetTellersResponse>

List all tellers Retrieves list tellers Responses:

Link copied to clipboard
abstract suspend fun getTransactionData(tellerId: Long, dateRange: String? = null): String

Responses:

Link copied to clipboard
abstract suspend fun getTransactionsForCashier(tellerId: Long, cashierId: Long, currencyCode: String? = null, offset: Int? = null, limit: Int? = null, orderBy: String? = null, sortOrder: String? = null): List<GetTellersTellerIdCashiersCashiersIdTransactionsResponse>

Retrieve Cashier Transaction

Link copied to clipboard
abstract suspend fun getTransactionsWtihSummaryForCashier(tellerId: Long, cashierId: Long, currencyCode: String? = null, offset: Int? = null, limit: Int? = null, orderBy: String? = null, sortOrder: String? = null): GetTellersTellerIdCashiersCashiersIdSummaryAndTransactionsResponse

Transactions Wtih Summary For Cashier

Link copied to clipboard
abstract suspend fun settleCashFromCashier(tellerId: Long, cashierId: Long, postTellersTellerIdCashiersCashierIdSettleRequest: PostTellersTellerIdCashiersCashierIdSettleRequest): PostTellersTellerIdCashiersCashierIdSettleResponse

Settle Cash From Cashier Mandatory Fields Date, Amount, Currency, Notes/Comments Responses:

Link copied to clipboard
abstract suspend fun updateCashier(tellerId: Long, cashierId: Long, putTellersTellerIdCashiersCashierIdRequest: PutTellersTellerIdCashiersCashierIdRequest): PutTellersTellerIdCashiersCashierIdResponse

Update Cashier

Link copied to clipboard
abstract suspend fun updateTeller(tellerId: Long, putTellersRequest: PutTellersRequest): PutTellersResponse

Update teller