GET | /services/{ServiceId}/availabletimes | Get availabletimes for the service | Get availabletimes for the service and it's connected schedules |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CompanyId | query | Guid? | No | Company to show services for |
ServiceId | path | int | Yes | Service id |
From | query | dateTime | Yes | From what datetime to show available times |
To | query | dateTime | Yes | To what datetime to show available times |
Resources | query | List<AvailableTimesResourceTypeResource> | No | Here you can select one of the resource in each resourcetype connected to the service, if none is selected it will show available times for all |
NumberOfResources | query | int | No | Here you select number of resources to book (in each resourcetype). Default is 1. |
ShowPerResource | query | bool | No | If you want to include the connected resource types and resources |
InsideSearchInterval | query | bool | No | Both start and time time should be inside test interval. Default is false which means only start time needs to be inside. |
Duration | query | bool | No | The duration you want to book. Needs to withing the service Min and Max. If not set it will use the service duration |
ResponseStatus | query | ResponseStatus | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ResourceTypeId | form | int | No | The resourcetype id |
ResourceId | form | int | No | The resource id |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CompanyId | form | Guid | No | |
ServiceId | form | int | No | |
TimesFreeTextSingle | form | string | No | |
TimesFreeTextMultiple | form | string | No | |
Times | form | List<AvailableTimesSum> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
From | form | DateTime | No | |
To | form | DateTime | No | |
Free | form | int | No | |
FreeSpots | form | int | No | |
ExceptionTexts | form | IEnumerable<ExceptionText> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Reason | form | string | No | |
ReasonPublic | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /services/{ServiceId}/availabletimes HTTP/1.1 Host: api.bokamera.se Accept: text/csv
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length {"ServiceId":0,"TimesFreeTextSingle":"String","TimesFreeTextMultiple":"String","Times":[{"Free":0,"FreeSpots":0}]}