Skip to end of metadata
Go to start of metadata

 

 In case of any problems with understanding how the automatic task works, check:  Automatic taskConditional executionComponent parameters

 

Basic info

Component ID in PWFL: vendor.checker.entities-info.app

Category: Plus Vendor Checker

Available from version: 1.0.7

Description
Retrieves detailed information about an economic entity directly from the website of the Ministry of Finance using the tax identification number or account number. The component uses the provided methods (/api/search/nips/{nip} and /api/search/bank-accounts/{bank_accounts}) from the MF API. Retrieves only the header data (I am not rewriting tabular values in the searched business entity).
Configuration parameters
Parameter NameFrom versionDescriptionParameter typeDefault valueField typeComments and restricitons
Tax IDs / Account numbers*1.0.7The value with which we are looking for a business entity.Text Array Editable field 
Date1.0.7Downloading information for a selected day.Date Editable field 
Type*1.0.7The type of the parameter we search for information on.TextValue listEditable field 
The mapping key1.0.7Selected downloaded parameters for mapping.Text ArrayValue list All available keys in the table below
Variable1.0.7Variable used to write the value.Vairables Array   
Processing status1.0.7Value 'OK' when data has been successfully downloaded. Otherwise, the content of the error.Variable   
Comment1.0.7 LogicalYES Only error messages
MAPPING TABLE OF ECONOMY INFORMATION PARAMETERS
KeyNameDescription
Type required
NAMENameCompany (name) or first and last name.string[]
NIPTax IDTax identification number.string[]
STATUS_VATVAT taxpayer statusCzynny,Zwolniony,Niezarejestrowany.string[]
REGONREGONREGON identification number.string[]
PESELPeselUniversal Electronic System for Registration of the Population.string[]
KRSKRSKRS number, if assigned.string[]
RESIDENCE_ADDRESSBusiness addressAddress of the registered office of a natural person running a business.string[]
WORKING_ADRESSHQ adressThe address of the NATURAL PERSON or the registered office of the ORGANIZATION.string[]
REGISTRATION_LEGAL_DATEDate of registration Date of registration as a VAT payer.date[]
REGISTRATION_DENIAL_DATEDate of refusal Date of refusal to register as a VAT payer.date[]
REGISTRATION_DENIAL_BASISLegal basis for refusalLegal basis for refusing registration.string[]
RESTORATION_DATEDate of reinstatementDate of reinstatement as a VAT payer.date[]
RESTORATION_BASISLegal basis for restoration Legal basis for reinstatement as a VAT payer.string[]
REMOVAL_DATEDate of removalDate of removal of refusal to register as a VAT taxpayer.date[]
REMOVAL_BASISLegal basis for removalLegal basis for removal of refusal to register as a VAT taxpayer.string[]
HAS_VIRTUAL_ACCOUNTSHas virtual accountsInformation whether the economic entity has virtual accounts.string[]
REQUEST_IDRequest IDThe id of the query from the MF server.string[]
REQUEST_DATETIMERequest DateTimeDate of the MF server polling.string[]
Sample configuration

 

 

Example
  1. Data searched for using the NIP column
  2.  Used api /api/search/nips/{nip}
  3. Rewriting the retrieved values to form variables

 

 

Change log

1.0.7

  • Adding component 



  • No labels
Write a comment…