Account Balance Query API
post
/api-gateway/obremo-srv-branch-teller-services/obremo-srv-branch-teller-services/ob/obbrn/branchteller/v1/accountbalance/fetch
Fetch Account Balnce for given Account number and Branch code
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
Indicates a unique code to identify the application sub-domain. The value to be passed for this service as: SRVBRNTLR
-
authToken: string
Indicates the authorization token generated for the User ID mentioned above.
-
branchCode(required): string
Indicates the application branch in which the operation is being initiated. The User ID used should have appropriate roles/rights to perform the action/operation in the given Branch.
-
contentType: string
Indicates the media type of the resource being sent in the HTTP message body. This specifies the kind of data being sent by the server or the client. The value to be passed for this service as: application/json
-
sourceCode(required): string
Indicates the source system from where the operation is being initiated.
-
tenantId: string
Indicates the Tenent ID on the SaaS Deployment.
-
userId(required): string
Indicates the application User ID which will be used to initiate the operation. This User ID will be stored for audit purpose in the application against the operation. The User ID used here should have the appropriate roles/rights to perform the operation/action.
Request Body that contains data required for any external Api
Root Schema : AccountBalanceFetchData
Type:
objectAccountBalanceFetchData Model
Show Source
-
accountNo:
string
Account Number for which the balance has to fetched
-
branch:
string
Branch code to which the account belongs to
Response
Supported Media Types
- application/json
- application/xml
201 Response
External Api request processed successfully!!
Nested Schema : data
Type:
objectNested Schema : errors
Type:
objectNested Schema : informations
Type:
objectNested Schema : paging
Type:
objectNested Schema : warnings
Type:
object400 Response
Bad request error, the server is unable to process the request.
401 Response
Unauthorized request error, invalid credentials.
403 Response
Request denied, no permission to access the request.
405 Response
Request denied, invalid input.
500 Response
Internal server error.