📄 MIPYME Documents
Update company branch
PUT
Endpoint URL
https://api-billing.koywe.com/V1/company_branches/{company_branch_id}
Requires authentication
Authentication
Send header Authorization: Bearer <token> (obtained from POST /auth) for protected endpoints.
Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
company_branch_id | path | string | ✓ |
Request body (example)
{
"account_id": 0,
"company_branch_id": 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,
"user_permissions": {
"user_id": "string",
"user_name": "string",
"has_branch_permission": 0
}
}
Responses
Product location updated successfully
Invalid data or product location not found