---
title: "PUT /api/ClientLocation/{id}"
method: PUT
path: "/api/ClientLocation/{id}"
tags: ["ClientLocation"]
---

# PUT /api/ClientLocation/{id}

`PUT /api/ClientLocation/{id}`

## Path parameters

- `id` integer, required

## Query parameters

- `api-version` string, required

## Headers

- `api-version` string

## Request body

- InnoshipApiServiceContractClientLocationUpdateLocationDto
  - `address` InnoshipApiServiceContractClientLocationLocationAddressDto
    - `name` string, nullable
    - `contactPerson` string, nullable
    - `phone` string, nullable
    - `email` string, nullable
    - `localityId` integer
    - `localityName` string, nullable
    - `addressText` string, nullable
    - `streetType` string, nullable
    - `streetName` string, nullable
    - `streetNumber` string, nullable
    - `postalCode` string, nullable
    - `countyId` integer
    - `countyName` string, nullable
    - `countryCode` string, nullable
    - `countryName` string, nullable
    - `ignoreLocalityId` boolean
    - `latitude` number, double, nullable
    - `longitude` number, double, nullable
  - `courierCutOffTimes` string, nullable
  - `courierAutomaticCallTimes` string, nullable
  - `useSameCourierForSameAddress` boolean
  - `courierFailPolicy` integer
  - `streetNumberExtractPolicy` integer
  - `streetNumberExtract` string, nullable
  - `timeZoneId` string, nullable
  - `priceGroupId` integer, nullable
  - `dynamicReferencesGroupId` string, nullable
  - `notificationEmail` string, nullable
  - `notificationPhone` string, nullable
  - `courierVoucherService` object, nullable
  - `marketPlaceCallBackSettings` object, nullable
  - `importIsActive` boolean, nullable
  - `setHandoverOnManifest` boolean, nullable
  - `ignorePricesWhenMissing` boolean, nullable
  - `disableTrack` boolean, nullable
  - `id` integer
  - `name` string, nullable
  - `externalLocationId` string, nullable

## Response `200`

OK

---

[API](https://skmtc.net/innoship/apis/innoship-api.md) · [All operations](https://skmtc.net/innoship/apis/innoship-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/innoship/innoship-api/revisions/fc0aa554b244/schema)
