GET api/v1/appointments/SearchServiceByCategory?categoryId={categoryId}&branchId={branchId}&date={date}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| categoryId | integer |
Required |
|
| branchId | integer |
Required |
|
| date | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseModelOfListOfService| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Collection of Service |
None. |
|
| Pagination | Pagination |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.