VendorLocationSchedulesApi
All URIs are relative to https://business.apis.kesk.app/v1
| Method | HTTP request | Description |
|---|---|---|
| getVendorLocationSchedules | GET /vendors/:vendor_id/locations/:location_id/schedules | Get operating hours for a specific location |
| updateVendorLocationSchedules | PUT /vendors/:vendor_id/locations/:location_id/schedules | Update operating hours for a specific location |
getVendorLocationSchedules
List getVendorLocationSchedules(vendor_id, location_id)
Get operating hours for a specific location
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | [default to null] | |
| location_id | Long | [default to null] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8
updateVendorLocationSchedules
List updateVendorLocationSchedules(vendor_id, location_id, UpdateLocationSchedulesRequest)
Update operating hours for a specific location
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | [default to null] | |
| location_id | Long | [default to null] | |
| UpdateLocationSchedulesRequest | UpdateLocationSchedulesRequest |
Return type
Authorization
HTTP request headers
- Content-Type: application/json; charset=utf-8
- Accept: application/json; charset=utf-8