Twinkle HubTwinkle Hub

商業組織類別查中文

tw_lookup_business_unit_type

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

商業組織類別代碼 → 中文 (Tier A).

Args: code: 2 碼 e.g. "03" → 有限公司, "04" → 股份有限公司

Returns: {found, code, description}

パラメータ

名前説明
code *string
生の JSON schema
{
  "properties": {
    "code": {
      "title": "Code",
      "type": "string"
    }
  },
  "required": [
    "code"
  ],
  "title": "lookup_business_unit_typeArguments",
  "type": "object"
}

呼び出し方

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