get https://api.bewe.io/v1/treatments/hours-with-price?treatmentIds=&date=&employeeIds=
Returns a list of available hours for a specific appointment.
Param | Type | Description | Required |
---|---|---|---|
date | Date | date in YYYY-MM-DD format. | true |
treatmentIds | Array of Strings | List of idTreatments from which the reservation will be made. | true |
employeeIds | Array of strings or string | Employee IDs that the client wants to be served for each service. -1 if it is "any employee". Each employeeId is associated with a service, in the same order in which the treatmentIds were set. | true |
idCommerce | String | Commerce id to filter by | false |