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: "…" })