English
1curl https://api-billing.koywe.com/V1/company_branches/company_branch_id \2 -H "Authorization: Bearer <token>"
1{2 "account_id": 1,3 "company_branch_id": "string",4 "is_headquarters": 1,5 "branch_type": 1,6 "name": "string",7 "address": "string",8 "district": "string",9 "city": "string",10 "phone": "string",11 "company_branch_tax_code": "string",12 "company_branch_internal_code": "string",13 "parent_company_branch_id": 1,14 "user_permissions": [15 {16 "user_id": "string",17 "has_branch_permission": 1.1,18 "user_name": "string"19 }20 ]21}
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>
Defines the type of branch. If the value is 1, it is a physical (real) branch. If the value is 2, it is a virtual branch.