Updated response of communication API

This commit is contained in:
rajesh
2025-10-14 19:41:00 +05:30
parent c5cc2988ca
commit 47907dbee3
6 changed files with 42 additions and 28 deletions

View File

@@ -1121,10 +1121,9 @@ public class AppointmentDao {
richiestaCliente.setNota(requestNota);
richiestaCliente.setDurataMesiFinanziamento(createAppointmentRequest.getDurataMesiFinanziamento());
richiestaCliente.setImportoBreveTermine(createAppointmentRequest.getImportoBreveTermine());
richiestaCliente.setDataAppuntamento(createAppointmentRequest.getDataAppuntamento());
richiestaClienteList.add(richiestaCliente);
}
input.setDataAppuntamento(createAppointmentRequest.getDataAppuntamento());
input.setRichiestaCliente(richiestaClienteList);
appointmentCreationRequest.setInput(input);
return appointmentCreationRequest;