Skip to content

Commit

Permalink
Add a web service to export or get SIC balances (Saldos SIC)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcota committed Feb 3, 2022
1 parent 05352eb commit 908a793
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WebApi/Integration/BanobrasExportBalancesController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ public SingleObjectModel ExportBalances([FromBody] ExportBalancesCommand command
usecases.ExportBalancesByDay(command);
break;

case "SaldosSIC":
usecases.ExportBalancesByPeriod(command);
break;

case "MensualPorMayor":
usecases.ExportBalancesByMonthByLedger(command);
break;
Expand Down

0 comments on commit 908a793

Please sign in to comment.