Skip to Content

VendorLocationSchedulesApi

All URIs are relative to https://business.apis.kesk.app/v1 

MethodHTTP requestDescription
getVendorLocationSchedulesGET /vendors/:vendor_id/locations/:location_id/schedulesGet operating hours for a specific location
updateVendorLocationSchedulesPUT /vendors/:vendor_id/locations/:location_id/schedulesUpdate operating hours for a specific location

getVendorLocationSchedules

List getVendorLocationSchedules(vendor_id, location_id)

Get operating hours for a specific location

Parameters

NameTypeDescriptionNotes
vendor_idLong[default to null]
location_idLong[default to null]

Return type

List

Authorization

JwtAuthScheme

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

NameTypeDescriptionNotes
vendor_idLong[default to null]
location_idLong[default to null]
UpdateLocationSchedulesRequestUpdateLocationSchedulesRequest

Return type

List

Authorization

JwtAuthScheme

HTTP request headers

  • Content-Type: application/json; charset=utf-8
  • Accept: application/json; charset=utf-8