GET api/v1/quickappointments/SearchAvailabilityByService?serviceId={serviceId}&branchId={branchId}&date={date}&employeeId={employeeId}&hourStart={hourStart}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| serviceId | integer |
Required |
|
| branchId | integer |
Required |
|
| date | string |
Required |
|
| employeeId | integer |
Default value is 0 |
|
| hourStart | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
ResponseModelOfAvailableResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | AvailableResult |
None. |
|
| Pagination | Pagination |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.