mirror of
https://github.com/dyrkin/luxmed-bot.git
synced 2025-12-21 11:35:00 +01:00
api: Add new required headers
This commit is contained in:
@@ -94,6 +94,8 @@ class LuxmedApi[F[_]: ThrowableMonad] extends ApiBase {
|
||||
.param("searchDateFrom", dateFormatNewPortal.format(fromDate))
|
||||
.param("searchDateTo", dateFormatNewPortal.format(toDate))
|
||||
.param("searchDatePreset", 14.toString)
|
||||
.param("processId", java.util.UUID.randomUUID.toString)
|
||||
.param("serviceVariantSource", 0.toString)
|
||||
.param("facilitiesIds", clinicId.map(_.toString))
|
||||
.param("doctorsIds", doctorId.map(_.toString))
|
||||
.param("nextSearch", false.toString)
|
||||
|
||||
Reference in New Issue
Block a user