Twinkle HubTwinkle Hub

公司董監事查詢

tw_lookup_company_executives

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

以統編查詢公司董監事名單(Tier B, data.gcis OData API)。

Args: tax_id: 8 位統一編號。

Returns: {found, tax_id, executives: [{title, name, shares, represents_company}], count} title 例: 董事長 / 董事 / 獨立董事 / 監察人 shares 為持股數 (int).

パラメータ

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

呼び出し方

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