Print

Rejestr_io_GetKRSOrganization

This function fetches the data of the specific organization from the Polish public register 'KRS’ via 'rejestr.io’ API.

Syntax:

Rejestr_io_GetKRSOrganization("organizationId",[dataChapter]);

Arguments:

  • organizationId – (String) the identificator of the organization (’NIP’ number or 'KRS’ id), more details on official 'rejestr.io’ API docs: https://rejestr.io/api.

Return Value:

Returns JSON response from API

Type: String

Examples:

Rejestr_io_GetKRSOrganization("organizationId");

This will return the simplest set of information about the specific organzation.

Rejestr_io_GetKRSOrganization("organizationId", "finanse");

This will also return the simplest set of information. Moreover, the reponse contains the more detailed data related to the area, which is called 'finanse’.

Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?