GET api/booking/searchservicetime/{date}/{serviceId}/{serviceProviderId}?locationId={locationId}
Online booking. Search Service Times. Is not allowing multi location
Request Information
Allows access to child location using parent company token, in this case use location id parameter
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| date |
Date |
date |
Required |
| serviceId |
Service Id |
integer |
Required |
| serviceProviderId |
Service Provider Id |
integer |
Required |
| locationId |
optional |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |