Skip to Content

VendorLocationFeesApi

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

MethodHTTP requestDescription
createVendorLocationFeePOST /vendors/:vendor_id/locations/:location_id/feesCreate a fee for a specific location
deleteVendorLocationFeeDELETE /vendors/:vendor_id/locations/:location_id/fees/{fee_id}Delete a location fee
listVendorLocationFeesGET /vendors/:vendor_id/locations/:location_id/feesList fees for a specific location
updateVendorLocationFeePUT /vendors/:vendor_id/locations/:location_id/fees/{fee_id}Update a location fee

createVendorLocationFee

VendorLocationFeeInfo createVendorLocationFee(vendor_id, location_id, CreateVendorLocationFeeRequest)

Create a fee for a specific location

Parameters

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

Return type

VendorLocationFeeInfo

Authorization

JwtAuthScheme

HTTP request headers

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

deleteVendorLocationFee

MessageResponse deleteVendorLocationFee(vendor_id, _location_id, fee_id)

Delete a location fee

Parameters

NameTypeDescriptionNotes
vendor_idLong[default to null]
_location_idLong[default to null]
fee_idLong[default to null]

Return type

MessageResponse

Authorization

JwtAuthScheme

HTTP request headers

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

listVendorLocationFees

List listVendorLocationFees(vendor_id, location_id)

List fees 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

updateVendorLocationFee

VendorLocationFeeInfo updateVendorLocationFee(vendor_id, _location_id, fee_id, UpdateVendorLocationFeeRequest)

Update a location fee

Parameters

NameTypeDescriptionNotes
vendor_idLong[default to null]
_location_idLong[default to null]
fee_idLong[default to null]
UpdateVendorLocationFeeRequestUpdateVendorLocationFeeRequest

Return type

VendorLocationFeeInfo

Authorization

JwtAuthScheme

HTTP request headers

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