Create Branch
Branches
Create Branch
POST
Create Branch
Documentation Index
Fetch the complete documentation index at: https://docs.salu.com.vc/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint creates a branch associated with an organization.
It accepts the
BranchRequestCreateSchema as the request body and
returns PublicApiBranchBaseResponse on success.Overview
- Method:
POST - Path:
/v0/branch/ - OperationId:
public_create_branch_v0_branch__post - Authentication: header
x-api-key(APIKeyHeaderin the OpenAPI)
Fields
- cnpj — Company / Branch identifier A CNPJ (Cadastro Nacional da Pessoa Jurídica) is the tax ID for a legal entity (company). A single company group may have multiple CNPJs, because each branch/worksite can have its own legal registration (branch-specific CNPJ). In our model, the Branch is identified by cnpj because that defines the legal employer entity responsible for compliance.
Example Request
Authorizations
Body
application/json
Response
Successful Response