BalancingService

Perform balancing operations.

Symitar eDocs References: Coming soon.

Operations

resetCashValueBalances

post

Resets cash value balances.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
BalanceReportFlagbooleanRequired
Responses
200

Successful operation.

application/json
post
/resetCashValueBalances
200

Successful operation.

resetDepositBalances

post

Resets deposit balances.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
BalanceReportFlagbooleanRequired
Responses
200

Successful operation.

application/json
post
/resetDepositBalances
200

Successful operation.

resetSecondPartyCheckBalances

post

Resets second-party check balances.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
BalanceReportFlagbooleanRequired
Responses
200

Successful operation.

application/json
post
/resetSecondPartyCheckBalances
200

Successful operation.

cashValueAdjust

post

Adjusts cash values.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
BalanceReportFlagbooleanOptional
Responses
200

Successful operation.

application/json
post
/cashValueAdjust
200

Successful operation.

secondPartyCheckAdjust

post

Adjusts second-party checks.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
BalanceReportFlagbooleanOptional
Responses
200

Successful operation.

application/json
post
/secondPartyCheckAdjust
200

Successful operation.

cashValueReport

post

Generates a report on cash values.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/cashValueReport
200

Successful operation.

verifyDepositReport

post

Verifies deposit reports.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/verifyDepositReport
200

Successful operation.

checkDisbursedReport

post

Generates a report on disbursed checks.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/checkDisbursedReport
200

Successful operation.

Last updated

Was this helpful?