ES | EN

📄 MIPYME Documents

Create a new company branch

POST
Endpoint URL https://api-billing.koywe.com/V1/company_branches
Requires authentication

Authentication

Send header Authorization: Bearer <token> (obtained from POST /auth) for protected endpoints.

Parameters

No parameters.

Request body (example)

{
    "account_id": 0,
    "is_headquarters": 0,
    "branch_type": 0,
    "name": "string",
    "address": "string",
    "district": "string",
    "city": "string",
    "phone": "string",
    "company_branch_tax_code": "string",
    "company_branch_internal_code": "string",
    "parent_company_branch_id": 0
}

Responses

Company branch successfully generated