---
title: "Customer can update his favourite service location"
method: PUT
path: "/update/customer/service/location"
tags: ["customer", "service", "location"]
---

# Customer can update his favourite service location

`PUT /update/customer/service/location`

## Headers

- `authorization` string, required
- `content-language` string, required

## Request body

- Model46
  - `locationId` string — required if location id update
  - `companyName` string
  - `companyAddress` string
  - `city` string
  - `state` string
  - `zipCode` string
  - `addressType` 'DELIVERY' | 'PICKUP', required — DELIVERY PICKUP
  - `type` 'HOME' | 'OFFICE' — HOME OFFICE
  - `latitude` number, required
  - `longitude` number, required

## Response `default`

Successful

---

[API](https://skmtc.net/pickerexpress/apis/picker-production-documentation.md) · [All operations](https://skmtc.net/pickerexpress/apis/picker-production-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pickerexpress/picker-production-documentation/versions/ecdb0aa8c487/schema)
