以統編查詢公司全部分公司列表(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}
以統編查詢公司全部分公司列表(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}
| Nom | Type | Description |
|---|---|---|
| tax_id * | string | — |
{
"properties": {
"tax_id": {
"title": "Tax Id",
"type": "string"
}
},
"required": [
"tax_id"
],
"title": "lookup_company_branchesArguments",
"type": "object"
}tw_lookup_company_branches({ tax_id: "…" })