Optional
facet_The facet representation at which level the resulting facets
of prefecture and city will be shapen.
The facet should be written in Japanese.
If you want to specify foreign corporates, please set
/海外など
to this field.
Example: "/東京都"
Optional
facet_The facet representation at which level the resulting facets of close cause will be shapen. The facet should be written in Japanese.
Example: "/清算の結了等"
Optional
facet_The facet representation at which level the resulting facets of kind will be shapen. The facet should be written in Japanese.
Example: "/株式会社"
Optional
facet_The facet representation at which level the resulting facets of proecess will be shapen. The facet should be written in Japanese.
Example: "/商号又は名称の変更"
Optional
limitThe maximum number of items that you want to retrieve.
Defaults to 100 unless specified.
Optional
modeThe search mode.
Defaults to partial
. If set to partial
, the API will
return partially match results. If set to exact
, the
result includes only the corporates which name without
corporate kind exactly matches the query. Please note
that the exact
mode doesn't match a query that contains
corporate kind. For example, the query
株式会社オープンコレクター
doesn't return any result in
the exact
mode, but オープンコレクター
will return
the result. You can search with a corporate name with
a corporate kind in exact_with_kind
mode.
Example: "exact"
Optional
offsetThe offset from which you want to retrieve the result.
The query to search against the address database.
Example: "東京都 AND オープンコレクター"
An
NTACorporateInfoSearcherOptions
stores a set of parameters that will be sent tosearchCorporateInfo
API.