Acquire company information from the National Tax Agency’s Eligible Invoice Issuing Business Announcement System .
No prior application to the National Tax Agency is required for use. However, when using this “to-do list”, a record of “who obtained the qualified invoice issuer publication information and when” will be stored on the gusuku server. Please use this only if you agree to this point.
When you execute this Do, it retrieves the public information of the business from the National Tax Agency’s invoice system qualified invoice issuer publication site’s Web API functionality. The obtained results are stored as the results of the action and can be referenced in the expression.
For the structure of the obtained data, please refer to the resource definition document of the same API . The contents of item number 7 “Serial Number” to item number 30 “Common Name / Former Name” will be obtained. For example, the action “Obtain information on qualified invoice issuing businesses” is number one, and “the head office or main office’s location… I want to obtain “local (corporation)”. In the above resource definition document, the resource name for this item is “addeess”, so we will write the following expression.
= $1.address
If the registration number does not exist, or if you try to obtain a business that has already expired with the setting “do not obtain expired businesses,” the result of the action will be empty. You can determine this by leaving the comparison value empty in “ If the result of the action is a specific value ”.
Even if you execute this Do with the “Test Execution” function of Job Runner, the actual data will be retrieved.
Set the “gusuku API key”, “registration number”, “evaluation criteria date”, and whether to obtain expired businesses.
Specify the API key for gusuku.
Please note that this is not about the API token of the Kintone app.
Specify the registration number of the business operator you want to obtain. Usually, it will be “T” + 13-digit number.
Specifies when to obtain the information.
If you want information as of the action execution date and time, please specify it in the formula as follows.
= today()
You can choose whether to obtain the information of the specified business operator if their information has expired or been canceled as of the “determination criteria date.”
If the business operator wants to determine whether they are a qualified invoice issuing business as of the “determination criteria date,” they can set it to “do not acquire expired businesses,” and it can be determined whether the result of the action is empty or not.
If you want information regardless of whether it has expired or not, please select “Obtain expired businesses as well.”
This service is created based on the information obtained using the Web API function of the National Tax Agency’s qualified invoice issuance business operator publication system, but the content of the service is not guaranteed by the National Tax Agency.