Twinkle HubTwinkle Hub

行政區三向 lookup

tw_lookup_administrative_district

Validateurs · 20 outils🇹🇼 Taïwanlecture seule

三向行政區 lookup:依名稱 / 郵遞區號 / 縣市過濾。 必須至少給 name= 或 postal_code= 一項。

Paramètres

NomTypeDescription
namestring
postal_codestring
countystring
Schéma JSON brut
{
  "properties": {
    "name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Name"
    },
    "postal_code": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Postal Code"
    },
    "county": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "County"
    }
  },
  "title": "lookup_administrative_districtArguments",
  "type": "object"
}

Comment appeler

Amorce — paramètres dans le tableau
tw_lookup_administrative_district({ name: "…" })