Organization Search#

Search for an organization by TIN or name.

TIN[Text] TIN of the organization.
Name[Text] Name of the organization.
City[Text] City of the organization.
Header Language

Language of the attribute headers.

Possible values:

  • en - in English,
  • ru - in Russian.
Results

[Array] An array of dictionaries. Each found result is saved in a dictionary and then added to the array. Indexing of elements in the array starts from zero.

For example,

  • $Items[0] - the first found result;
  • $Items[0]["TIN"] - TIN of the first result (if the header language is set to "en", otherwise $Items[0]["ИНН"]).
Count[Number] Returns the number of found results.
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - by default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Select the message level that the blocks will output during operation. Possible values:

  • "Default" - by default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block's work.