Twinkle HubTwinkle Hub

公司分公司查詢

tw_lookup_company_branches

Entreprises · 9 outils🇹🇼 Taïwanlecture seule

以統編查詢公司全部分公司列表(Tier B)。

Args: tax_id: 8 位統一編號(母公司)。

Returns: {found, tax_id, branches: [{branch_name, branch_tax_id, address, manager, status, setup_date (ISO), last_change_date (ISO)}], count}

Paramètres

NomTypeDescription
tax_id *string
Schéma JSON brut
{
  "properties": {
    "tax_id": {
      "title": "Tax Id",
      "type": "string"
    }
  },
  "required": [
    "tax_id"
  ],
  "title": "lookup_company_branchesArguments",
  "type": "object"
}

Comment appeler

Amorce — paramètres dans le tableau
tw_lookup_company_branches({ tax_id: "…" })