Updated code for appointment creation flow and productId field to appointmentTemplateId.
This commit is contained in:
@@ -52,7 +52,7 @@ public class CallResponse {
|
||||
|
||||
private Long numberOfCheck;
|
||||
|
||||
private Long productId;
|
||||
private Long appointmentTemplateId;
|
||||
|
||||
@JsonSerialize(using = DynamicLocalTimeSerializer.class)
|
||||
private LocalTime startTime;
|
||||
|
||||
Reference in New Issue
Block a user