Skip to main content

Fixed Deposit Undo Approval

POST /api/v{version}/FixedDeposit/accounts/{accountId}/undo-approval

Description

This endpoint is used to undo the approval of a fixed deposit account. It reverts the approval status of the specified fixed deposit account identified by the accountId.

Parameters

  • accountId (integer, path, required): The ID of the fixed deposit account for which the approval status is to be undone.
  • version (string, path, required): The version of the API.
  • Accept-Language (string, header, optional): Change the default response message language from English (en). Available languages are fr and en.

Responses

  • 200 OK
    • Description: Indicates that the approval status of the fixed deposit account has been successfully reverted.

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


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

RESPONSE


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