---
title: "Create Branch"
method: POST
path: "/api/v1/branches"
tags: ["Branch Management"]
---

# Create Branch

`POST /api/v1/branches`

Create new Branch, ACCESS LEVEL: SUPER_ADMIN, PARTNER, MERCHANT

## Request body

- BranchCreateRequest
  - `name` string, required
  - `nameAR` string
  - `address` string
  - `countryCode` string, required
  - `cityId` integer
  - `active` boolean
  - `parentBusinessUnitId` string, uuid

## 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)
