GUS
{
"nip": "5224158027"
}
gus
Attribute | Type | Description |
---|---|---|
object | Regon result |
Attribute | Type | Description |
---|---|---|
regon | string | National Business Registry Number |
nip | string | Tax Identification Number |
object | National Court Register | |
endDate | string | End date of business activity |
phone | string | Phone number |
email | string | Email address |
firstName | string | First name |
secondName | string | Second name |
surname | string | Surname |
companyName | string | Company name |
creationDate | string | Creation date of business activity |
startDate | string | Start date of business activity |
legalForm | string | Legal form of company |
object | Address of company | |
type | string | Type of company. P or F |
activityCeidg | boolean | Is business registered in the Central Register and Information on Business Activity (CEIDG) |
activityAgricultural | boolean | Is business agricultural |
activityOther | boolean | Is business registered in other registers |
Field | Type | Description |
---|---|---|
krsNumber | string | National Court Register number |
krsInsertDate | string | Date of entry in National Court Register |
krsFirstEntryDate | string | Date of first entry in National Court Register |
Field | Type | Description |
---|---|---|
country | string | Country |
city | string | City or town |
postal | string | Postal code |
street | string | Street address |
{
"gus": {
"regon":{
"regon": "385349514",
"nip": "5252812929",
"krs": {
"krsNumber": "0000823971",
"krsInsertDate": "2020-01-16",
"krsFirstEntryDate": "2020-01-16"
},
"endDate": "",
"phone": "500123123",
"email": "[email protected]",
"companyName": "TRANSACTIONLINK SPÓŁKA Z OGRANICZONĄ ODPOWIEDZIALNOŚCIĄ",
"creationDate": "2020-01-16",
"startDate": "2020-01-16",
"legalForm": "SPÓŁKI Z OGRANICZONĄ ODPOWIEDZIALNOŚCIĄ",
"address": {
"country": "POLSKA",
"city": "Warszawa",
"postal": "00-229",
"street": "Rynek Nowego Miasta 9/9"
},
"type": "P",
"activityCeidg": false,
"activityAgricultural": false,
"activityOther": false
}
}
}
{
"gus":{
"regon":{
"regon":"368638855",
"nip":"6572714838",
"krs":{
"krsNumber":"001671117/2017",
"krsInsertDate":"2017-10-31",
"krsFirstEntryDate":"2017-10-31"
},
"endDate":"",
"phone":"",
"email":"",
"firstName":"ADAM",
"secondName":"SŁAWOMIR",
"surname":"GĘBAL",
"companyName":"Adam Gębal Consulting",
"creationDate":"2017-10-31",
"startDate":"2017-11-02",
"legalForm":"OSOBY FIZYCZNE PROWADZĄCE DZIAŁALNOŚĆ GOSPODARCZĄ",
"address":{
"country":"POLSKA",
"city":"Kielce",
"postal":"25-370",
"street":"ul. Stefana Żeromskiego 29/64"
},
"type":"F",
"activityCeidg":true,
"activityAgricultural":false,
"activityOther":false
}
}
}
Last modified 1mo ago