Skip to Content

VendorLocationSettingsApi

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

MethodHTTP requestDescription
getVendorLocationSettingsGET /vendors/:vendor_id/locations/:location_id/settingsGet location-specific settings
updateVendorLocationSettingsPUT /vendors/:vendor_id/locations/:location_id/settingsUpdate location-specific settings

getVendorLocationSettings

VendorLocationSettingsInfo getVendorLocationSettings(vendor_id, location_id)

Get location-specific settings

Parameters

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

Return type

VendorLocationSettingsInfo

Authorization

JwtAuthScheme

HTTP request headers

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

updateVendorLocationSettings

VendorLocationSettingsInfo updateVendorLocationSettings(vendor_id, location_id, UpdateLocationSettingsRequest)

Update location-specific settings

Parameters

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

Return type

VendorLocationSettingsInfo

Authorization

JwtAuthScheme

HTTP request headers

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