---
title: "Update Branch"
method: PUT
path: "/api/v1/branches"
tags: ["Branch Management"]
---

# Update Branch

`PUT /api/v1/branches`

Update exist Branch, ACCESS LEVEL: SUPER_ADMIN, PARTNER, MERCHANT

## Request body

- BranchUpdateRequest
  - `id` string, uuid, required
  - `name` string, required
  - `nameAR` string
  - `address` string
  - `countryCode` string, required
  - `cityId` integer
  - `active` boolean

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/edfapay/apis/revamp.md) · [All operations](https://skmtc.net/edfapay/apis/revamp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edfapay/revamp/versions/8104cc1c9e38/schema)
