VendorLocationSettingsApi
All URIs are relative to https://business.apis.kesk.app/v1
| Method | HTTP request | Description |
|---|---|---|
| getVendorLocationSettings | GET /vendors/:vendor_id/locations/:location_id/settings | Get location-specific settings |
| updateVendorLocationSettings | PUT /vendors/:vendor_id/locations/:location_id/settings | Update location-specific settings |
getVendorLocationSettings
VendorLocationSettingsInfo getVendorLocationSettings(vendor_id, location_id)
Get location-specific settings
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
updateVendorLocationSettings
VendorLocationSettingsInfo updateVendorLocationSettings(vendor_id, location_id, UpdateLocationSettingsRequest)
Update location-specific settings
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | [default to null] | |
| location_id | Long | [default to null] | |
| UpdateLocationSettingsRequest | UpdateLocationSettingsRequest |
Return type
Authorization
HTTP request headers
- Content-Type: application/json; charset=utf-8
- Accept: application/json; charset=utf-8