Closed
Description
We should be able to filter Work Periods by multiple paymentStatus
in the endpoints:
GET /work-periods?paymentStatus=status1,status2,status3
GET /resourceBookings?workPeriods.paymentStatus=status1,status2,status3
it should support comma-separated list, or single status (which is supported now)
Update Swagger to indicate this.