Twinkle HubTwinkle Hub

公司分公司查詢

tw_lookup_company_branches

企業 · 9 件🇹🇼 台湾読み取り専用

以統編查詢公司全部分公司列表(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}

パラメータ

名前説明
tax_id *string
生の JSON schema
{
  "properties": {
    "tax_id": {
      "title": "Tax Id",
      "type": "string"
    }
  },
  "required": [
    "tax_id"
  ],
  "title": "lookup_company_branchesArguments",
  "type": "object"
}

呼び出し方

スターター——パラメータは​上表参照
tw_lookup_company_branches({ tax_id: "…" })