- Конечная точка позволяет получить детальную информацию о депозитном счёте клиента банка по идентификатору счета.
- accountCategory - Вид счёта. Enum: "CurrentAccount", "SettlementAccount", "BudgetLawAccount", "CorrespondentAccount", "CorrespondentSubAccount", "PublicDepositAccount", "TrustManagementAccount", "SpecialBankAccount", "DepositAccount".
- Array of objects (AccountD) заменен на Array of objects (Account)
- Array of objects (TierBandSetDepositNew) заменен на Array of objects (TierBandSetDeposit)
- Array of objects (TransactionHistoryHO) заменен на Array of objects (TransactionHistory)
- object (MerchantInfoHO) заменен на object (MerchantInfo)