---
title: "Update Bulk Stores"
method: PUT
path: "/v2/orgEntity/store/bulk"
---

# Update Bulk Stores

`PUT /v2/orgEntity/store/bulk`

## Request body

- object[]
  - `id` integer
  - `code` string
  - `description` string
  - `name` string
  - `referenceId` integer
  - `email` string
  - `landline` string
  - `latitude` string
  - `longitude` string
  - `cityId` integer
  - `areaId` integer
  - `default` boolean
  - `externalIds` string[]
  - `adminType` string
  - `isActive` boolean
  - `parentConceptId` string
  - `parentZoneId` string

## Response `200`

Successful operation

---

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