Skip to main content

Get Fixed Deposit Account

GET /api/v{version}/FixedDeposit/accounts/{accountId}

Description

This endpoint retrieves the details of a fixed deposit account based on the provided account ID. The response includes information about the fixed deposit account such as its status and details. Optional query parameters can be used to filter the results.

Parameters

  • version (string, path, required): The version of the API.
  • accountId (integer, path, required): The ID of the fixed deposit account.
  • staffInSelectedOfficeOnly (boolean, query, optional): Filter results to include only staff in the selected office.
  • chargeStatus (string, query, optional): Filter results based on the charge status.
  • Accept-Language (string, header, optional): Change the default response message language from English (en). Available languages are fr and en.

Responses

  • 200 OK
    • Media type: Controls Accept header.
    • Example Value: (No example provided)

Example Request

GET /api/v{version}/FixedDeposit/accounts/{accountId}?staffInSelectedOfficeOnly=true&chargeStatus=active
Accept-Language: en

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /api/v{version}/FixedDeposit/accounts/{accountId} \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!