Withdrawn by Applicant
POST /api/v{version}/FixedDeposit/accounts/{accountId}/withdrawn-by-applicant
Description
This endpoint allows an applicant to withdraw funds from a fixed deposit account. The request must include the account ID and the API version. The withdrawal process will be initiated based on the details provided.
Parameters
- accountId (
integer, path, required): The ID of the fixed deposit account from which the funds will be withdrawn. - 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 arefranden.
Responses
- 200 OK
- Description: Success
- Media type: Controls Accept header.
LANGUAGE
CURL REQUEST
curl --request POST \
--url /api/v{version}/FixedDeposit/accounts/{accountId}/withdrawn-by-applicant \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!