Hi,
How do i add shifts using the Reference object for an employee?
Cant I create a Shift object and set this to the employee?
Please advise on the usage of the Reference object
public Employee setShifts(java.util.List<com.clover.sdk.v3.base.Reference> shifts) {
return genClient.setArrayRecord(shifts, CacheKey.shifts);
}