GET api/v1/appointments/SearchAvailabilityByService?serviceId={serviceId}&branchId={branchId}&date={date}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| serviceId | integer |
Required |
|
| branchId | integer |
Required |
|
| date | string |
Required |
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.