final ApiRequestJsonSerializationSettings settings = this.apiRequestParameterHelper.process(uriInfo.getQueryParameters());
return this.toApiJsonSerializer.serialize(settings, account,
DepositsApiConstants.RECURRING_DEPOSIT_ACCOUNT_RESPONSE_DATA_PARAMETERS);
}
if (result == null) { throw new UnrecognizedQueryParamException("command", commandParam, new Object[] { "reject",
"withdrawnByApplicant", "approve", "undoapproval", "activate", "calculateInterest", "postInterest", "close",
"prematureClose", "calculatePrematureAmount" }); }
return this.toApiJsonSerializer.serialize(result);
}