Update Branch
Branches
Update Branch
PUT
Update 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 updates a branch. It accepts the
BranchRequestUpdateSchema as the request body and returns
PublicApiBranchBaseResponse on success.This endpoint does not behave like a
PATCH.
A PUT request replaces the entire resource. If you omit fields in the
body, they may be overwritten with default or null values.Overview
- Method:
PUT - Path:
/v0/branch/{branch_id} - OperationId:
public_update_branch_v0_branch__branch_id__put - 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
Path Parameters
Body
application/json
Response
Successful Response