Get Fixed Deposit Account By Liquidation Account
This returns a customer's fixed deposit account.
To get a customer's fixed deposit account by liquidation account you first need to build the complete endpoint by version in the url path then accountNumber and authToken in the query params. Then you make a get request to this endpoint.
Production URL
Staging URL
Here is an example request with sample payload to the staging endpoint.
GET
http://staging.mybankone.com/BankOneWebAPI/api/FixedDeposit/GetFixedDepositAccountByLiquidationAccount
Path Parameters
Name
Type
Description
version*
Int
Current API version
authToken*
Int
Authentication code for this request
accountNumber*
Int
Customer's account number
{
// Response
}
Last updated