Updated code for appointment creation and added a column in hub for appointment template id..
This commit is contained in:
@@ -11,7 +11,7 @@ public class AppointmentCreationRequest {
|
||||
|
||||
@Data
|
||||
public static class Input {
|
||||
private String id;
|
||||
private Long id;
|
||||
private String ndg;
|
||||
private List<RichiestaCliente> richiestaCliente;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user